Deploy .app using ARD

What's up Group!
Anyone know how i can deploy/push install  a .app (Spotify, Flash, etc...) from ARD?
I was thinking about pushing the .app to the local machine and then hitting it with a UNIX command from ARD.
But the man pages for installer only list .pkg. What's up with that!
Thoughts?
Thanks a bunch!

The Install Packages command does only that, push .pkg files. To install applications that have their own installers, you have a couple of options:
1) You can copy the installer to the workstation via the Copy Items command and then use either the Open Application/Open Items command or run a script to launch the isntaller. Note that most installers require user interaction, so you'd then have to take control of each workstation to complete the installation.
2) You can perhaps build your own package with the components of the application you wish to install and then push out that package. There are a number of package-building utilties, from Apple's own to JAMF's Composer.
In addition, some application installers actually contain a standard package within the installer "wrapper". You can try right-clicking on the installer and see if a "Show Package Contents" command appears and if so look in the container and see if there are standard .pkg files within. If so, you can probably push those out to your workstations.
Spotify is just a self-contained app, though, not an installer, and just needs to be copied to the workstation and then configured. You may be able to configure on your own system and copy the relevant preference files and avoid having to configure the app on each system.
Regards.

Similar Messages

  • How to update App Store apps using ARD?

    I run a tech desk for a middle school with over 400 computers. I can use ARD to update all Apple OS updates, but cannot update all apps from the Apple App Store. So far, I can only see a method to do this at each individual computers, which is time consuming and can lead to errors. Is there a method, besides running Apple Server, that Apple Remote Desktop can perform updates for Apple Store apps?

    Hi,
    I did develop an Applescript that downloaded outstanding updates from the Mac App store, then placed it on the host machine and Launched it from ARD.
    Worked fine when there was only one update, then it broke when there were two as the buttons moved around. I eveltually gave up as it was too much work trying to figure it for my small number of 'puters.
    Regards,
    Shawn

  • Practical to modify app parameters for deployed app (using Builder, perhaps)?

    I see that it's very convenient to deploy a WAR file to WebLogic using WebLogic
    Builder. It's also easy to edit the init parameters of a WAR file and redeploy
    it.
    I'm wondering, however, how practical it will be to dynamically edit application
    parameters and redeploy in a production environment.
    For instance, if I'm in my development environment, I will definitely have a WAR
    (exploded or not) in my build environment that I can edit and deploy.
    In production, however, we don't necessarily have the original WAR that was referenced
    in the deployment, we have what was installed into WebLogic. Is it practical to
    run WebLogic Builder on an already installed WAR file, edit it, and then redeploy
    it? Would we instead have to store the WAR file to be deployed into a "staging"
    environment before it is actually deployed? Any changes made to the WAR by the
    administrator would be made to the staged WAR file and then redeployed. I guess
    the "staging" filesystem would have to be reachable by the host where the administrator
    runs WebLogic Builder.

    "David M. Karr" <[email protected]> wrote in message
    news:[email protected]...
    >
    "Sanjeev Chopra" <[email protected]> wrote:
    "David M. Karr" <[email protected]> wrote in message
    news:[email protected]...
    I see that it's very convenient to deploy a WAR file to WebLogic usingWebLogic
    Builder. It's also easy to edit the init parameters of a WAR file andredeploy
    it.do you mean servlet init-param ?Both that and context init parameters.
    I'm wondering, however, how practical it will be to dynamically editapplication
    parameters and redeploy in a production environment.
    For instance, if I'm in my development environment, I will definitelyhave
    a WAR
    (exploded or not) in my build environment that I can edit and deploy.
    In production, however, we don't necessarily have the original WARthat
    was referenced
    in the deployment, we have what was installed into WebLogic. Is itpractical to
    run WebLogic Builder on an already installed WAR file, edit it, andthen
    redeploy
    it?
    Would we instead have to store the WAR file to be deployed into a
    "staging"
    environment before it is actually deployed?If the .war is deployed with staging mode as "stage", you should have
    no
    problem modifying the master copy and then doing a redeploy. The redeploy
    operation will take care of copying the modified .war to the staging
    areas
    of all targets.Ok, but what I'm wondering is if this "master copy" that you refer to isin a
    location that we set up outside of WebLogic, or whether that is where thedeployed
    WAR gets stored. I'm trying to determine whether WARs that get deployedwill first
    have to be stored outside of WebLogic in a directory that we control,which will
    be on a filesystem that will be accessible by the administrator runningWebLogic
    Builder (using Samba, perhaps).The 'master copy' is the path specified to the deployment tool (deployer,
    admin console) when you deployed the app to WLS. So yes, if thats not
    available to the user running builder, they have to keep a copy, modify it
    and make it available to the admin.

  • Problems deploying app using OpenJPA 2.0.0 to WebLogic 10.3.3

    I have an app that has been using OpenJPA 1.2.2. It runs fine on both WebLogic 10.3.2 and 10.3.3. I recently tried to upgrade it to OpenJPA 2.0.0. I have no trouble with the build and unit tests, but it fails at deployment.
    I've always had a "prefer-application-packages" spec for "org.apache.openjpa.*".
    After replacing the "openjpa-1.2.2.jar" with "openjpa-all-2.0.0.jar", deployment fails with the following:
    NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;.
    The "getValidationMode()" method wasn't present in the JPA 1.0 specification, and was added in 2.0.
    After I then added "javax.persistence.*" and "javax.persistence.spi.*" to the "prefer" specs (I imagine the second is redundant), I now get this:
    ClassCastException: org.apache.openjpa.persistence.PersistenceProviderImpl cannot be cast to javax.persistence.spi.PersistenceProvider
    I also tried only "preferring" "javax.persistence.spi.*", but that didn't change the result.
    Is there some way to get WebLogic to not use it's Kodo implementation at all? This seems to be the crux of this problem.

    There might be some useful information on the EclipseLink site, where they show various means of modifying the JPA version used by WebLogic Server.
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic
    Different JPA vendor, but the situation you are facing is similar.
    -steve-

  • Deploying Microsoft Office Preferences using ARD

    I've been working on deploying MS Office to a lab of iMacs. Mactopia has a really vague explanation of how to deploy preferences using ARD. I've gone through and created several packages that contain the necessary files and folders, permissions set, etc, but don't know how to run the package each time a new user logs into a machine.
    Our machines are bound to AD, running MS Office 2008, 10.6, ARD 3.3 and Faronics DeepFreeze.
    I've gone through and configured http://www.entourage.mvps.org/exchange/exchangesetupv3.html for Entourage as well as collected the necessary files each user will be designated to use.
    So my question is, how to I get my MS Office preferences and Microsoft User Data files deployed for each user that logs in? The package files will deploy to ~/Documents and ~/Library/Preferences.
    Please help!! I'm going to lose my mind!!

    Credit goes to MS for core script (its to long to post here).
    Credit goes to the guy who wrote the cleaner script.  Whoever packaged it and didn't build in silent switches gets zero points.
    Please note that this will only work for C2R installs of Office 2013.
    This is not true.  There are scrub scripts specific to C2R as well as MSI.
    I extracted the scrub vbs from O15CTRRemove.diagcab
    This is what worked for me.  Use 7-zip to extract the entire package to a directory.  Then run "OffScrub_015msi.vbs all".

  • Deploying Apps in MDT 2013

    I am trying to deploy apps using MDT 2013 on clients machines but keep getting the
    following bdd.log error. Please note I can image,
    deploy drivers and packages in MDT with no issues except when I
    try to deploy apps:
    I have added all the applications in their
    individual folder in MDT, then i created a task sequence to install
    application. Each app gets their own "install application" command. Then on the client machine i run the following cmd with
    elevated privillege: cscript.exe
    \\ORS-WDS\DeploymentShare\Scripts\LiteTouch.WSF. The script runs after selecting the task but then disappeared and i get this bdd.log on the client:
    https://onedrive.live.com/redir?resid=8D6242F28512FDE3!564&authkey=!AFojuxXjHaKXl0I&ithint=file%2ctxt

    These are not the correct bdd.log files. Make sure you include the right ones. Also check the c:\windows\temp\... folder.
    From the error above:
    C:\windows\system32>err 0x8007051B
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x51b
    # for hex 0x51b / decimal 1307 :
    ecNotRitpMaster ec.h
    ERROR_INVALID_OWNER winerror.h
    # This security ID may not be assigned as the owner of this
    # object.
    # 2 matches found for "0x8007051B"
    This would suggest that you are still having permission/elevation problems.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Unable to deploy Web App using JPA TopLink Essentials in Tomcat5.5.17

    Hi All,
    I am trying to deploy a Web App ( used Top Link Essentials ) to Tomcat and i am getting the following Error..
    I am strating tomcat using -javaagent:/Path/To/spring-agaent.jar
    Dec 14, 2006 9:52:46 AM org.apache.catalina.loader.WebappClassLoader loadClass
    INFO: Illegal access: this web application instance has been stopped already.  Could not load oracle.toplink.essentials.internal.weaving.ClassDetails.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
    java.lang.IllegalStateException
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1238)
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at oracle.toplink.essentials.internal.weaving.TopLinkWeaver.transform(TopLinkWeaver.java:84)
            at org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter.transform(ClassFileTransformerAdapter.java:56)
            at sun.instrument.TransformerManager.transform(TransformerManager.java:122)
            at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:155)
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1812)
            at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:866)
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1319)
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.getDeclaredConstructors0(Native Method)
            at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
            at java.lang.Class.getConstructor0(Class.java:2671)
            at java.lang.Class.newInstance0(Class.java:321)
            at java.lang.Class.newInstance(Class.java:303)
            at org.apache.myfaces.application.ApplicationImpl.createComponent(ApplicationImpl.java:396)
            at com.sun.faces.config.ConfigureListener.verifyObjects(ConfigureListener.java:1438)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:509)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
            at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
            at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
            at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
            at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
            at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
            at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
            at org.apache.catalina.core.StandardService.start(StandardService.java:450)
            at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
            at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) Thanks
    Sateesh

    Spring 2.0 provides custom support for TopLink Essentials in Tomcat out-of-the-box. You should follow the instructions here: http://static.springframework.org/spring/docs/2.0.x/reference/orm.html#orm-jpa-setup-lcemfb-tomcat
    Essentially, Spring provides a custom class loader for Tomcat and doesn't use an agent.
    --Shaun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem in deployment of ISA B2B after building the app using ant buildtool

    Hi
    I've a problem with building ISA B2B App after modification.
    I've ISAWAC640SP11 and ant buildtool to build the application.
    I've setup a customer project in NWDS.
    I've build the application using build tool but when i try to deploy it
    on SAP J2EE 6.4 using SDM i get a weird message stating
    <b>"com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater."</b>
    Does anyone know what is the exact proecess to build the application in
    SAP J2EE 6.4.
    Do we have to use the ant build tool or we can directly build the app using NWDS
    default build process ?
    Also can some one suggest me to setup a customer project for extension and
    modification of ISA B2B 640 on NWDS and SAP J2EE 6.4....
    Thanks & Regards
    Sandeep Solanki

    Guys please help  !!!
    atleast gimme some idea or suggestions.. !!!
    Regards
    Sandeep

  • How to deploy a VB 6.0 RDC app using CR 9 on Windows Vista

    Post Author: albe
    CA Forum: Data Connectivity and SQL
    Hi,
    I'm trying to deploy a VB 6.0 Report Designer Component (RDC) application using CR 9 on Windows Vista.The installation ends successfully and finally I started my app; all seems to be ok but if I launch a preview or a direct print to a printer (note: this first print/preview works normally) and I wait 2 o 3 minutes all the other attempts fail to print or view a report. It show an error: -2147417848 Method '' of object '' failed.
    The app uses the RDC and Active Data; I tested that the problem is encountered when the app calls the 'SetDataSource' method. These are few lines of code:
    ...  Private m_ReportObj As New CRAXDRT.Report  Private db As DAO.Database, rsDao As Recordset
      ' Setup ReportObj  Set m_ReportObj = New TestReport  ' Open database  Set db = OpenDatabase(m_DBaseLocation & m_DBaseName)  ' Open Recordset  Set rsDao = db.OpenRecordset(m_SqlDataSource)  ' Set DataSource to ReportObj  m_ReportObj.Database.SetDataSource rsDao, 3 ' --> the app stops here...
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    Please help me!Thanks in advance,
    Alberto

    See if KB [1544708  - What are the runtime dependencies for CRVS2010?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343334333733303338%7D.do] will help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • HowTo: deploy an j2ee app using "/" as context root on iAS 6.5

    Hi all iAS expert
    It is highly appreciated one can teach me how to get around below problem
    l deployed an app using "/" as context root. But the iAS could respond to any HTTP request.
    However, as l changed the context root to sth other than root. iAS responded properly.
    Can someone help me get around this problem ?
    thank you a lot
    fox

    I deployed the same EJB on WLS 6.1+sp3 and WLS 7.0.
    These both work. Looks like there is some problem with WLS6.0+sp2. I have opened
    a case with BEA customer support.
    --Latha

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • Deploying App twice, but using a different Persistence Unit for each.

    I moved my question to another forum:
    [http://forums.sun.com/thread.jspa?threadID=5322842&tstart=0|http://forums.sun.com/thread.jspa?threadID=5322842&tstart=0]
    Edited by: groverblue on Aug 13, 2008 7:10 AM

    Yes all apps will always be available without signing into his ID, if you start using your own Apple ID. However, you will not be able to update the apps that were downloaded under his ID without signing out of your ID and signing into his ID. So you will still have to juggle both Apple ID's on the iPad.
    Since the apps were all free anyway, you might be saving yourself some aggravation down the road, if you just delete all of those apps and download them again with your ID. Yes, you will lose all of the app data, but you should still be better off in the long run.
    If you have documents in some of these apps, they can probably be transferred to your computer from the iPad and then added back into the newly downloaded apps using File Sharing, email, DropBox, etc.
    But the bottom line is, you will be able to use all of the apps at all times no matter which ID you are signed into on your iPad.

  • Recommended method to deploy apps in the enterprise

    I have a Mac server configured with Profile Manager. My users at this point log into their iMacs with their Active Directory credentials. Classroom laptops use AD credentials as well, and the rest of the laptops (1/3 of all Macs on our site) have stand-alone accounts on the local machines.
    We've been messing with VPP up to this point, but honestly I'm not impressed with the way it works with OSX devices. I can enroll a machine into Profile Manager via trust certificate and the management profile. This works fine, and I can group the machines in logical order. According to the documentation, I should be able to deploy apps to the workstations themselves (independent of who is using it), but so far it doesn't seem to work like that.
    With a free VPP app, such as Garageband, in Profile Manager, I can only see where I can associate it with a user or user-group. I see two options with this. First, we use a common app-store credential to associate with the VPP apps. This seems like a poor option since a user wouldn't necessarily know the password to this account, and as soon as the app has an update, they are going to call us to login as the common app-store credential that owns the VPP app. Second, we associate the app to a user him/herself and let them do the installing or updating. This also assumes that our users sign up for an app-store account if they don't already have one (kind of weak, IMO).
    With these two, any common area/lab machines would obviously need a shared admin accessible VPP app-store ID, but with user-specific machines, I see it the other way. If I could target all of these machines without involving the users, that would be optimal. Given these three options (target user, target shared app-store account with manual admin intervention on each machine, target machine independently of a user), what do you all recommend?

    I will give my .02 on this topic.  I hope this helps.
    App distribution for Apps from the AppStore is a tricky mine field.  The new VPP program is a step in the right direction and for many businesses it is a dream come true (no more redemption codes, transfer of assets, European Union tax issues, I can go on...).  However, I will agree with you in regards that education does not benefit as much, especially when (1) the students do not have an Apple ID, (2) the devices are not deployed in the one-to-one model, and (3) users are not permitted to alter machine configurations.
    VPP for enterprise is a good thing, provided your organization is willing to allow user's the freedom to add content (an use Apple IDs).  The way it works is as follows. 
    • You enroll in the VPP program
    • You purchase apps/books in bulk through the app store
    • You configure your MDM to participate in the VPP
    • You invite your users using an email or via push notification if devices are already enrolled
    • When the user gets the invite, the user uses her own Apple ID to associate their App Store catalog with your enterprise App Store catalog (this all happens on Apple's servers)
    • The enterprise does not care nor does it need to know which Apple ID the user used.  This is irrelevant to the organization.
    • You then assign the apps and books to the users through your MDM
    • The user now sees this content in their App Store from their device
    • If the user leaves the organization, you can remove the app from the user and you recall the seat into the available pool.
    • The App remains on the device for 30 days I believe and the user (if this is a personal device and they still have it after being removed from the program) will be prompted to purchase the app (books are transferred - you can not pull them back).
    So, all that being said, you are not deploying to an enterprise and you are not deploying to dedicated devices.  I suspect that some of your users may also be too young to have an Apple ID.  So while I still recommend that you participate in the VPP to ensure software compliance, the reality is that you are likely going to use a single Apple ID to download the software.  This will be included in a master build when imaging and prepping machines.  If there are updates, you will download the update onto a build machine and use tools like ARD, JAMF, Deploy Studio, etc to push the app out to your fleet of machines.  Keep in mind that updates from the App store are full versions and they are self contained bundles.  Also, turn off all software update notifications on the workstations to keep users from realizing updates are available.
    I am a firm believer that schools should not apply updates to machines between September and June unless it is a tested security patch.  The risk of impacting the educational process is too great.  Look no further than the dramatic changing in the iLife and iWork tools.  Changing mid year can cause entire curricula to be disrupted.  There is no deeper wrath than that of a school matriarch dressing you down because you put out software that does not match her lesson plans.
    Ok, I am done on the soap box.  Hope this helped.  My suggestion again is stick with the VPP for compliance reasons but use distro tools to push the updated/new apps out to machines as needed.  This allows you to continue to use a single Apple ID, the account information is obscured from the user, and all updates happen via a distro push, avoiding touching each machine.
    R
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively Available in Apple's iBooks Store

  • TEXT_IO.FOPEN not working on web deployed app FORMS 6i

    Hi all
    I have coded parsing file by using TEXT_IO.GET_LINE but it seems that my file even can't be opened.
    declare
    file1 text_io.file_type;
    filename1 varchar(256);
    linebuf varchar2(100);
    begin
    file1 := TEXT_IO.FOPEN(:CSV.CSV_PATH, 'r');
    Text_IO.Get_Line(file1, linebuf);
    if linebuf!='blablablablabla' then msg('line is OK!');
    else msg('Line is wrong!');
    end if;
    TEXT_IO.FCLOSE(file1);
    end;
    On local machine when i enter into :CSV.CSV_PATH "C:\details.txt" the file gets loaded because it gets processing, I can see messages.
    When I upload form onto remote web-deployed app server, I enter into path "D:\details.txt" (I cannot write on C:, the files are the same) nothing happens. Does it mean text_io won't work on Fomrs6i web-deployed? How can I investigate this issue.
    Thanks in advance
    Tome

    With Forms Server deployments. TEXT_IO writes the file on the Forms server not the local PC as it did in client-server mode.
    Here are some workarounds
    1) Download the WEBUTIL add-on from Oracle and use its TEXT_IO package to write to the local file.
    WebUtil is an essential add-on loaded with goodies such as a file browse dialog for local files. Its easy to use and is designed to be compatible with other oracle routines like TEXT_IO.
    Kudos to Duncan Mills at Oracle for this top add-on - dont leave home without it.
    www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm2) Use the original TEXT_IO (as you are now) to write to a file on the Forms Sever , then display it in a browser window using WEB.SHOW_DOCUMENT
    3) I remember seeing some some old Java scripts on OTN to write to local PC.
    MY APOLOGIES for #3. Most forum posts can be solved with that little gem of an answer. "My sink is blocked" ... "yeah I saw some java code to fix that"

  • Updating a Deployed app on Windows RT 8.1

    I have an app I have written for Windows RT. I am able to deploy it using add-appxpackage in powershell. I have installed the Side Loading key and this all works fine. What I am looking for is a way to update the app for users that are in the field. We will
    eventually have over 50 users using this app and the logistics of bringing in each tablet so I can do the add-appxpackage individually would be rather daunting. Is there a way to install an update to an app from within the app?  I can write code to have
    the new version downloaded to the tablet and stored in the local storage for the app. The problem is finding a way to run the add-appxpackage from within the app. Is there a way to do this?
    Jim
    Jim Wilcox

    Hi,
    Please refer to the article below:
    http://technet.microsoft.com/en-us/library/hh856048.aspx

Maybe you are looking for

  • Attaching a BI Publisher report to an email from Apex

    Hello, My Apex application runs reports using a BI Publisher server- using a defined query and rtf template. The end user clicks on a button and a pdf report opens up- works perfect. Now, I need the click of the button to send an email having this re

  • 2nd gen shuffle blinks orange 3x then doesnt charge, isnt detected

    I have had and used my Ipod Shuffle for a couple months now and I go to plug my Ipod Shuffle into the USB dock and the Ipod light blinks orange three times and nothing happens after that. The Ipod is not detected by my computer or by Itunes. The Ipod

  • Can not open .pst file in Outlook

    I can't open our Personal Folders file (.pst). The recovered by SacnPST folders are empty. How can I recover that files?

  • Emac Display Expanding and Contracting

    I have a first generation Emac that I just bought used. The screen is expanding and contracting (left - right). Any suggestions on what this is? Thanks.

  • MS SQL Server 6.5 / Visual Basic 5.0 / Crystal Reports 6

    I have an application written in VB5 using RDO and C++ calls accessing MS SQL Server 6.5 thru ODBC. The reporting environment is based on Crystal reports and Excel. Can anybody advise me if they have used the Migration Workbench to port the database