Reply to Thread

Post a reply to the thread: Installation Folder

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 07-13-2005, 01:32 AM
    linder

    Re: Installation Folder

    Yes, this is the correct way

    Thanks,
  • 07-12-2005, 04:33 PM
    slimboywynn

    Re: Installation Folder

    Sorted, in the script I added an IF %SB_DIALOGID% EQUALS 2, then set the value I wanted and jsut before the END I added a REFRESH NEXT DIALOG

    But was this the correct way to do this???
  • 07-12-2005, 04:17 PM
    slimboywynn

    Installation Folder

    I'm playing with SB5 here, and I want to set the installation folder before the dialogue window appears, based on the feature installed.

    My loop wizard is as such:

    LOOP WIZARD
    WIZARD AUTOBREAK
    IF FEATURE "SERVER" SELECTED THEN
    SET VARIABLE %_SB_INSTALLDIR% to C:\[PRODUCTNAME]
    ELSE
    SET VARIABLE %_SB_INSTALLDIR% to %PROGRAMFILESDIR%\[PRODUCTNAME]
    END
    END

    But when it shows the destination dialogue it shows the correct folder when the first Setup Type selected, but if you choose back and select a different Setup Type the destination dialogue doesnt change, yet if you continue the Ready to Install dialogue shows the correct setting.

    Any ideas on solving this or is it a bug? It's probably me I know lol

Posting Permissions

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