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

Generate GUID


4 replies to this topic

amit_bora

amit_bora
  • Full Members
  • 5 posts

Posted 03 July 2008 - 12:22

I am using Installshield 10.0.
How can I generate GUID using custom action?

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 05 July 2008 - 18:57

What type of custom action? VBScript? C++? Managed?
Regards
-Stein Åsmul

amit_bora

amit_bora
  • Full Members
  • 5 posts

Posted 17 July 2008 - 08:04

Not using vB script, c++ . I wants to write using Installshield it self.

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 21 July 2008 - 16:13

You may be able to use the same COM object that Dennis Bareis is using in his sample vbscript. See attached.

Attached Files


Regards
-Stein Åsmul

amit_bora

amit_bora
  • Full Members
  • 5 posts

Posted 22 July 2008 - 06:58

Thanks for the valuable suggestion.