How to write MSI's TARGETDIR
to a textfile? So that my program can refer to the path written there.
Asked
Active
Viewed 306 times
0

karikari
- 6,627
- 16
- 64
- 79
1 Answers
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