kukris Posted August 1, 2004 Posted August 1, 2004 Hi there,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?
Alanoll Posted August 1, 2004 Posted August 1, 2004 have you tried...%10%\system.ini,"Password Lists",;creates section [PasswordLists] instead of [Password Lists]%10%\system.ini,"Password Lists", , "User=c:\Windows\User.pwl"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now