Changeset 40749 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 3, 2012 7:17:57 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77235
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r40746 r40749 950 950 951 951 ; 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 954 957 WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\ReconnectActions" "" "" 955 958 WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\DisconnectActions" "" "" 959 !endif 956 960 957 961 DetailPrint "Installation completed."
Note:
See TracChangeset
for help on using the changeset viewer.