|
#1
|
|||
|
|||
|
I would like to write my License File in a text editior with %Variables% then when the screen is shown it will Load the file then convert the variables that are already created, like %CompanyName%, %ProductName%, %ProductVer% to name a few. Currently it does not convert the variables.
I can do this by creating 3 variables, to create 3 paragraphs. I set the 3 %Variables% in the On Startup and it works when the License screen come up, but then it is not a text file. Another thing would be ok is to write the text and variables on the screen then have setup factory 8 save this text and the variable contense to the users %AppFolder% directory after installation so the user will have a final agreenment with all the variable information. It would be nice if SUF8 would place a selector on the build screen to automaticly create a text file of the screen text. Any help on creating the text file from the screen and or the %Licensetxt1%, %Licensetxt2% and %Licensetxt3% that works? |
|
#2
|
||||
|
||||
|
If I'm following you -- you have a text file that contains session variables.
You want to display this text file in the license screen, with session variables expanded. if so, how about somethign like this: (Air Code) Code:
local cLicenseTextRaw = TextFile.ReadToString( MyLicenseFile ); local cLicenseTextExpanded = SessionVar.Expand( cLicenseTextRaw ); TextFile.WriteFromString( MyLicenseFile, cLicenseTextExpanbded, false); |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Load Multiple File With Dialog.FileBrowse?? | TristanD | AutoPlay Media Studio 6.0 | 6 | 12-12-2006 10:41 AM |
| Error 3038: Could not seek in compressed file | Rikard | Setup Factory 7.0 Discussion | 2 | 05-25-2006 12:55 PM |
| screen rez file | jordo2798 | AutoPlay Media Studio 4.0 | 9 | 04-12-2003 11:07 AM |
| INFO: The Order of Execution in a Setup Factory 5.0 Installation | Support | Setup Factory 5.0 | 0 | 10-10-2002 04:45 PM |
| Bug in single file properties screen? | Tim Tester | Setup Factory 6.0 | 0 | 05-01-2002 01:02 AM |
All times are GMT -6. The time now is 07:10 PM.








Linear Mode

