Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    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. #2
    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. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts