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
- :
- Can I create an upgrade MSI pacakge?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2009
11:37 PM
Can I create an upgrade MSI pacakge?
Hello,
I'm new user evaluating Installshied software.
I am using MS Active Directory GPO to distribute software installations.
I created an installation package of my software and distribute it with GPO without a problem.
Now, I wanted to create an update pacakge for this software. Since GPO support only MSI distribution of software I cannot use the minor upgrade pacage since it's an EXE file. I tried to use the full distribution MSI file (the installation should recognize the old version installed and perfrom upgrade installation) but the installation does not perform the upgrade although it report that the installaion finished successfully.
How can I create an upgrade MSI pacakge?
Thanx in advance
I'm new user evaluating Installshied software.
I am using MS Active Directory GPO to distribute software installations.
I created an installation package of my software and distribute it with GPO without a problem.
Now, I wanted to create an update pacakge for this software. Since GPO support only MSI distribution of software I cannot use the minor upgrade pacage since it's an EXE file. I tried to use the full distribution MSI file (the installation should recognize the old version installed and perfrom upgrade installation) but the installation does not perform the upgrade although it report that the installaion finished successfully.
How can I create an upgrade MSI pacakge?
Thanx in advance
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2009
11:48 PM
You can deploy a minor upgrade using the .msi without the setup launcher by appending the following to the msiexec command line: REINSTALL=ALL REINSTALLMODE=vomus
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2009
12:22 AM
Thank you for your reply but I cannot use this method since I cannot add parameters to the GPO software distribution.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 24, 2009
01:41 PM
This is very important for me.
Thanks,
Ronen
Thanks,
Ronen
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 26, 2009
10:39 AM
I believe there are specific options available in GPO administration that allow you to specify the package is a minor upgrade; however, I'm not sure specifically what those are.
You may be best off checking a website more dedicated toward GPO deployments for a specific answer.
You may be best off checking a website more dedicated toward GPO deployments for a specific answer.