Complicated scenario
We have very complicated case -
We have to upgrade old package which is deployed on around 500 machines.
Unfortunately previous packager kept * in hkcu\software. On uninstallation it throws error.
Option1 - create vbscript to edit previous package's cached copy.
but are there any other options?
We have to upgrade old package which is deployed on around 500 machines.
Unfortunately previous packager kept * in hkcu\software. On uninstallation it throws error.
Option1 - create vbscript to edit previous package's cached copy.
but are there any other options?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
mekaywe
13 years ago
What is the error msi is throwing while uninstalling?
We faced similar issue with some repackaged application. We include two custom actions
1. Before upgrade takes place, Add a CA to take backup of HKCU\software
2. Let old version to be uninstalled
3. restore the registry information
4. Let newer version app get installed
We faced similar issue with some repackaged application. We include two custom actions
1. Before upgrade takes place, Add a CA to take backup of HKCU\software
2. Let old version to be uninstalled
3. restore the registry information
4. Let newer version app get installed
Posted by:
MadForMsi
13 years ago
Posted by:
AngelD
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.