Skip to content

Commit

Permalink
applied patch #1660626 - Delete "$TEMP\~nsu.tmp" directory on reboot
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4941 212acab6-be3b-0410-9dea-997c60f758d6
  • Loading branch information
kichik committed Feb 17, 2007
1 parent 337db00 commit f52c53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/exehead/Main.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam,
HANDLE hProc;
#ifdef NSIS_SUPPORT_MOVEONREBOOT
MoveFileOnReboot(buf2+1,NULL);
MoveFileOnReboot(state_temp_dir,NULL);
#endif
if (state_install_directory[0]) mystrcpy(ibuf,state_install_directory);
else trimslashtoend(ibuf);
Expand Down

0 comments on commit f52c53c

Please sign in to comment.