Archive: A newbie that tries to pack an installation


A newbie that tries to pack an installation
Hello people!
I have no idea about NSIS scripting and I don't want to.
I have a simple question:
I unpacked a NSIS installation and want to repack it using NSIS, how di I di it?
(I already downloaded & installed NSIS 2.38)

Thanks in advance.

________________________
I'm making a note here, hugh success.
Even though you broke my heart & killed me...


By "unpack", I assume that to mean you used some 3rd party program (like 7-zip) to to extract the files? If so, then there's not really any way to "repack" (technically, that's known as "compiling"), since you don't normally get the actual NSI script file from 3rd party programs. (And even if you do, it might not be a complete script file.)

If you did somehow manage to get the script file (and any other external files), you'd be one step further. But, it would be likely that you'd have to modify it to include the proper paths for the files, plug-ins, and other include files.

In either case, it would involve knowing a bit about NSIS first.


The thing is I have a mIRC setup file and I want to silent install it.
the problem is that the /S switch is unavailable so I need a way to work around it..

Any suggestion?


Unless you get permission from the original author to use and modify his install script, you'll have to write your own script from the scratch. Of course you will also need permission from the original author to redistribute his software, namely mIRC, with your own custom installer...

BTW: If the mIRC setup program doesn't support the /S switch, then most likely it was *NOT* created with NSIS...


well.. thenk you..