Skip to content
⌘ NSIS Forum Archive

Is there a plugin that lets .nsi script to checkout files from CVS?

7 posts

gshekar#

Is there a plugin that lets .nsi script to checkout files from CVS?

Hi,

I want to prepare an installer that will checkout the zip files (jboss, chainsaw) from CVS to a temporary folder on my PC and then extract them to the desired location.

I am able to use ZipDLL plugin to extract the zip files to desired location.

Want to know if there is a plugin to checkout files from CVS?. Please guide me.

Thanks & Regards,
-GnanaShekar-
gshekar#
Hey,

I did not get you. There is no folder named NSIS in " c:\program files\NSIS\contrib" folder.

Since I am new to NSIS, request you to a bit elaborate.

Thanks & Regards,
-GnanaShekar-
glory_man#
Afrow UK means NSIS Update Tool.
You can find executable under NSISDIR\Bin.
Script example here.
And you can create something like this tool.
Afrow UK#
Sorry I was talking to gshekar 😁
Yeah, that's where the NSIS Update source is. Should be possible to use that as a base.

-Stu