Kscript and software uninstall and install issues
I need to uninstall one application and replace it with its new version but the two cannot co exist.
I am using a Kscript which succesfully uninstalls the first version and another Kscript that installs the new version. How can I I get them to run together with the uninstall running first and then the install straightaway after?
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
Posted by:
StockTrader
9 years ago
Another possible solution is to create a single script that first of all uninstalls the program (if present) and the installs the new version.
One KScript to rule them all :-)
Another idea is to create a batch that uninstalls the old version and then create a zip that includes the batch and the payload to install the new version.
Then associate the ZIP to the software record of the new version of the application you need to install and ten create a Managed Installation for that software...Seems complex but it's a matter of few mouse clicks.
Kind regards,
Marco - StockTrader
Posted by:
keyser666
9 years ago