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


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


its supposed to dissapear it was installed with your program therefore it gets uninstalled


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


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.