VirtualBox

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


Ignore:
Timestamp:
Apr 3, 2012 7:17:57 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77235
Message:

Windows Guest Additions installer: Create 32 bit registry keys for Sun Ray client info agent on 64 bit systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r40746 r40749  
    950950
    951951  ; Add Sun Ray  client info keys
    952   ; Note: We only need 32-bit keys (HKLM\Software / HKLM\Software\Wow6432Node),
    953   ;       so no need to switch registry views here
     952  ; Note: We only need 32-bit keys (HKLM\Software / HKLM\Software\Wow6432Node)
     953!if $%BUILD_TARGET_ARCH% == "amd64"
     954  WriteRegStr HKLM "SOFTWARE\Wow6432Node\Oracle\Sun Ray\ClientInfoAgent\ReconnectActions" "" ""
     955  WriteRegStr HKLM "SOFTWARE\Wow6432Node\Oracle\Sun Ray\ClientInfoAgent\DisconnectActions" "" ""
     956!else
    954957  WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\ReconnectActions" "" ""
    955958  WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\DisconnectActions" "" ""
     959!endif
    956960
    957961  DetailPrint "Installation completed."
Note: See TracChangeset for help on using the changeset viewer.

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