example:
After closing notepad pops up the 'Program Compatibility Assistant' saying:
Name "Notepad launcher"
OutFile "run.notepad.exe"
SilentInstall silent
AutoCloseWindow true
ShowInstDetails nevershow
Section ""
ClearErrors
Exec notepad
SetErrorLevel 0
SectionEnd
"This program might not have installed correctly"
"If this program didn't install correctly, try reinstalling using settings that are compatible with this version of Windows."
with options:
* Reinstall using recommended settings
* This program installed correctly."
Is there any way to make a package which Vista will not consider to be an installer?
Any suggestions will be much appreciated.
Thanks