Could someone please show me how to incorporate this script at the beginning of my package?
Run, C:\\WINNT\\System32\\runas.exe /user:%computername%\\Administrator "C:\\packages\\tracemaster\\setup.exe"
This will enable a regular user on a Windows 2000 PC to install the specific package. I can get it to work if I have this seperate in another script file, but I would like to incorporate it into my setup.exe InstallShield Package, so I won't need to files.
Thanks for any help!!!