booster Posted August 20, 2004 Posted August 20, 2004 Hi there I have this in my install.ini[Users.Operation]delete.0=ASPNETdisable.0=AdministratorASPNET does get deleted But Administrator is not disabled Shouldn't it be so ?Or am I doing something wrong ?
BenjaminKalytta Posted August 21, 2004 Posted August 21, 2004 Ok, I fixed this, was a bug here.@my2001: Btw. each operation got it's own index here Benjamin
Rekenaar Posted August 21, 2004 Posted August 21, 2004 Thank you. Will try it early tomorrow morning.
Rekenaar Posted August 22, 2004 Posted August 22, 2004 After a few tests it works now.I was using the /INI=a.ini switch to specify a different ini file. It did not work while the [users] and [users.Operation] were also included in the a.ini file. I moved it to a seperate file (example b.ini) and added the /users=b.ini switch and it works now.Maybe I should have tried the original a.ini file with the following switches: /ini=a.ini /users=a.ini
my2001 Posted August 22, 2004 Posted August 22, 2004 Yes, [users] and [users.Operation]-section must always be in the file which you specify with /Users=<file>. If you don't use /Users=<file> directive they have to be in the usual configuration file or the file specified by /INI=<file>.
BenjaminKalytta Posted August 22, 2004 Posted August 22, 2004 I changed WIHU behaviour here, i.e. when /ini= is specified and /users= isn't specified, /users= will be initialiazed with new /ini= value.Benjamin
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now