hienvo
18th September 2008 04:50 UTC
The Uninstaller.exe file disappear after I reboot my computer.
Hi everyone,
I am using NSIS to write my installer. After I install the application. When I reboot my computer. The uninstall.exe file disappears in the install folder (it seem to be deleted).
Anyone who has the same problem please help me with this.
Thanks
Hien
ZmAn3
18th September 2008 06:40 UTC
its supposed to dissapear it was installed with your program therefore it gets uninstalled
MSG
18th September 2008 06:50 UTC
hienvo, are you sure the file was created in the first place? It seems strange that it would disappear unless you explicitly deleted it somewhere...
hienvo
18th September 2008 07:22 UTC
Yes, After installing the application, the uninstall.exe file is in the install directory. I use "signing an uninstaller" instead of using WriteUninstaller "$INSTDIR\uninstall.exe" directly. The uninstall.exe is always in the Install directory until i reboot the computer.