OK I'VE BEEN TRYING THIS FOR ALONG TIME AND ITS NOT WORKING.
I WANT THE NSIS TO INSTALL THE FILES FROM A CDROM... HOW DO I DO THAT?
I ALSO WILL BE RUNNING THE INSTALLER FROM A CDROM.. ANY HELP IS APPRECIATED THX.
Ahhh I Am Lost
7 posts
If you want to copy files that come along the installer using CopyFiles. You can also simply compress them inside the installer.
Fix your caps lock key 😉
Fix your caps lock key 😉
ohhh... for example CopyFiles "*.zip"
I dont think Ill compress 116 zip files with 20-30 MB in size inside the installer : /
No. Use:
CopyFiles "$EXEDIR\*.zip" $INSTDIR
This is only valid if you want to include your files along the installer and not in the EXE.
CopyFiles "$EXEDIR\*.zip" $INSTDIR
This is only valid if you want to include your files along the installer and not in the EXE.
hmmm.. thanks! 🙂
Hey man. Welcome to the forums, MexiCan 🙂
I'm also Mexican 😛
I'm also Mexican 😛