Ignore:
Timestamp:
11/23/06 23:18:54 (6 years ago)
Author:
sam
Message:

Correction gestion de demande de reboot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_Core/resources/packaging/nsis/installer.nsi.xsl

    r7452 r7481  
    270270                        xRebootNeeded: ;Force user to reboot if needed 
    271271                          WriteRegStr HKLM "${RUNONCE_REGKEY}" "${REBOOT_NEEDED_REGVAL}" "" 
    272                           MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(strUninstallReboot)" IDYES xUninstallNOK 
     272                          MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(strUninstallReboot)" IDNO xUninstallNOK 
    273273                          Reboot 
    274274                        xRebootNotNeeded: 
     
    276276                         
    277277                  xNewDir: ;Call a full uninstall of the old install 
    278                         MessageBox MB_ICONEXCLAMATION|MB_OKCANCEL "$(strAppInstUninstPrev)" IDOK xDesinstall  
     278                        MessageBox MB_ICONEXCLAMATION|MB_YESNO "$(strAppInstUninstPrev)" IDYES xDesinstall  
    279279                        Quit 
    280280                        xDesinstall: 
Note: See TracChangeset for help on using the changeset viewer.