Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Whats the script to get Edit field to load a file at run time? It doesnt give you any options to do so, that I can see. I tried
%SrcDir%\folder1\folder2\file.txt ... but no joy there!
// Read in the Text File
%TextFile% = TextFile.Read (%SrcDir%\MyText.txt)
// Set the text in the Edit Field
EditFieldObject[EditField1].SetText (%TextFile%)
mark.
MSI Factory The Next Generation Intelligent Setup Builder
Comment