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

Msi properties InstallURL ?


1 reply to this topic

bizbiz

bizbiz
  • Members
  • 2 posts

Posted 04 May 2005 - 18:37

From a msi variable or from a method in C#, I want to convert msi variables [TARGETSITE]/[TARGETVDIR] from http://website/VirtualDirectory.

Anyone know how to do this ?

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 26 May 2005 - 00:58

I could not work how to do this so my workaround was to create a .URL file with tags in, and then run a custom action to replace the tags in the URL file with the properties i grabbed.