Update msi installed with an mst
A package had been deployed with an mst. I've made an update to one file in the mst and now need to update the installation. Is it possible to do something like this:
msiexec /Fvamus package.msi TRANSFORMS=transform.mst
it seems to just be ignoring the TRANSFORMS part and the install isn't being updated.
thanks.
msiexec /Fvamus package.msi TRANSFORMS=transform.mst
it seems to just be ignoring the TRANSFORMS part and the install isn't being updated.
thanks.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
mickman
20 years ago
Posted by:
pliant
19 years ago
I would like to do it as an Update tho not a Major Update so i just want it to replace the one file from the transform not do an entire uninstall of the old and reinstall of the new. Therefore, no new product code was generated. It doesn't seem to recognize the transform tho and only check the files in the msi for updating not those in the mst.
Is there any way to do this?
Is there any way to do this?
Posted by:
Gastro
19 years ago
As I understand it then you already have installed the program om some computers, then you want to replace a file without having to uninstall and install the program again. To do this no need to do a patch-file. Not a transforms. Transforms can only be use when you install the program for the first time. They are no use if the program already is installed on the computer.
I would do like this. If you deploy with AD.
1. Create patch-file.
2. Patch the msi-package
3. Do a re-deploy in AD on the package to get the clients to update theirself against the new msi-file.
If you're using SMS, I think you can skip step 2. and just ad the Patchfile to the SMS and it will fix it.
I would do like this. If you deploy with AD.
1. Create patch-file.
2. Patch the msi-package
3. Do a re-deploy in AD on the package to get the clients to update theirself against the new msi-file.
If you're using SMS, I think you can skip step 2. and just ad the Patchfile to the SMS and it will fix it.
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.