Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Need VBscript code


2 replies to this topic

upkaar

upkaar
  • Full Members
  • 13 posts

Posted 16 September 2005 - 11:22

Can you please guide me as to how can I compare two hexadecimal registry entries USING VBSCRIPT. I need to embed this code in my msi : I've to compare 2 hexadecimal registry entries and if they are different I've to write the regirtry. I've already written the code to write to the registry. I just can't figure out, how to compare the 2 HEXADECIMAL registries. Please help.

THANKS IN ADVANCE!!!

antyagi

antyagi
  • Full Members
  • 121 posts

Posted 16 September 2005 - 13:54

Use WScript.RegRead. Hexa-Decimal number will be returned as integer. compare two integers & you are done.
  ankur tyagi

upkaar

upkaar
  • Full Members
  • 13 posts

Posted 19 September 2005 - 02:19

Hey...Thanks!!! Will try n let you know