VirtualBox

Changeset 34742 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Dec 6, 2010 12:29:06 PM (14 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Put reboot-flag in sub-folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r34729 r34742  
    235235
    236236  Push $0
    237   ReadRegDWORD $0 HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "VBoxGuestAdditionsRebootNeeded"
     237  ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce\VBoxGuestAdditions" "RebootNeeded"
    238238  Push $0
    239239
     
    247247
    248248  Pop $0
    249   WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "VBoxGuestAdditionsRebootNeeded" $0
     249  WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce\VBoxGuestAdditions" "RebootNeeded" $0
    250250
    251251FunctionEnd
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette