Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    1

    Silent Install - Session variables does not resolve at runtime

    Hello,

    I've created an install package that could be executed in silent mode.

    This installation saves some session variables in the windows registry.

    When it is run in standard mode, the variables get resolved correctly but when it is run in silent mode, not... All I got saved is the variables names! I.e. %ProgramFilesFolder%\%ProductName%

    Is there any way to avoid this behavior??

    All best,
    Will
    Last edited by WillCast; 02-08-2006 at 01:26 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    WA 'wait a while' - Australia
    Posts
    872
    Just in case you missed it:

    Note: "Screen actions will only be executed if screens are displayed, therefore when run in silent mode,
    no screen actions will be executed."

    You could perform your registry write actions, say on 'Post Install' Main Stage.
    using SessionVar.Expand(..........) actions - one way anyhow.
    --this could cover if run in Visual or Silent modes.

    (In silent mode preset 'session variables' are used by default, unless you
    change these manually prior to install Stages.)

    hth a little
    Last edited by Eagle; 02-13-2006 at 09:12 AM.

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. Silent install requires "display" session !
    By atrost in forum Setup Factory 6.0
    Replies: 2
    Last Post: 05-30-2005, 02:10 PM
  3. INFO: JET 4.0 SP7-SP8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:34 AM
  4. INFO: Microsoft Data Access Components 2.8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:20 AM
  5. HOWTO: Create a Silent Install with Setup Factory 5.0
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-08-2002, 02:08 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