Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    11

    location of %AppFolder%

    My install files are in a completely different location from where I want them to install.
    I have a variable that is set according to a registry entry (rcim_loc = Registry.GetValue(HKEY_LOCAL_MACHINE, "Software\\NC Microproducts\\NC Polaris", "NCPLocation", true) in the On Startup section.

    Can I have %AppFolder% point to that location set by my variable in the Select Install Folder screen? When I set the Default Folder to my variable name (rcim_loc) what shows up at run time is "rcim_loc" and not the path that the registry key holds.

    Thanks,
    Greg

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    Make sure you are doing this:

    SessionVar.Set("%AppFolder%",rcim_loc);

    not:

    SessionVar.Set("%AppFolder%","rcim_loc");

  3. #3
    Join Date
    May 2003
    Posts
    11
    That was it! I feel a little silly about it, but syntax is everything...

    Thanks again,
    Greg

Similar Threads

  1. Pick shortcut location
    By Philo in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 10-07-2004, 02:22 AM
  2. Dynamic Server File Location
    By longe in forum TrueUpdate 1.0
    Replies: 3
    Last Post: 04-26-2004, 02:04 PM
  3. New server location in runtime...
    By Drakkar in forum TrueUpdate 1.0
    Replies: 1
    Last Post: 06-26-2002, 09:47 AM
  4. Location of Iexplore.exe?
    By GreatMarko in forum Setup Factory 6.0
    Replies: 1
    Last Post: 06-14-2002, 01:42 AM
  5. Same file, different location
    By Django in forum Setup Factory 6.0
    Replies: 1
    Last Post: 02-07-2000, 11:56 PM

Posting Permissions

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