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

Write User Entered Data to a File


1 reply to this topic

tmertz

tmertz
  • Members
  • 2 posts

Posted 30 December 2004 - 17:04

I want to take the data entered by the user in the edit fields on a particular dialog and write them to a text file in the install dir.

I see how to write a text file using InstallScript, but I don't see how to get the info from the edit fields or get the install dir.

Can this be done with a Basic MSI project? If not, can it be done in a InstallScript MSI project?

Should I use VBScript instead of InstallScript?



tmertz

tmertz
  • Members
  • 2 posts

Posted 30 December 2004 - 23:26

Problem solved. MsiGetProperty works great for this.