Archive: Uninstaller shows "Error launching installer"


Uninstaller shows "Error launching installer"
Hi,

attached is a mini script which creates an uninstaller. When executing the uninst, the error message "Error lauching installer" appears. What's wrong?

XP32,SP3, NSIS2.45


outfile "inst.exe"

Section Main
writeuninstaller "uninst.exe"
SectionEnd

Section Uninstall
SectionEnd


running uninst.exe from c:\ or d:\ won't work. However, when copying the file to the desktop it will run! WTF?