MSFN Forum: ini-section creation problem by inf - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ini-section creation problem by inf Rate Topic: -----

#1 User is offline   kukris 

  • Member
  • PipPip
  • Group: Members
  • Posts: 106
  • Joined: 28-November 03

Posted 01 August 2004 - 11:17 AM

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?


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 01 August 2004 - 11:31 AM

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"


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy