Silent Install UE-V 2.1 using AD Home Share

I have been looking for the command line to install the UE-V Agent MSI and have the SettingsStoragePath go to the AD home share.  Is there a way in 2.1 for it to use the AD home share without giving it a UNC path?
"You can't fix stupid!"

Hi
We had the same problem set the Setting Storage Path as anything and then delete it, the agent will then use your AD home share by default we used a script:
msiexec.exe /i AgentSetupx64.msi /quiet ACCEPTLICENSETERMS=True /NORESTART SettingsStoragePath="<none>" RegisterMSTemplates=FALSE
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\UEV\Agent\Configuration /v SettingsStoragePath /f
that will force the agent to use your home share, the only problem is if you need to uninstall the agent in the future you will need to put the SettingsStoragePath key back in via group policy preference or by hand as is stops the installer from working.
Regards
Carl

Similar Messages

  • How can I perform a silent install of an application AND use "run executable after installation"

    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason

    jmburns wrote:
    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason
    This problem is fixed in a future release of LabVIEW. Here's the CAR ID 67549 for tracking purposes.
    Message Edited by Bob P on 07-10-2008 09:10 AM

  • HT3819 I can use the home share for music but it won't let me share audio books?? How do I transfer the books to another pc?

    I can home share music no problem, but it won't transfer the audio books on to the other pc?? How do I do that please?

    What is the original source for these audiobooks?  In other words where were they originally downloaded or ripped from?  What format are these audiobooks in?
    Why can't you copy them over to the other PC using Home Sharing?
    B-rock

  • Packaging IE 9 in SCCM 2007 using silent install switches

    Hello all
    I am planning on packaging IE9 to be deployed to some of our test computers then to our production environment of about 564 nodes. My goal is to run it as a silent install, no user interface.I use the follow commands but the Install box still comes up (see
    below).  msiexec.exe /i "ie9-windows7-x64-enu.msi" /quiet
    My other question is should I just push the upgraded IE9 with the next software updates patch cycle?
    Thanks,
    Phil
    Phil Balderos

    Hi Phil,
    when you run through the IEAK wizard, you choose the user experience you want to have.
    IEAK has the ability to output in MSIfile, or as setup.exe.
    The MSIfile, is a dumb one, in that it merely unpacks the setup.exe and launches that.
    When we packaged up IE9, we just used the setup.exe, and I selected silent+norestart and all that, inside the IEAK.
    The setup.exe generated, includes the necessary parameters. I created a package/program in CM07 with just that.
    Or, you can use: setup.exe /quiet /norestart
    I've not found the MSI of any benefit at all, ever. (maybe if I was using GPSI or something that might be where I'd use it)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Silent install does not work using /S argument

    I am trying to perform a silent install of the Flash Player using the EXE.  I prefer not to use the MSI.  I am trying this command:
    install_flash_player_10.exe /s
    or
    install_flash_player_ax.exe /s
    Both commands produce this error:
    Invalid argument or invalid use of argument '/s'
    Has anyone encountered this before?  Thanks!

    When we build SMS packages for deployment we also build uninstall packages in the event that we need to rollback. The silet uninstall command for Flash 10.1 is
    install_flash_player_10.exe -uninstall
    It also seems to remove both the ActiveX and Plugin version if both are installed as in our environment. The uninstall string the registry:
    C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe -maintain activex
    does not work.
    Thanks for posting the -install tip. I was having trouble with that.
    Cheers!

  • Parameters for a succesful silent install of iTunes 7.6 with all components

    Hello people
    I want to use the silent install of iTunesSetup.exe to use it in a unnatended DVD installation. I use a multiple options using the /? command but it doesnt install all the componentes (bonjour, quicktime, ...):
    iTunesSetup.exe /quiet /norestart
    Someone knows what parameters i have to use to do it??
    Thanks!!!

    I want to add that the missing music files are not in my recycle bin.

  • How do I create a silent install for Adobe Robohelp 11.0? AAMEE fails

    I have tried to create a silent install for Adobe Roboehelp 11 using AAMEE v. 3.1 but after inserting "product installation folder", "package name" and "save to" and choosing "next" the picture just greys out.
    If if choose "next" again I get to the options page but it is empty.
    I tried using an older version of AAMEE and here I can create an unserialized build but it wont accept the my license code (which works fine if I install manually)
    Does anyone know how to solve this?
    I am using Windows 7 Enterprise Edition 64 bit.
    Best Regards,
    Christian Roejbaek

    Hi Christian,
    You have to use Creative cloud packager (CCP) to create the package for RoboHelp 11, AAMEE will not work for the latest version. CCP will be available in your LWS website(www.licensing.adobe.com) . Download CCP from LWS website and create a package for RH 11.
    Please refer to the below link for more information of CCP:
    http://helpx.adobe.com/creative-cloud/packager/creating-packages.html
    Once you will reach "The Application and Updates screen " on CCP window then you have to click on "Add Offline Media" and select the "product installer folder" as RH 11 might not show in the list of products on that screen.
    After creating the package:
    Steps to follow to deploy silently on single machine:
    1. Open CMD in Administrator mode.
    2. Give the path till inside the build folder of the package. For Example if the build is saved on your Desktop the path in CMD should be as below:
    C:\Users\[username]\Desktop\Packagefolder\packagename\Build>
    3. Now type the following installation command: msiexec.exe /i packagename.msi /quiet
    4. Launch Task Manager.
    5.There will be three process of “msiexec.exe”
    a)   6.One will be under System
    b)   7.Other Two will be under [username].
    8.Installation will be completed once both the process of msiexec.exe under the [username] are finished.
    9.The installation process with take 5 to 10 minutes
    Regards,
    Mayank

  • Silent Install Firefox 29 Windows

    I've been scouring the internet for a while looking for a way to do a silent install of Firefox via command-line. As I have come to find out, the -ms and /INI methods only work in much older versions of Firefox.
    When I try the -ms silent install, the first half of the install works fine, until it gets to the second half. As it appears, the second half first asks for the admin password (which is doesn't need), then it proceeds with the very visible second half of the install (another click to download and install Firefox and another useless ask for the admin password).
    What I think is happening is that the first installer is actually just installing another installer (into the appdata/temp folder) then opening that installer, and deleting it when it's done. This second installer doesn't support the -ms command when run on it's own.
    Anyone got any ideas?

    Found the answer.
    I went in and reported this to bugzilla, and after talking it over with someone, it was revealed that there are no plans to include silent install for the general "stub" based installer. But the silent install ''does'' work if you use the ''full'' installer (which doesn't use the double install process found in the general installer, and can only be downloaded here: https://www.mozilla.org/en-US/firefox/all/ )
    The full installer does support regular -ms silent install. To get rid of the admin permission requests, just run it elevated (aka: run as admin).
    After this conversation, the mozilla wiki was updated accordingly: https://wiki.mozilla.org/Installer:Command_Line_Arguments

  • How to silently install SSCERuntime

    Hi,
    using the WiX - installer I would like to silently install SQL Server Compact unattended using the following Settings:
    <PackageGroup Id="EmbeddedSql">
    <ExePackage
    InstallCommand="/quiet"
    RepairCommand="/quiet"
    UninstallCommand="/uninstall /quiet"
    SourceFile="<.. my path ..>\SSCERuntime_x64-DEU.exe"
    InstallCondition="VersionNT64"/>
    <ExePackage
    InstallCommand="/quiet"
    RepairCommand="/quiet"
    UninstallCommand="/uninstall /quiet"
    SourceFile="<.. my path ..>\SSCERuntime_x86-DEU.exe"
    InstallCondition="NOT VersionNT64"/>
    </PackageGroup>
    But the installation fails. The MSI Installer window pops up showing me
    the possible option, among which I see "/quiet" ... which
    I am using.What would be the right "commands" to achieve this goal?Regards
    Rainer

    Hi Erik,
    thanks for responding to my question!
    I prefer to use the official setups for two reasons:
    In case there is a update it seams to be easier to deploy them along with my project
    Since I have no control on the target system it is - for me - easier to handle whether to install the 64bit or 32 bit Version
    In the meanwhile I actually achieved a silent installation. I extracted the msi form the .exe and used a MsiPackage insteadd of ExePackage. It now looks like this:
    <PackageGroup Id="EmbeddedSql">
    <MsiPackage
    Visible="yes"
    Permanent="yes"
    SourceFile="<..myPath..>\SSCERuntime_x64-DEU.msi"
    InstallCondition="VersionNT64"/>
    <MsiPackage
    Permanent="yes"
    Visible="yes"
    SourceFile="<..myPath..>\SSCERuntime_x86-DEU.msi"
    InstallCondition="NOT VersionNT64"/>
    </PackageGroup>

  • Silent install of JRE (java 5 update 11) doesnot disable java update tab

    I need to disable the Update tab in java pluign.
    Manually it can be achieved by setting the HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 0.
    But i want to achieve this through java script
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html .
    From this i tried silent install through command prompt by using the following.
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL JAVAUPDATE=0 /L C:\jre.txt"
    also tried
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /L C:\jre.txt"
    but this successfully installs the jre but the update tab in the plugin is still shown.
    Can anybody help me to disable the update tab of java plugin through javascript while installing the jre.
    Thank you in advance.
    Mamatha

    This is a very poor solution. It looks extremely unprofessional, especially when you're relying on Java for your products. You want to install your product with Java (because it doesn't exist on many machines) and people think it's instant Spyware and bundle garbage. I have to agree with them (even though I'm a certified Java developer with 8+ years experience). Very poor...

  • HT4363 I have 2 iMacs with the home share activated using the same account ID and password, but only 1 computer at a time will show up on the main Apple TV "computers" menu. Can I have more than 1 computer sharing?

    Will ALL computer's home sharing show up on the "computer's" main menu on the Apple TV screen, and if so, can I switch between computers while they are using the "home share" feature?

    This should not be a problem, I have a mix of Apple & PC libraries on the ATV.
    Looks like you have another issue going on there, perhaps one of your computers is going to sleep or something.

  • Creating an automated silent install of Acrobat using InstallShield Tuner - Part 1

    For anyone who has tried to use the InstallShield Tuner application you'll know how buggy the program is and be aware of the lack of support from Adobe. After 4 months working on and off I managed to get a (mostly) working silent install. I thought I would share my findings with everyone so as to help prevent a few headaches.
    Note I am based in England and some of my comments may not apply to US customers.
    ================================
    Acrobat 6.0.1 Admin Install Point Creation & Maintenance
    Creating the Install Point
    1. Copy files to the network share that will be your Admin Install Point.
    For Acrobat Professional these files are on the Acrobat CD
    For Acrobat Reader you will need to download the latest version from www.adobe.com. Adobe is using a new compression package called Netopsystems FEAD Optimizer to deliver its Acrobat Reader application. To extract the files double click the downloaded .exe file and wait until the actual Reader installation begins. The uncompressed files are temporarily stored in %system root%\Cache\Adobe Reader 6.x.x\ENUBIG. Copy these files to the network share.
    Once the installation files are copied to the network share select them, right click, choose properties, switch off read-only attribute for all files (inc sub folders).
    2. Install the InstallShield Tuner 6.0.1 from Adobe Acrobat
    (http://www.adobe.com/products/acrobat/deployment.html)
    3. Install the software that you intend to create a .MST file for (Acrobat Reader or Pro) and update it to the same version number as the Tuner (6.0.1 at the time of writing). The latest Acrobat can be downloaded from Adobe as can patches for Acrobat Professional.
    Note: After further investigation his step may not be necessary.
    4. Due to a bug in the InstallShield Tuner the PCs language and regional settings must all be set to English US. (START Menu Settings Control Panel Regional and Language Options). Set everything to English US.
    5. Run InstallShield Tuner 6.0.1 for Adobe Acrobat and when prompted choose Rdr60ENU.itw (for Acrobat Reader) or AcroPro.itw (for Acrobat Writer Pro). These files can be found in the location you specified in step 1.
    Acrobat Reader Configurataion
    1. When prompted choose Create a New Transform
    2. Select Adobe Reader 6.0.1.msi as the base .MSI file
    3. Give the .MST file a name
    4. Click Create (this may take a minute to process)
    5. Configure your install options
    6. File - Save
    Acrobat Writer Pro Configuration
    1. When prompted choose Create a New Transform
    2. Select AcroPro.msi as the base .MSI file
    3. Give the .MST file a name
    4. Click Create (this may take a minute to process)
    NOTE: Do not click on the Organisation Product Properties field. If you do the installer will return a transform error when you try to deploy Acrobat. Instead enter these details in the Abcpy.ini file and via the command line. (See step 5)
    5. Amend the Abcpy.ini file as below:
    ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx (where xxxx is your serial number)
    USERNAME=xxxxxxxxxx (where xxxx is the users name)
    Company name should be entered from the command line (See Installing Acrobat Writer section below)
    6. Features
    Configure which features are to be installed
    7. Preferences
    Configure your install options
    8. File - Save
    Continued in Part 2
    ===================

    Ok, I'm not the sharpest pencil in the box. I'm distributing Elements 6.0 from a server and having user go to Start, Run and typing \\servername\project folder name\setup.exe but keep getting the error "Incorrect command line parameters. I'm trying different variations in the command line field in Tuner such as: setup.exe /s /v/qn What am I missing?

  • JRE 1.4.2_10 Silent install using MSi and JRE 5.0_06

    I have been unable to install JRE 1.4.2_10 using the msi and mst silently. My company requires all applications be installed using and msi not an exe. and with no user intervention. I can install using the msi and mst but not silently,.
    Also it does not allow me to choose IE as the default browser. I change the setting in the MST for IE, but this does not work, I still have to manually go in and change it after the install.
    I have the same issue with version 5.0_06. This does allow me to choose IE as the default browser but does not install silently.
    I am installing on Windows 2000 SP4.

    Can't help you with the MSI/MST part of your question directly, however we use the following command line:
    jre-1_5_0_04-windows-i586-p.exe /s /v" /qn ADDLOCAL=jrecore,extra IEXPLORER=1 REBOOT=ReallySuppress JAVAUPDATE=0 SYSTRAY=0"
    You might be able to make IEXPLORER=1 work for you via the MSI?
    Additionally, you can manage JRE settings via the following method -
    Place a file called 'deployment.config' in the following location:
    %SystemRoot%\Sun\Java\Deployment
    This file can act as a pointer to a configuration file (aka jre.properties)
    The contents of 'deployment.config' would look like (as an example):
    deployment.system.config=file://///servername/share/jre.properties
    'jre.properties' would then contain this like:
    deployment.version=1.5.0
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    deployment.javaws.version=javaws-1.4.2_05
    deployment.system.cachedir=C\:\\Temp\\Java\\cache
    deployment.system.cachedir.locked
    deployment.user.logdir=C\:\\WINNT\\Debug\\UserMode
    deployment.user.logdir.locked
    deployment.proxy.type=3
    deployment.proxy.type.locked
    deployment.cache.max.size=10m
    deployment.cache.max.size.locked
    deployment.trace=false
    deployment.trace.locked
    deployment.log=false
    deployment.log.locked
    deployment.javapi.lifecycle.exception=false
    deployment.javapi.lifecycle.exception.locked
    deployment.console.startup.mode=DISABLE
    deployment.console.startup.mode.locked
    deployment.browser.vm.iexplorer=true
    deployment.browser.vm.iexplorer.locked
    deployment.browser.vm.mozilla=false
    deployment.browser.vm.mozilla.locked
    deployment.javaws.shortcut=NEVER
    deployment.javaws.shortcut.locked
    deployment.javaws.associations=NEVER
    deployment.javaws.associations.locked
    deployment.security.askgrantdialog.show=true
    deployment.security.askgrantdialog.show.locked
    deployment.security.askgrantdialog.notinca=true
    deployment.security.askgrantdialog.notinca.locked
    deployment.security.browser.keystore.use=true
    deployment.security.browser.keystore.use.locked
    deployment.security.notinca.warning=false
    deployment.security.notinca.warning.locked
    deployment.security.expired.warning=false
    deployment.security.expired.warning.locked
    deployment.security.jsse.hostmismatch.warning=false
    deployment.security.jsse.hostmismatch.warning.locked
    deployment.security.sandbox.awtwarningwindow=false
    deployment.security.sandbox.awtwarningwindow.locked
    deployment.security.sandbox.jnlp.enhanced=false
    deployment.security.sandbox.jnlp.enhanced.locked
    deployment.system.tray.icon=false
    deployment.system.tray.icon.locked
    For more details:
    <http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html>
    This could help you as well? Good luck.

  • How to select installation language when using silent install

    Hi,
    How can i select installation language when using silent install.
    Power management
    Presentation_Director
    System_Update
    EasyEject_Utility
    When i install those programs with silent install string it will install language i have select at windows regional options. I want thinkvantage software to be installed in english but now its finnish.
    So how to set default language EN with silent install?
    Cannot change windows regional options.

     No solution yet....?

  • How to silently install CSA using .wsf script

    I created an agent kit that does a quiet install, so it doesn't prompt the user, but it does display a couple of status boxes. It is possible to do a completely silent install? The config guide indicates that it can be done but doesn't give an example. I'm using the command "oExec = wshShell.Run ("CSA-setup.exe", 0, true)" in a .wsf file, where CSA-setup.exe is the agent kit file from the CSA MC.

    You should be able to write
    CSA-setup.exe /s --autolevel=1 --noreboot=1
    Read more here:
    http://www.cisco.com/en/US/customer/products/sw/secursw/ps5057/products_qanda_item09186a008049ad72.shtml#qa15

Maybe you are looking for

  • HT5622 I never set up icloud and my ipad has been stolen is there any way i can find it still?

    I never set up icloud on my ipad and it has been stolen is there any way i can still track it without it being turned on the device?

  • Powers off above FSB of 133 (barton 2500)

    Ok here we go.... K7N2 Delta ILSR AMD (Barton) 2500 Mushkin 512MB 3200 In the Light green slot Enhance 300W PSU Fresh Install of XP Pro SP1 Copper cooler CPU Fan and heat sink 120MM Case fan Big Ass Problem First of all when I was installing XP from

  • Javax.mail.MessagingException: 454 5.7.3

    Hi Friends, Getting an error while sending a mail through my web application. The same application when run on Windows Server 2003 and Win 2k Professional, it works perfectly. But when run on a production machine which is a windows server 2003 it is

  • XSD Type not validating

    Hi I have a xsd for the inut of my BPEL process with one of the fields being of type int. (<xsd:element name="source_id" type="xsd:int">) However if I call this process from another BPEL process passing a string as parameter I don't receive an error?

  • Delivery of replacement/repaired iPods

    Hi guys long time listener first time caller. I sent my ipod to get repaired because my screen was buggered, i sent it through the local post office (melbourne, australia) and was wondering when they send it back, are they going to send it directly t