Changeset 34742 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Dec 6, 2010 12:29:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r34729 r34742 235 235 236 236 Push $0 237 ReadReg DWORD $0 HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "VBoxGuestAdditionsRebootNeeded"237 ReadRegStr $0 HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce\VBoxGuestAdditions" "RebootNeeded" 238 238 Push $0 239 239 … … 247 247 248 248 Pop $0 249 WriteReg DWORD HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce" "VBoxGuestAdditionsRebootNeeded" $0249 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\RunOnce\VBoxGuestAdditions" "RebootNeeded" $0 250 250 251 251 FunctionEnd
Note:
See TracChangeset
for help on using the changeset viewer.