Changeset 40631 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Mar 26, 2012 11:31:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh
r40462 r40631 42 42 ; handbook online in different languages 43 43 ; Don't use https here (even if we offer it) -- we only want to display the handbook 44 Call SetAppMode64 ; For shell execution we need to switch to 64-bit mode first 44 45 ExecShell open "http://www.virtualbox.org/manual/ch12.html#ts_d3d8-d3d9-restore" 45 46 IfErrors 0 +2 46 47 MessageBox MB_ICONSTOP|MB_OK $(VBOX_ERROR_OPEN_LINK) /SD IDOK 48 Call SetAppMode32 47 49 Goto failure 48 50
Note:
See TracChangeset
for help on using the changeset viewer.