Page 1 of 1

.INI Switches

PostPosted: 10.08.2016, 14:57
by F1ynn77
Hello,

I was wondering, does there exist a list containing all the available .INI Switches?

Thank you!

Re: .INI Switches

PostPosted: 10.08.2016, 17:24
by aker
If you know a little about .au3 files, you may take a look at UpdateGenerator.au3

Here a list sperated into the different sections:
Code: Select all
87    Dim Const $iso_token_cd             = "single"
88    Dim Const $iso_token_dvd            = "cross-platform"
89    Dim Const $iso_token_skiphashes     = "skiphashes"

90    Dim Const $usb_token_copy           = "copy"
91    Dim Const $usb_token_path           = "path"
92    Dim Const $usb_token_cleanup        = "cleanup"

93    Dim Const $opts_token_includesp     = "includesp"
94    Dim Const $opts_token_allowsp       = "allowsp"
95    Dim Const $opts_token_includedotnet = "includedotnet"
96    Dim Const $opts_token_allowdotnet   = "allowdotnet"
97    Dim Const $opts_token_wle           = "includewle"
98    Dim Const $opts_token_msse          = "includemsse"
99    Dim Const $opts_token_wddefs        = "includewddefs"
100    Dim Const $opts_token_includewinglb = "includewinglb"
101    Dim Const $opts_token_cleanup       = "cleanupdownloads"
102    Dim Const $opts_token_verify        = "verifydownloads"

103    Dim Const $misc_token_proxy         = "proxy"
104    Dim Const $misc_token_wsus          = "wsus"
105    Dim Const $misc_token_wsus_only     = "wsusonly"
106    Dim Const $misc_token_wsus_proxy    = "wsusbyproxy"
107    Dim Const $misc_token_wsus_trans    = "transferwsus"
108    Dim Const $misc_token_skipsdd       = "skipsdd"
109    Dim Const $misc_token_skiptz        = "skiptz"
110    Dim Const $misc_token_skipdownload  = "skipdownload"
111    Dim Const $misc_token_skipdynamic   = "skipdynamic"
112    Dim Const $misc_token_chkver        = "checkouversion"
113    Dim Const $misc_token_minimize      = "minimizeondownload"
114    Dim Const $misc_token_showshutdown  = "showshutdown"
115    Dim Const $misc_token_showdonate    = "showdonate"
116    Dim Const $misc_token_clt_wustat    = "WUStatusServer"

Re: .INI Switches

PostPosted: 17.04.2018, 22:43
by jmcaree
Can anyone explain what the switches do in the INI?

Thanks
Jeanne

Re: .INI Switches

PostPosted: 15.05.2018, 21:57
by WSUSUpdateAdmin

Re: .INI Switches

PostPosted: 16.05.2018, 02:59
by jmcaree
Thanks for replying but I was hoping that you could explain the .au3 variables that are in the above thread. Not all of them are listed in the INI file.

Thanks
Jeanne

Re: .INI Switches

PostPosted: 11.04.2019, 04:50
by Owdy
The refering thread is outdated.. it was last edited in 2016 and was targeting [v10.7.4] ..

Anyone could provide descriptive reference to all of the currently valid sections/parameters/values in both INI files ?
Thanks