Basic Silent install of an MSI or EXE applicaiton

Hello All
I am hoping someone can point me in the right direction, as I am still learning much about Powershell.
I cant seem to find what I need on the google box without getting my self confused. right now my company uses wrappers.vbs to accomplish this task (example posted at the bottom of the page) but I would like to move into the Powershell realm
This is what I am trying to accomplish
1) Create a Powershell script that will install an MSI application and one that will install exe
2) The install should be silent and no user interaction. this is what I usully put at the commad line
msiexec /i "jre1.7.0_45-c.msi" /q
I am creating packages of our programs in sccm 2012 and would like to create a powershell script for as many of these programs as possible. This is will be good practice for me so I am just looking for a good basic starting point in which I can build from
Here is an example of the wrapper.vbs in conjunction with wrapper.xml we use. which is an xml file. - Kind of old school if you ask me
?xml version="1.0"?>
<package>
 <application>
  <publisher>Microsoft</publisher>       <!-- Publisher name, section must be first -->
  <title>Office Enterprise</title>           <!-- Title of application -->
  <version>2010</version>           <!-- Major version of application -->
  <popup>TRUE</popup>             <!-- Display pop about install, TRUE or FALSE -->
  <popup-wait>10</popup-wait>         <!-- number of seconds to delay popup if no OK is clicked, 0 = message box stays until the user dismisses it-->
  <popup-cancel>TRUE</popup-cancel>      <!-- Allow cancel button in popup -->
  <showcomplete>TRUE</showcomplete>      <!-- Show complete dialog box to use, TRUE or FALSE -->
  <popuptag></popuptag>            <!-- Displayed at the bottom of the popup -->
    <showprogress>FALSE</showprogress>      <!-- Show Internet Explore progress bar -->
 </application>
 <application>
  <category>exe</category>          <!-- exe, reg, storage, 100 application sections max -->
  <action>INSTALL</action>          <!-- INSTALL, UNINSTALL, OTHER (No Error Checking) -->
  <source>%Current_Path%\2010SP1</source>          <!-- blank = default to xml directory -->
  <program>setup.exe</program>
  <switches></switches>      <!-- %CURRENT_PATH% Recommend you use quote with this statement -->
  <architecture>x86</architecture>        <!-- x86, x64, or blank for all -->
  <minos></minos>               <!-- 4.0, 5.0, 5.1, 6.0, 6.1, 7.0, or blank for all -->
  <maxos></maxos>               <!-- 4.0, 5.0, 5.1, 6.0, 6.1, 7.0, or blank for all -->
  <visible>1</visible>            <!-- 0 = Hides the window, 1 = Displays the windows, 2 = minimized, 3 = maximized -->
  <wait>TRUE</wait>              <!-- TRUE = wait till the command finishes execution -->
 </application>
 <application>
  <category>exe</category>          <!-- exe, reg, storage, 100 application sections max -->
  <action>INSTALL</action>          <!-- INSTALL, UNINSTALL, OTHER (No Error Checking) -->
  <source>%Current_Path%\2010SP1x64</source>          <!-- blank = default to xml directory -->
  <program>setup.exe</program>
  <switches></switches>      <!-- %CURRENT_PATH% Recommend you use quote with this statement -->
  <architecture>x64</architecture>        <!-- x86, x64, or blank for all -->
  <minos></minos>               <!-- 4.0, 5.0, 5.1, 6.0, 6.1, 7.0, or blank for all -->
  <maxos></maxos>               <!-- 4.0, 5.0, 5.1, 6.0, 6.1, 7.0, or blank for all -->
  <visible>1</visible>            <!-- 0 = Hides the window, 1 = Displays the windows, 2 = minimized, 3 = maximized -->
  <wait>TRUE</wait>              <!-- TRUE = wait till the command finishes execution -->
 </application> 
</package>
Phil Balderos

