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