Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am looking for an application or best practice of hot-fix creation and delivering it onsite. The meaning is to avoid doing a list of pre-defined steps needed to apply the hot-fix, e.g:

Replace files (libraries, executable, end so far).
- Stop/start services
- Write/Read registry
- etc.

For now I am using Wix Installer for this kind of things, but it takes some time to repeat the same steps all the time for each hot-fix.

I believe that some application already exists and successfully does the job. Can someone suggest something?

What I have tried:

Now I am using Wix Installer Bootstrapper to gather all the msi and pack it together.
Or, it is possible to do it manually onsite.
Posted
Updated 29-Jun-17 6:39am

1 solution

Maybe Advanced Installer will be of interest to you: Windows Installer Patches[^]
For patching using Microsoft Windows Installer see: Patching (Windows)[^]
 
Share this answer
 
Comments
2rik88 30-Jun-17 10:51am    
Thanks. The approach of making installers based on the difference between two msis looks good, but will not work for me, cause sometimes I need to modify DB and registry, and this could not be included, I believe.
Anyway, thanks for the hint.

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