This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: command line msi install problem
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 15, 2008
11:16 AM
command line msi install problem
I have a problem trying to the the quiet modes to work with the reinstall variables. When my command line looks like this, it will run through the entire process, but it will not physically install the app.
Msiexec.exe /i "c:\temp\package.msi" REINSTALL=ALL REINSTALLMODE=vomus /qb! /L*v "c:\temp\packagelog.log"
If I remove REINSTALL and REINSTALLMODE, to have it look like this, the package actually installs the app. Msiexec.exe /i "c:\temp\package.msi" /qb! /L*v "c:\temp\packagelog.log"
Any ideas?
Thanks
Msiexec.exe /i "c:\temp\package.msi" REINSTALL=ALL REINSTALLMODE=vomus /qb! /L*v "c:\temp\packagelog.log"
If I remove REINSTALL and REINSTALLMODE, to have it look like this, the package actually installs the app. Msiexec.exe /i "c:\temp\package.msi" /qb! /L*v "c:\temp\packagelog.log"
Any ideas?
Thanks
(2) Replies
‎Feb 16, 2008
07:59 PM
What does your log ("c:\temp\packagelog.log") show for the call w/ REINSTALLMODE & REINSTALL set? How about when you launch it with full UI instead of silently - are there any errors shown? Also, what process is calling msiexec?
‎Feb 18, 2008
07:30 AM
Thanks for the response, but I figured out my problem. This was the first install of the package, and so the reinstall tags do not apply the very first time you install it.
Thanks.
Thanks.