Changeset 109120 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
- Timestamp:
- Apr 30, 2025 3:01:33 PM (10 days ago)
- svn:sync-xref-src-repo-rev:
- 168672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r108948 r109120 61 61 ; Or: \Registry\Machine\System\CurrentControlSet\Control\Video\vboxvideo\Device0 62 62 ; Result: Machine\System\CurrentControlSet\Control\Video\{28B74D2B-F0A9-48E0-8028-D76F6BB1AE65}\0000 63 Push "$tmp" ; String64 Push "\" ; SubString65 Push ">" ; SearchDirection66 Push ">" ; StrInclusionDirection67 Push "0" ; IncludeSubString68 Push "2" ; Loops69 Push "0" ; CaseSensitive70 Call StrStrAdv71 Pop $tmppath ; $1 only contains the full path63 ; Param: "$tmppath" ; Result string 64 ; Param: "$tmp" ; String to be searched 65 ; Param: "\" ; SubString 66 ; Param: ">" ; SearchDirection 67 ; Param: ">" ; StrInclusionDirection 68 ; Param: "0" ; IncludeSubString 69 ; Param: "2" ; Loops 70 ; Param: "0" ; CaseSensitive 71 ${StrStrAdv} "$tmppath" "$tmp" "\" ">" ">" "0" "2" "0" 72 72 StrCmp $tmppath "" dev_not_found 73 73
Note:
See TracChangeset
for help on using the changeset viewer.