Jump to content

ini-section creation problem by inf


Recommended Posts

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?

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...