Click here to Skip to main content
15,883,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello, good morning 2 all.
recently i create exe file of windows c# application. after some time i change some file with database and add some file. now i want to create patch file of that windows application. what can i do???
i learn below link but not understand properly: " How to create installation patches for VS.NET deployment projects ".

so please help me.
give me best and easy and understandable way of creating patch file.
Posted
Comments
Manoj Kumar Choubey 29-Dec-15 1:53am    
Do you need to create patch or setup with database script ?
Member 11952997 29-Dec-15 4:48am    
yes,
i need to create patch file but i dont know how to create to script of dabase and use in sql.

1 solution

There are different ways of winforms deployment here are some of them
- using Setup and Deployment Projects
- using INNO setup (easy and simple)
see below links for deployment

Create an EXE or Setup File in .NET Windows Application[^]
How to Create an Installer For a WinForm [^]
for INNO
Help with a Inno Setup script for C# WinForms application[^]
 
Share this answer
 
Comments
Member 11952997 29-Dec-15 6:10am    
thank you for suggestion sir,
but i cant understand.
give me another way.

I create .exe file of my c# windows application.
but next process of how can create patch file i dont know.
so how can i create patch file . please help me.
koolprasad2003 29-Dec-15 7:32am    
You have to update patch on existing installed application right ? How do you deploy application first ? If you already use a VS Setup Project you can deploy the new version of this project and it will upgrade existing installations. Have a look at the setup and upgrade ids
Pl. elaborate
Member 11952997 30-Dec-15 0:53am    
I want to create patch of my visual studio 2010's windows c# project .
I create .exe setup file of existing project.
how can i upgrade setup with new version???
koolprasad2003 30-Dec-15 2:31am    
Do you have saved last setup project ? it is really needed to create a new version of the patch. When you have created your setup file you got the one Unique ID that is needed to continue lifecycle of all patches. In new patch remember to increase file version of updated files, only those files are get copied to client having greater file version.

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