Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2003
    Posts
    26

    Configuring Checkboxes with a silent install ini file

    I have a basic installation program that performs different actions depending on whether checkboxes are enabled or not. This currently works fine. However I wish to automate this with a silent install. I have other installations that use silent installs but they all use strings in session variables, I set these using

    %variablename%=Whatever

    in the ini file, again this works OK

    Now I know that checkboxes are LUA variables and not session variables but is there a way to set them in an INI file e.g. %checkbox1%=False or whatever syntax. I've trawled the documentation but can't find any answers. Is this possible? If so how do you do it?

    Any help appreciated

    James

    P.S. when I try the %checkbox1%=False (equivalent) I receive an error message "Invalid silent install INI file:Inifile.ini"

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    You could use Lua variables in the INI file. Then when the install runs "On Pre Install" you could set the % type variables based on the LUA variables from the INI file.

    Hope this makes sense

    Adam.

  3. #3
    Join Date
    Jun 2003
    Posts
    26

    Talking Yes makes sense

    I have got around the problem by using regular session variables in the install that only get used in a silent install and that works great but it is a bit wasteful. Thanks for the help, I got a working install doing what I want which is the most important thing.

    Cheers

    J

  4. #4
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sounds good to me

    Adam Kapilik

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: 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
  4. Replies: 0
    Last Post: 08-17-2000, 02:29 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