Skip to content
⌘ NSIS Forum Archive

The Uninstaller.exe file disappear after I reboot my computer.

4 posts

hienvo#

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
MSG#
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#
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.