- Timestamp:
- 11/23/06 23:18:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/resources/packaging/nsis/installer.nsi.xsl
r7452 r7481 270 270 xRebootNeeded: ;Force user to reboot if needed 271 271 WriteRegStr HKLM "${RUNONCE_REGKEY}" "${REBOOT_NEEDED_REGVAL}" "" 272 MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(strUninstallReboot)" ID YESxUninstallNOK272 MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(strUninstallReboot)" IDNO xUninstallNOK 273 273 Reboot 274 274 xRebootNotNeeded: … … 276 276 277 277 xNewDir: ;Call a full uninstall of the old install 278 MessageBox MB_ICONEXCLAMATION|MB_ OKCANCEL "$(strAppInstUninstPrev)" IDOKxDesinstall278 MessageBox MB_ICONEXCLAMATION|MB_YESNO "$(strAppInstUninstPrev)" IDYES xDesinstall 279 279 Quit 280 280 xDesinstall:
Note: See TracChangeset
for help on using the changeset viewer.