Indigo Rose Software
  #1  
Old 10-19-2005
rkligman rkligman is offline
Forum Member
 
Join Date: Sep 2005
Posts: 17
What is _SourceFolder?

Using the Wizard to Unzip a file there is a line that says:

-- Where do you want to extract the files to?
g_ZipExtractDest = _SourceFolder;


Now I know what %SourceFolder% is. TU automatically sets this. But I see noplace where _SourceFolder gets set and I can only assume that %SourceFolder% and _SourceFolder are interchangeable.

So how does _SourceFolder get set?
  #2  
Old 10-19-2005
rkligman rkligman is offline
Forum Member
 
Join Date: Sep 2005
Posts: 17
Oops

Nevermind, I just found it. It's not a Session Variable but a Global Variable. I'll leave this post up since somebody else may encounter the same issue.
  #3  
Old 10-19-2005
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
In the spirit of posting for future information. _SourceFolder is the full path to the location on the clients machine that the update.exe was run from.

So for example if the True Update client is located in:
C:\Program Files\MyApp\Update\update.exe

Then the variable _SourceFolder would contain:
C:\Program Files\MyApp\Update\

Adam Kapilik
 

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



All times are GMT -6. The time now is 05:26 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