Indigo Rose Software
  #1  
Old 08-21-2008
BigGuy BigGuy is offline
Forum Member
 
Join Date: May 2007
Posts: 5
Wink Load File (For License Screen)

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?
Reply With Quote
  #2  
Old 08-21-2008
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,899
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);
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software