Newbie Question: HOW DO I GET THE FILES TO INSTALL!?!
i used the file command and all that but i don't know how to get the compiler to find the files i need to install🧟
6 posts
this will install thefile.ext and thefile2.ext to $PROGRAMFILES wich is the variable in my case for "C:\program files".
Section
SetoutPath "$PROGRAMFILES"
file "C:\thefile.ext"
file "C:\thefile2.ext"
SectionEnd
Originally posted by VegetaSanthx alot
like this :
this will install thefile.ext and thefile2.ext to $PROGRAMFILES wich is the variable in my case for "C:\program files".
Section
SetoutPath "$PROGRAMFILES"
file "C:\thefile.ext"
file "C:\thefile2.ext"
SectionEnd
if you want to see all the variables .. check the manual and search for "variables"
file "C:\thefile2.ext" << That's the link to the file .. on YOUR hard-drive and that you want to let the installer install.