Chris12345
22nd November 2001 11:13 UTC
a little Tool
I made a little tool, that generates a textfile usable by the NSI- Script.
You choose a directory, the tool runs through all subdirectorys and produces the correct Script-Commands for "SetOutPath" and "File".
This is useful if you must use Scripting and have many Files to Install.
Where can I place this (freeware) tool?
AndiG
22nd November 2001 14:31 UTC
Chris,
not sure if you're doing the same, but I have a simple backup/restore solution:
backup.nsi (itself an installer) creates a resore.nsi and automatically compiles it. Which file you want to restore can be determined by the directory you select when creating backup.nsi (use FNSIS and run+execute).
Have fun,
Andi
AndiG
22nd November 2001 14:32 UTC
.