skhatri
7th October 2005, 06:49
Hi All,
While working on installer for my application, I need to add lots of registry entries in my installer. So I need to add about 200 times WriteRegStr code in my script. Instead, I want to write one menifest file, which keeps all registry entries in the form :
HKCR "RootKey" "SubKey" "Value"
Then in the main script, I want to read all the lines from this menifest file and use WriteRegStr in a loop, till all entries in menifest file are over.
Is there any code already available for such requirement ? Please help.
Thanks and best regards,
Sunil.
hi_khatri12@yahoo.com
While working on installer for my application, I need to add lots of registry entries in my installer. So I need to add about 200 times WriteRegStr code in my script. Instead, I want to write one menifest file, which keeps all registry entries in the form :
HKCR "RootKey" "SubKey" "Value"
Then in the main script, I want to read all the lines from this menifest file and use WriteRegStr in a loop, till all entries in menifest file are over.
Is there any code already available for such requirement ? Please help.
Thanks and best regards,
Sunil.
hi_khatri12@yahoo.com