/build/static/layout/Breadcrumb_cap_w.png

Deploying a small MSI update

We have an MSI deployed that has some start menu shortcuts that we require to change the targets. From looking here: http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/MajorMinorSmall.htm it appears this would be classified as a "small update". What's involved in creating a small update for deployment to existing systems? According to that same page I will need to change the package code and that's it. Is the correct practice to create an MSP that increments the version and contains the modified shortcuts? Also, for modifying the existing MSI for new installations, do I simply modify the shortcuts, change the package code and increment the version?


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Modify the shortcut location.. Add RemoveFile (In InstallMode.. i.e., 1) table entry for the already delivered shortcut.. Install your updated msi as shown below MSIEXEC /i "MyNewMSI.msi" REINSTALL=ALL REINSTALLMODE=voums /qb
Posted by: jagadeish 11 years ago
Red Belt
3

Modify the shortcut location.. Add RemoveFile (In InstallMode.. i.e., 1) table entry for the already delivered shortcut..

Install your updated msi as shown below

MSIEXEC /i "MyNewMSI.msi" REINSTALL=ALL REINSTALLMODE=voums /qb

Posted by: pjgeutjens 11 years ago
Red Belt
0

be aware that MSPs are not related to the Major/Minor/Small upgrade discussion. The latter is only for installing a new MSI over an older version.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