Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Location
    Emigsville, PA
    Posts
    10

    Cool Install Location Prompting

    Please help me out... My guess is that Jassing will prob be answering this one for me first... Thanks ahead of time Jassing... lol

    I want to search for a key and value in registry and set a variable to the ID of [INSTALLDIR]. So when the dialogue appears for installation, the default [INSTALLDIR] will be set to the same name as the registry value...

    Hope this makes sense...

    Thanks in Advanced...

    Vasont

  2. #2
    Join Date
    Aug 2008
    Posts
    30
    I don't want to steal the thunder from jassing but he can probably give us a different solution than mine. My solution to your question is as follows:

    1. Create a registry search. Enter the property ID to store the result of the registry search. You fill in the root, key name and value name.

    2. Edit the Next button (on the Welcome dialog or any dialog before the dialog that shows the installation folder) and add a published event. For the type choose property. In property field enter INSTALLDIR. In value field enter the registry search property ID. Make sure you enclose the registry search property ID in square brackets.
    OR
    Create a Set Property custom action to set the INSTALLDIR property to the registry search property ID defined in step 1 above. In the property field of custom action enter INSTALLDIR and in the value field enter the registry search property ID. Make sure you enclose the registry search property ID in square brackets. Edit the Next button (on the Welcome dialog or any dialog before the dialog that shows the installation folder) and add a published event. For the type choose event. In the event field choose DoAction. In the argument enter the name of the Set Property custom action.


    You are all set.

    Venky.

  3. #3
    Join Date
    Oct 2008
    Location
    Emigsville, PA
    Posts
    10

    Cool ...........

    Thank you so much!

    Vasont

Similar Threads

  1. Setup Factory and VS 2005
    By vazir786 in forum Setup Factory 7.0
    Replies: 4
    Last Post: 01-13-2006, 08:47 PM
  2. HOWTO: Download and Install Files from the Web
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-23-2002, 01:16 PM
  3. HOWTO: Limit the Number of Times an Install can be Run
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2002, 02:58 PM
  4. 6.0 Locking Install Location
    By lemae in forum Setup Factory 6.0
    Replies: 1
    Last Post: 02-18-2002, 12:18 PM
  5. Location of Last Install
    By nancyp in forum Setup Factory 5.0
    Replies: 1
    Last Post: 06-13-2001, 03:46 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