- Timestamp:
- Mar 27, 2025 4:22:27 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r108772 r108774 169 169 170 170 171 !ifdef 171 !ifdef VBOX_SIGN_ADDITIONS 172 172 ;; 173 173 ; Extracts certificates into $INSTDIR. … … 206 206 207 207 208 !ifdef VBOX_SIGN_ADDITIONS209 208 ;; 210 209 ; Installs the given certificate (if missing) as root CA into the system certificate store. … … 234 233 Pop $0 235 234 FunctionEnd 235 !endif ; VBOX_SIGN_ADDITIONS 236 236 237 237 … … 269 269 !endif 270 270 !insertmacro W2K_UninstallRootCert "un." 271 !endif ; VBOX_SIGN_ADDITIONS272 271 273 272 … … 346 345 !endif 347 346 !insertmacro W2K_InstallOrUninstallCerts "un." "Uninstall" 348 !endif ; VBOX_SIGN_ADDITIONS349 347 350 348
Note:
See TracChangeset
for help on using the changeset viewer.