Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Posts
    32

    Editing files other than INI at runtime

    I would like to know if this installer program has the ability to update files other than INI files based on installation parameters. For example, there are certain batch files that I need to have updated depending on where the user installs files handled by the installer. If so, could someone provide an example of how this could be done? Thanks.

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Bat files are simply text files so you can use TextFile.WriteFromString() and TextFile.ReadToString() to edit this type of file.

    Adam Kapilik

Similar Threads

  1. INFO: Visual Basic 6.0 (SP5) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 10:30 AM
  2. INFO: Visual Basic 5.0 (SP3) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 10:29 AM
  3. 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
  4. INFO: Visual Basic 6.0 (SP5) Runtime Support Module
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 03:00 PM
  5. INFO: Visual Basic 5.0 (SP3) Runtime Support Module
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 02:31 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