The following code will not include the file in the EXE. But if you make test = 1 it will.
test = 0
if test = 1
{
FileInstall, special.exe, c:\special.exe, 1
}thanks,
beardboy
Posted 18 April 2004 - 02:24 AM
test = 0
if test = 1
{
FileInstall, special.exe, c:\special.exe, 1
}Posted 18 April 2004 - 11:15 AM
Posted 19 April 2004 - 05:55 PM
Posted 19 April 2004 - 07:03 PM