Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all
i have developed a windows based application and create a setup project MSI to deploy it.
deployment was success and everything runs as expected. Now i have fix some bugs in my application that causes changes in couple of DLL and i want to deploy that 2 dll's only
How can i do that with the help of MSI setup project ?

Thanks in advanace
koolprasad2003
Posted

1 solution

In the Visual Studio's Setup project, you have to increase Version number and VS will generate new ProductCode for your package and compile new MSI file. Make sure, that RemovePreviousVersion is True.

For creating MSIs with patches (MSP files), look at the Windows Installer XML (WiX)[^], but I don't have any experiences with this project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900