Skip to content
⌘ NSIS Forum Archive

how to create a script to access a CVS - Repository

2 posts

jeisan#

how to create a script to access a CVS - Repository

😕

Hi All, please help me if you can, or guide me to the way of a solution.

currently i have a Installer is finished, it will install some modules in a client pcs but i want to create a autoupdate patch with nsis, because from time to time the software need new add ons.

however i searched in the forum and i didnt find a clear example, we have to our disposition a repository for our applications so i will make one for this project alone, i would like access this repository and check for newer versions.

if somebody have done something similar please help me.

i check some notes that pointed me to a nsis update script but i was unable to understand what include files i needed to run it.

thanks in advance.
kichik#
NSIS Update simply called cvs.exe with the appropriate parameters. That's all you need to do as well. Extract the files needed for cvs.exe to run and execute it.