Applying new version to an MSI
I have an MSI app which is already installed. I have new version of that App. How to apply it?
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Hi rachuri,
if the new app is a MSI create a transform and add the upgrde code of already installed MSI in the upgrade table.also don't forgot to sequence the RemoveExsistingProducts standard action appropriately in the InstallExecuteSequence.
if the new file is a EXE then take setup capture and apply the upgrade logic same as describe above.
regards,
Mayur Makwana
if the new app is a MSI create a transform and add the upgrde code of already installed MSI in the upgrade table.also don't forgot to sequence the RemoveExsistingProducts standard action appropriately in the InstallExecuteSequence.
if the new file is a EXE then take setup capture and apply the upgrade logic same as describe above.
regards,
Mayur Makwana
Please log in to comment
Comments