The "official" installer is a installshield setup
You have to use the /r to record a "setup.iss" when doing a proper installation, then a /s to use it
This is working only for "new install", updates are failing
the reason why is the MSI package inside the .exe has the same Product Code as the old version(s?) (at least the 1.6)
My solution to have 1 installer for install & update is :
use the BizAgiPMSetup.exe /a to extract the MSI
Then use a direct edit on this MSI to modify the product code, and apply following changes on the properties :
Add property RemovePreviousVersions=true
remove ALLUSER property (was not set in previous version, create problems)
=> I'm using direct edit as the equivalant transforms isn't working, only direct edit (which isn't recommanded, but anyway the original one is not proper neither, as the product code isn't changed)
Then use normal MSI command lines to install (/I /q), works for new install & update :)
Questions & Answers related to BizAgi Limited BizAgi Process Modeler
Blogs (0)
Blog posts related to BizAgi Limited BizAgi Process Modeler
Links (0)
Links related to BizAgi Limited BizAgi Process Modeler
Reviews (0)
Reviews related to BizAgi Limited BizAgi Process Modeler
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