Changeset 34362 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Nov 25, 2010 11:19:08 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r34359 r34362 403 403 /D=<PATH>$\tSets the default install path$\r$\n \ 404 404 $\r$\n \ 405 Note: Order of options and installer parameters are mandatory." 405 Note: Order of options and installer parameters are mandatory." /SD IDOK 406 406 407 407 ; No stack restore needed, we're about to quit -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r34099 r34362 311 311 Pop $0 312 312 StrCmp $0 "Admin" is_admin 0 313 MessageBox MB_ICONSTOP $(VBOX_NOADMIN) 313 MessageBox MB_ICONSTOP $(VBOX_NOADMIN) /SD IDOK 314 314 Abort 315 315
Note:
See TracChangeset
for help on using the changeset viewer.