PowerShell is a very heavyweight solution for a one-off installer. A batch file (shell script) is a better solution for two main reasons:
1. By default the file association for .ps1 does not execute the PowerShell script but opens in Notepad.
2. PowerShell loads a lot more slowly (particularly on a busy machine) than cmd.exe.
In addition, PowerShell can run a shell script (.bat/.cmd) file just by typing its name, so there's no limitation there.
For what you want to do, a short shell script (like I posted) is a better solution than PowerShell IMO.
-- Bill Stewart [Bill_Stewart]
Bill
Thanks for the advise. Makes perfect sense, as I am a noobie still learning. I will try the shell script you provided and find other ways to play with Powershell for automation.
Thanks again!
Phil
Phil Balderos

Similar Messages

  • Silent install using the MSI and incorporating the activation

    Good Morning,
    I am trying to do a silent install of contribute for SCCM 2007 using the MSI and although the install works i can't figure out how to get the activation and registration silent as well.
    I have tried using admin stuido (SCCM version) and adding the registry keys but that is not working.
    Does anyone have any idea how this can be done?
    I appreciate any help you can give me.
    Thanks,
    NS2057

    In case you are deploying CS5, then I would suggest you to refer the Creative Suite Enterprise Deployment Guide -
    http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    The Deployment Guide would provide you with information on how to supress these behaviours.
    The above page also has a similar guide for CS4 deployment as well and also the links to download the Adobe Deployment Toolkits.
    Hope this helps .
    Regards,
    Sharad

  • Unattended/silent install "oracle outlook email integration on demand"

    I am looking for how to create sms package for "oracle outlook email integration on demand" (unattended/silent/ install from command line setup.exe /s /v"/qb"????? no luck

    Please post this question on the CRM On Demand Integration Development forum.

  • How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks

    How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks
    Everytime the Flash Player update, it always change the silent installation method and there is no related information listed or shown in the following download web site.  Please indicate the silent installation method in the following web site.
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    PS. For example: Microsoft would shown the silent installation method in patch update web site, please refer to the below URL for reference:
    http://www.microsoft.com/technet/security/bulletin/MS11-035.mspx
    Update Information  --> Security Update Deployment --> Deployment

    You may find what you're looking for in http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

  • I need to silently install the latest Mozilla firefox on Win7 machines, I do not see any .msi available and the /S or -S commands on the setup.exe installer does not work. Does someone know what can I do?

    I need the silent install of firefox for image deployment.

    For windows 7, you can use the -ms switch. For example, I have a batch file that works great. It contains the following:
    @ECHO.
    @Echo Installing Firefox
    @start /wait "Firefox Setup 3.6.10.exe" -ms
    However this does not seem to work well in windows XP. To get it to work in windows XP, I had to remove the spaces from the firefox installer and run the following command:
    @start /wait FirefoxSetup3.6.10.exe -ms
    If anyone has an easier way to get silent install working under XP (without renaming the firefox installer) please let me know!

  • 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.

  • Adobe Acrobat XI Standard 11.0.10 silent install failing with error 1603

    Hello
    I just updated my AIPs for Adobe Acrobat Pro 11 Pro and Standard.  The Pro silent install is working fine.  But I cannot get the Standard install to run on Windows 7 or WIndows 8.   I have gone over every detail that I can think of or find on forums.
    I use the Adobe Customization Wizard XI and choose the basic stuff to create my transform.  I don't generally enter a serial number in the customization setup but I tried that and the installation did appear to complete successfully.  But when I tried to open Acrobat it did not work.  Processes like PDapp.exe where running in a loop but never stopped.   Without a serial I get the errors below and the install fails almost immediately.   I have recreated the API and transform a few times hoping it would help.
    Installing with the following line msiexec /i "%~dp0AcroStan.msi" TRANSFORMS=AcroStan.mst /qb /L*v c:\acrobat.log I get an error message that just says "error".
    Application Event logs
    Product: Adobe Acrobat XI Standard --  error.
    Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    When I run the AcroStan.msi by itself the installation completes successfully so it would appear the issue is in customization process or the .mst file.  Any help would be greatly appreciated.
    Thank you

    I'm assuming that verbose logging is accomplished by adding /L*v c:\acrobat.log ?  No, I do not have CustomAction AAMIU_Install.196A45B3_0387_4DF9_9420 in my log file.  The only items referencing 1603 are below.
    CustomAction CheckForPendingOperation returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction SetLotusNotesInstalled returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (84:C4) [15:30:14:422]: Note: 1: 1708
    MSI (s) (84:C4) [15:30:14:422]: Product: Adobe Acrobat XI Standard -- Installation operation failed.
    MSI (s) (84:C4) [15:30:14:422]: Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    MSI (s) (84:C4) [15:30:14:458]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Deferring clean up of packages/files, if any exist
    MSI (s) (84:C4) [15:30:14:478]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Unable to delete the file outside of the engine. LastError = 2
    MSI (s) (84:C4) [15:30:14:479]: MainEngineThread is returning 1603
    MSI (s) (84:28) [15:30:14:480]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 31, szDescription: "".
    MSI (s) (84:28) [15:30:14:483]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    === Logging stopped: 1/16/2015  15:30:14 ===
    MSI (s) (84:28) [15:30:14:484]: User policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Machine policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:486]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (84:28) [15:30:14:487]: Destroying RemoteAPI object.
    MSI (s) (84:54) [15:30:14:487]: Custom Action Manager thread ending.
    MSI (c) (E4:0C) [15:30:14:489]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E4:0C) [15:30:14:489]: MainEngineThread is returning 1603
    === Verbose logging stopped: 1/16/2015  15:30:14 ===

  • How to create a silent install without firstlaunch and autoupdate enabled

      Its been asked numerous times but I cant find an answer in these forums or via search.  I want to create an admin install for Blackberry Desktop Manager 7.1.  RIM publishes a guide for creating a silent install but not a useful guide for turning off the autoupdate feature.  Their answer, basically, is to regedit the HKCU keys to disable autupdate.  However, These keys do not exist until after the user logins and runs the desktop manager for the first time.
     How can these keys be incorporated during the initial install?  I attempted to create an MST with orca however, contrary to to RIM's silent install guide you can't run the msi directly, rather you have to use the setup.exe to kick off the msi.
     Has anyone had any luck creating the mst? What lines in the msi do you edit to create the mst? And finally, how do you run the install with the mst in command line?
     Considering that the largest user base for blackberries are enterprise environments RIM really needs to make a more admin friendly install with proper documentation. While our hate does make us stronger, **bleep** off the IT crowd will only further fuels the push to other devices.

    The steps you followd seem right, the only thing however that is missing is when you add the channel with provider class name. The channel gets added only for the domain, it does not automatically perculate to all roles and users below if the user has customized his settings. You would have to enable the option Apply changes to all roles and sub roles for the user to inherit this, however if you have made any specific changes for the user that will get over written by the domain values when you select the option apply changes to all roles and sub roles.

  • Repackaging Safari 5.1.7 with silent install and custom settings

    Hi everyone,
    I'm searching for a solution to create a custom installation for Safari 5.1.7.
    I accomplished the same task for other browsers using the MSI extraction from the .EXE installer and using different methods to set custom settings like: EULA accepted, default home page, etc during the installation process.
    My question here is if Apple supports or allows to do a redistribution of its application for large Windows Enterprise environments with this kind of custom settings using either Flexera Install Shield or any other to modify the MSI installer and accomplish this task without the need of using external .JS, .XML files like other browser silent installations supports for redistribution / repackaging.
    I isolated the Safari MSI file to prevent the installation of the other software that comes with the main .EXE: AppleSoftwareUpdate.msi, Bonjour and Bonjour64.msi, SetupAdmin.exe  but I can't modify the default home page or prevent the prompt to set the default browser from inside the MSI to have it done.
    This custom settings should be done in a more elegant way than using Regedit to search for the changes after the Setup finishes.
    If you have any answer for this please let me know.
    Kind regards.

    Well I guess I have to reply to myself. No one seems to know this one.
    I found that : https://discussions.apple.com/thread/2316559?threadID=2316559   is Not working for Safari 5.1.7 on Windows 7 x64 even if you tried to open the pslist file from : ...\AppData\Roaming\Apple Computer\Preferences\com.apple.Safari.plist the file seems that will be set as per user and even if you modify it it will not work.
    No support has been found to have a GPO neither Flexera Admin Sudio Repackager or Tunner has succeeded to repackage or Build a successful MSI using Isolate or Installation Monitoring process due to some errors during the installation pointing to folder : C:\Windows\winsxs
    So, basically I just need to confirm with any Apple guru if this is Possible or Not to do that or what could be the solution to get a normal SCCM 2012 package for Safari 5.1.7  with custom settings: Home Page, Disable ask for Default Browser, Disable Ask for Updates.
    By the way I have the switches that works fine for Silent install and it works fine:
    msiexec /i Safari.msi /qn SCHEDULE_ASUW=0 DESKTOP_SHORTCUTS=1 installdir="%programfiles(x86)%\Safari" allusers=true reboot=suppress
    I will really appreciate if some one replies asap   !!!! 
    Thanks and Kind regards.

  • Problems performing silent install of CR XI Rel 2

    We are using the instructions from the installation guide to perform a silent install by running the command
    setup.exe ADDLOCAL=ALL EXCLUDEDOTNETFILES=1 EXCLUDEJAVAFILES=1 EXCLUDERDCFILES=1 CLIENTLANGUAGE=EN REBOOT=ReallySuppress PIDKEY=(actualKey) INSTALLDIR="C:\Program Files\Business Objects\Crystal Reports 11.5" /live c:\temp\cr_11.log /qn
    The installation runs but fails at the end of the installation when attempting to put the shortcuts in the users or All users Start Menu with the error of MainEngineThread is returning 1603 (when under user ID) or MainEngineThread is returning 1604 (when under All Users).  The installation is being run with an administrator access login ID, so access to either area should not be a problem.
    The installation is on both Windows 2000 and XP pc's and the win32 directory of the msi installation files have been copied locally to the machine as part of the process to eliminate network lag.
    Does anyone have any suggestions on how to get past this?

    Check the readme and help files on  how to.

  • Office 2013 GPO Silent install doesn't run consistently

    client is all Dell Win 7. Servers are 2012. Project is to install Office 2013 silently with GPO at computer start. Everything is configured correctly and it works on some computers. I set it install in a larger group by linking the GPO to that group of computers. Told everyone to reboot and waited. Nothing. It didn't install. I know it works because I haven't changed it and I have seenit work multiple times. Try another reboot. Nothing. Then one of them works. Then another. Then another. Not all at once and not always at reboot. Some of them just install in the middle of the day. Is this a "load balancing" feature where all of them are not installed at once so the server isn't overwhelmed? If not, why does it work sometimes and then at random times. The actual install doesn't take very long. Maybe my server doesn't have the horsepower...
    This topic first appeared in the Spiceworks Community

    I've not tried the Dashboard connection yet.
    I will try to connect and setup permissions using TDADM.
    This is my thoughts etc. so far;
    problem starts when running dpconfig.exe - therefore I can skip re-running (and 'repairing') the install using the MSI
    dpconfig doesn't appear to have any command line options? (ran "dpconfig /?" from a command line and still just launched the wizard)
    so far, even if permission are or get set correctly, processor hasn't been linked to the share yet - only dpconfig can do that?
    had installed the Processor on Server 2012 in Core UI. Thought dpconfig might be trying to launch Explorer, which isn't available in Core, so went up to "Server with GUI" (bypassing "minimal"). However, this didn't change anything. Left at Server with GUI
    for now (although would prefer to run as Core if supported - nothing says it isn't?)
    by default, our server config blocks all Firewall ports incoming (the out of the box config) only opening up ports as required. I'll try turning the Processor Firewall off.
    Seems like not a lot of people do this (install the 2013 Telemetry), as very little online apart from Microsoft pages. Trying to dig through the Powershell script posted (by you Jill?) here;
    http://blogs.technet.com/b/office_resource_kit/archive/2012/09/25/quickly-set-up-office-telemetry-dashboard-on-a-workgroup-or-domain-joined-computer.aspx . However, looks like even in this one that for domain joined machines, dpconfig is launched interactively,
    so still no cmd line options!

  • Silent install of 10.1.0 (MUI) Reader and patches leaves teh previous Version in Add remove prog

    Hello,
    having major issues with a silent install to 3300 users.
    I Have a vb script that runs in SCCM to install reader 10.1.0 (MUI) and the increnetal patches for 10.1.1 and 10.1.2 both MUI.  I have created a transform to not use a desktop icon, turn on protect mode and supress the eula.  3 problems.
    1.  The script searches for old versions and completly install the mui version over all with the following command line:
    "AcroRead.msi TRANSFORMS=AcroRead.mst PATCH="AdbeRdrUpd1011_MUI.msp; AdbeRdrUpd1012_MUI.msp" ALLUSERS=1 LANG_ID=1033 PRODUCTLANGUAGE=1033 LEAVE_PDFOWNERSHIP=YES REMOVE_PREVIOUS=YES EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES /qn /norestart /LOG c:\progra~1\Adobe\AdobeReader10.1.2.log"
    Setup.ini file reads:
    [Startup]
    RequireOS=Windows 2000
    RequireMSI=3.0
    RequireIE=6.0.2600.0
    CmdLine=/sl"1033" /rs /sPB
    [Product]
    msi=AcroRead.msi
    CmdLine=TRANSFORMS="AcroRead.mst"
    Languages=1033
    1033=English (United States)
    [Windows 2000]
    PlatformID=2
    MajorVersion=5
    ServicePackMajor=4
    [MSI Updater]
    Path=http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.0/misc/WindowsInstaller-KB893803-v2 -x86.exe
    Problems on about 100 computers so far:
    1.  If the system had 10.1.1  and not the 10.1.1 MUI and 10.1.2 MUI stay in Add Remove Programs
    2. Systems that get the full uninstall and reinstall  even if adobe is closed and browser is closed and user can not read files from the web or email after the complete install to 10.1.2 mui.  Adobe works locally.
    3.  Some systems appear to upgrade fine. 
    HELP PLEASE!!!!

    With Administrative Installation Points I've always found it best to remove the old version first with a script using [msiexec.exe /x {APPLICATION_GUID} ] before installing the new AIP.  You should read the documentation about 10.x AIP though.
    http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-10.html

  • 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?

  • Unable to install SQL 2005 Service Pack 3 (Unable to install Windows Installer MSI file)

    I'm unable to install SQL 2005 Service Pack 3. This results in the following error message: Unable to install Windows Installer MSI file.
    Could someone please help me. Thanks in advance!
    === Verbose logging started: 3-4-2009  9:33:00  Build type: SHIP UNICODE 4.05.6001.00  Calling process: d:\5ddfa356349ddf2e676c336d95c5\hotfix.exe ===
    MSI (c) (E0:88) [09:33:00:404]: Resetting cached policy values
    MSI (c) (E0:88) [09:33:00:404]: Machine policy value 'Debug' is 0
    MSI (c) (E0:88) [09:33:00:404]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (E0:88) [09:33:00:404]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (E0:88) [09:33:00:404]: Grabbed execution mutex.
    MSI (c) (E0:88) [09:33:00:419]: Cloaking enabled.
    MSI (c) (E0:88) [09:33:00:419]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (E0:88) [09:33:00:419]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:01:747]: Running installation inside multi-package transaction C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:01:747]: Grabbed execution mutex.
    MSI (s) (28:CC) [09:33:02:029]: Resetting cached policy values
    MSI (s) (28:CC) [09:33:02:029]: Machine policy value 'Debug' is 0
    MSI (s) (28:CC) [09:33:02:029]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (28:CC) [09:33:02:685]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (28:CC) [09:33:03:450]: File will have security applied from OpCode.
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi' against software restriction policy
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi has a digital signature
    MSI (s) (28:CC) [09:33:04:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (28:CC) [09:33:04:888]: End dialog not enabled
    MSI (s) (28:CC) [09:33:04:888]: Original package ==> C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:CC) [09:33:04:888]: Package we're running from ==> C:\WINDOWS\Installer\3d3a713.msi
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: looking for appcompat database entry with ProductCode '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'.
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (28:CC) [09:33:05:685]: MSCOREE not loaded loading copy from system32
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\2f1994e.msi 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Opening existing patch 'C:\WINDOWS\Installer\e6ba0.msp'.
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\e6ba0.msp 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Couldn't find local patch 'C:\WINDOWS\Installer\e6ba0.msp'. Looking for it at its source.
    MSI (s) (28:CC) [09:33:05:825]: Resolving Patch source.
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'DisableMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: Machine policy value 'AllowLockdownMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media enabled only if package is safe.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Looking for sourcelist for product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Adding {EE92F683-5F5C-4970-BB0B-9AC591B60268}; to potential sourcelist list (pcode;disk;relpath).
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Now checking product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media is enabled for product.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Trying source \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 2203 2: \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\SqlSupport.msp 3: -2147287037
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing net source list.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing media source list.
    MSI (s) (28:CC) [09:33:07:654]: SOURCEMGMT: Resolved source to: 'SqlSupport.msp'
    MSI (s) (28:CC) [09:33:37:732]: Note: 1: 1314 2: SqlSupport.msp
    MSI (s) (28:CC) [09:33:37:732]: Unable to create a temp copy of patch 'SqlSupport.msp'.
    MSI (s) (28:CC) [09:33:37:732]: Searching provided command line patches for patch code {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:37:763]: Note: 1: 1708
    MSI (s) (28:CC) [09:33:37:763]: Product: Microsoft SQL Server Setup Support Files (English) -- Installation failed.
    MSI (s) (28:CC) [09:33:37:763]: Windows Installer installed the product. Product Name: Microsoft SQL Server Setup Support Files (English). Product Version: 9.00.4035.00. Product Language: 1033. Installation success or error status: 1635.
    MSI (s) (28:CC) [09:33:37:779]: MainEngineThread is returning 1635
    MSI (s) (28:28) [09:33:37:888]: No System Restore sequence number for this installation.
    This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:37:888]: User policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Machine policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:37:904]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (28:28) [09:33:37:919]: Restoring environment variables
    MSI (c) (E0:88) [09:33:37:935]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E0:88) [09:33:37:935]: MainEngineThread is returning 1635
    === Verbose logging stopped: 3-4-2009  9:33:37 ===

    This post should definitely help you
    http://blogs.msdn.com/sqlserverfaq/archive/2009/01/30/part-1-sql-server-2005-patch-fails-to-install-with-an-error-unable-to-install-windows-installer-msp-file.aspx?CommentPosted=true
    Feroz
    Mark as Answer if it helps. This posting is provided "AS IS" with no warranties and confers no rights.

  • Adobe Reader "Adobe PDF Reader" Addon not installing when Using MSI Installer.

    I'm trying to do a silent install of Adobe Reader - and I notice that when I use the EXE installer, with no manual configuration, I have the "Adobe PDF Reader" Addon in Internet Explorer (IE11).
    When Installing the MSI - With or without a transform, I do not get the addon. I get a "PDF Link Helper" but no PDF Reader addon. Has anyone experienced this?

    Hi geoffubazi,
    The 'Adobe PDF Reader' Addon should install even if you run the .msi file.
    Check under the Add on option- 'Run without permission' as shown in the screen shot below and it will list the 'Adobe PDF Reader' Add on
    Regards,
    Rave

