Page 1 of 1

Setup

Posted: Thu Apr 19, 2007 6:27 am
by barry
Hi!
I have no idea on Installaware but i have started using it slowly...I have a problem.
I'm trying to make a setup.exe(uncompressed) which installs a folder on the target system. I have used the code
"Install Files D:\\SysA\\Common\\*.* to $TARGETDIR$\\Common"
Apply Install (get result into variable Success)
if Variable Success Equals (Ignore Case) Complete
Display Dialog: finish, wait for dialog to return (modal)
end
setup.exe had been created it is installing a folder on the target system the next time i've tried to run the setup.exe it is not installing files. Is there any code which i have missed out. Help is greatly appreciated.