VirtualBox

Ignore:
Timestamp:
Jan 28, 2013 12:16:27 PM (12 years ago)
Author:
vboxsync
Message:

More logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r44352 r44420  
    452452  ${LogVerbose} "Property: Logging enabled: $g_bLogEnable"
    453453!endif
    454  
     454
    455455exit:
    456456
     
    547547  ${LogVerbose} "Checking for installed components ..."
    548548  StrCpy $1 ""
    549  
     549
    550550  Call SetAppMode64
    551551
     
    565565  ${LogVerbose} "Auto-logon module: $0"
    566566!endif
    567  
     567
    568568  ${IfNot} $1 == ""
    569569    ${LogVerbose} "Auto-logon support ($1) was installed previously"
     
    592592
    593593  StrCpy $g_strSystemDir "$SYSDIR"
    594 
    595   ${LogVerbose}  "$g_bLogEnable"
    596594
    597595  ${LogVerbose} "Version: $%VBOX_VERSION_STRING% (Rev $%VBOX_SVN_REV%)"
     
    11421140  ${EndIf}
    11431141
    1144   IfSilent 0 +3
    1145     ${LogEnable} "true" ; Force logging in silent mode
     1142  IfSilent 0 +2
     1143    StrCpy $g_bLogEnable "true" ; Force logging in silent mode
     1144
     1145  ${LogEnable} "$g_bLogEnable"
     1146  IfSilent 0 +2
    11461147    ${LogVerbose} "Installer runs in silent mode"
    11471148
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette