0

How to write MSI's TARGETDIR to a textfile? So that my program can refer to the path written there.

karikari
  • 6,627
  • 16
  • 64
  • 79

1 Answers1

1

This depends on the type of text file. If it is a plain text file you would have to use a custom action. Alternatively you can use the Windows Installer built in INI file editing support. http://msdn.microsoft.com/en-us/library/aa369282(VS.85).aspx

Ciprian
  • 3,533
  • 1
  • 18
  • 22