11-15-2011 02:07 AM
Hello Everyone!
I would like to create an update patch for my previous Installation.
Is there any way to make the patch LV installer to automatically find the pervious installation and copy the files directly to the previous [INSTALLDIR] location?
Now, the way how I do that is to create the patch.exe, and when the user starts it, it will read the [installdir] registry value and copy the proper file to the right location. My question is, is there any better or more elegant solution for my problem? for example, my patch.exe wont be an exe, it will be an installer, that will copy the files directly.
Thanks for the reply!
Have a nice day!
11-15-2011 03:18 AM
Hi,
you may try to use the SFX file:
http://www.jackmccarthy.com/malware/WinRAR_Archive_Creation.htm
11-15-2011 06:55 AM
Thanks, I will!