Maybe you are looking for

  • How to install AIR SDK 15 on my iMac

    Hi everyone... I built my iOS app on Flash cs6 (with the latest AIR SDK 15) on my windows computer, but now have access to a Mac. The problem though is that the Flash cs6 on the mac is running AIR 3.2 and I have downloaded the latest AIR SDK 15 for M

  • IPad 2, 32 gb

    How much do you think I could get for an iPad 2, 32 gb, cracked screen, with a $25 case?  Apple wants $300 to repair the screen and I'd rather sell my iPad and get the iPad 3. $300 is a little much..... I was thinking around $450? I paid about $600..

  • IP Default Gateway

    Hi all I have configured ip default-gateway on a cisco 2811 router. However, after configuring this, I could not ping to the internet from all my hosts. However when I use the ip route 0.0.0.0 0.0.0.0 ip address, I am able to do that. May i know why

  • HELP! MacBook won't log in or do anything?

    Yesterday I was on my MacBook doing a video chat with my friends, moments later I got that ball of colors spinning and everything begun to freeze up. I tried to force quit everything but it didn't work, so I turned off my MacBook. About an hour later

  • [solved] Gimp crashes

    I have no idea what caused this or what changed since I use gimp rarely. The problem was present with Gimp 2.3 already. First I thought it was due to a missing libgnomeui (gimp complained about it at startup), but it wasnt lethal. Installing it didnt