John_Klassek
12-16-2003, 01:59 AM
From APMS5 I run:
File.Open("\\Setup\\ClassicIT\\citslogo.reg", "", SW_SHOWNORMAL);
However, I want this registry update to be silent, without the Regedit asking me whether I want to update... etc.
In the DOS batch days, I think I used to write something like:
regedit /s citslogo.reg
Is there an equivalent parameter within APMS5 ?
Thanks.
John
File.Open("\\Setup\\ClassicIT\\citslogo.reg", "", SW_SHOWNORMAL);
However, I want this registry update to be silent, without the Regedit asking me whether I want to update... etc.
In the DOS batch days, I think I used to write something like:
regedit /s citslogo.reg
Is there an equivalent parameter within APMS5 ?
Thanks.
John