Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create setup of my application which alert if new verion available and update only those files which are new means update only some dll on same location where old version installed.
I dont want to change my old files like I want my old log file and other folders and some XML files.

I am working on it since last 3 weeks tried with ClickOnce and installshield but did not get proper solution.

Please please help me on it.


Thanks in Advance. :)
Posted
Updated 2-Jul-14 20:53pm
v2
Comments
keerth516 4-Jul-14 3:00am    
If you know wix you can create a msi, with the above requirement you mentioned.
Member 10420430 4-Jul-14 3:10am    
What is wix? can you please elaborate it.
keerth516 4-Jul-14 3:47am    
wix is a windows installer.for that first you need install wix3.8.exe(which am using).Then you need create you set up as version1.0 .when ever you want modified only those two files update only those files in applicationdata folder(which contains all the necessary file required to run your application eg:Release folder data) and make it as another version 1.1.when you want to install 2nd version.It like same as running a patch file to update.Its preety tricky to create a patch in wix because in very short period cannot learn it.
Member 10420430 4-Jul-14 3:56am    
Thanks keerth

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