[SOLVED] options and msi_if_needed
Published: April 21, 2020 - 11:01 AM
Good morning,
When I create an msi package template from the console, it correctly detects the uninstallation key, I add my installation options (example DISABLE_UPDATE=0 /qb) and I generate my package.
So far so good, it's very convenient.
I'm testing the install, the remove, everything works fine.
However, I don't know where to find the options I set when creating the package + the uninstall key.
I only haveAnd
I figure that later I might need to review which options I had set and also check the uninstallation key.
When I create an msi package template from the console, it correctly detects the uninstallation key, I add my installation options (example DISABLE_UPDATE=0 /qb) and I generate my package.
So far so good, it's very convenient.
I'm testing the install, the remove, everything works fine.
However, I don't know where to find the options I set when creating the package + the uninstall key.
I only have
Code: Select all
install_msi_if_needed('monfichiet.msi') Code: Select all
uninstallkey = []I figure that later I might need to review which options I had set and also check the uninstallation key.