Minor update and new installation
I have an msi which i have done a minor update on. Replaced some exe files and changed the version number so i got a new package code.
The update works great on the computers which alredy got the package.
But is it also possible to get the package installed on new computers which dont have the previous package with the same system cmd?
Sorry for reposting 2 times
The update works great on the computers which alredy got the package.
But is it also possible to get the package installed on new computers which dont have the previous package with the same system cmd?
Sorry for reposting 2 times
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Posted by:
Bankeralle
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
Bankeralle
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
Bankeralle
15 years ago
ORIGINAL: VBScab
Use the command line with the REINSTALL and REINSTALLMODE properties for w/s which you want to update and the command line without those properties for w/s which don't yet have the product installed.
Thx for sll help VBSCab. So are y saying if the product is installed i should use
1. msiexec /i "msi" REINSTALL=ALL REINSTALLMODE=vomus /qb! ALLUSERS=2
and for new computers i should simply use
2. msiexec /i "msi" /qb! ALLUSERS=2
But is it not possible to simply to use one cmd line for both scenarios
Sorry if my explanation is badly
Posted by:
anonymous_9363
15 years ago
So are y saying if the product is installed i should useYes
1. msiexec /i "msi" REINSTALL=ALL REINSTALLMODE=vomus /qb! ALLUSERS=2
and for new computers i should simply use
2. msiexec /i "msi" /qb! ALLUSERS=2
But is it not possible to simply to use one cmd line for both scenariosNo
You could obviously wrap each command line in a batch file or script or indeed an EXE wrapper.
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.