i want to add a section entry to the system.ini, which contains a space (works fine for sections without spaces) by an inf-file (msbatch.inf).
It looks like this (just the important lines):
[Install] CopyFiles=UPD.Sys.systemini [UPD.Sys.systemini] %10%\system.ini, vcache, , "ChunkSize=2048";works fine %10%\system.ini, Password Lists,;creates section [PasswordLists] instead of [Password Lists] %10%\system.ini, Password Lists, , "User=c:\Windows\User.pwl"
I also tried to replace the section name by a string, but that didn't work neither.
[UPD.Sys.systemini] %10%\system.ini, %PWDLIST%, , "User=c:\Windows\User.pwl" ;creates section [%PWDLIST%] instead of [Password Lists] [Strings] PWDLIST="Password Lists"
Is there another way to do this?



Help

Back to top








