Results 1 to 5 of 5

Thread: Trying to create a "Batch" file during an install

  1. #1

    Default Trying to create a "Batch" file during an install

    I have the following in the INI section of my script (See Image)

    It creates the "NewSetUp.cmd" , but it is empty... I did this type of thing
    in SB4 w/o problems!

    -- are you "Validating" what I am writing and ignoring my code?

    Thanks

  2. #2

    Default Re: Trying to create a "Batch" file during an install

    Kevin,

    This is not a valid INI operation.

    Contents:

    [in] Enter the modifications to be made to the .INI file. The lines in
    this field are interpreted as follows:

    - Lines with text enclosed in square brackets, such as [Section],
    instruct the installation to put the lines that follow in the indicated
    section of the .INI file.

    - If you include a section name with no entries after it, that section
    and all its entries are deleted.

    - Lines that start with a parameter name followed by an equals sign (=)
    and a value are added to the .INI file. For example,
    MyPath=%_SB_INSTALLDIR%. If the .INI file already contains an entry for the
    specified parameter, the existing entry is replaced.

    - If you include a parameter name with no value, for example, MyPath=,
    that entry is deleted if it exists.

    - You can enter variables in Contents to insert the values of script
    variables into the .INI file.

    Please use the "Text File Operations" function to create and edit your
    "NewSetUp.cmd" file.

    Does this help?

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: Trying to create a "Batch" file during an install

    By the way, just entered the same data into SB4 Web Edition, and the
    compiler reported an "ERR: INI definition error".

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  4. #4

    Default Re: Trying to create a "Batch" file during an install

    Well is there a way to create a text file (Batch) during the installation?

  5. #5

    Default Re: Trying to create a "Batch" file during an install

    Kevin,

    Please use the "Text File Operations" function to create and edit your
    "NewSetUp.cmd" file.

    Does this help?

    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Different install options within one setup file
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 08-02-2006, 05:32 AM
  2. File Install problem in 5.1.1300
    By sphair in forum SetupBuilder
    Replies: 3
    Last Post: 11-03-2005, 05:57 AM
  3. Progress Dialog and ...
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 9
    Last Post: 06-21-2005, 05:29 AM
  4. Feature Request: License Dialog option to NOT install its RTF file
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 03-24-2005, 09:40 AM
  5. Conditional copy files
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 02-22-2005, 01:59 AM

Posting Permissions

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