Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    101

    Bug with passing command-line options to setup executable

    I pass commands to my installer .exe with something like this:

    setup.app.exe /Debug:true

    I then parse the _CommandLineArgs global variable to read interpret these.

    If I pass something that begins with a "U", I get a complaint from the exe.
    e.g. setup.app.exe /Debug:true /Uxyz:true

    I get an error about yz:true:
    e.g. Invalid uninstall control file: yz:true

    Seems like there is a /U option and the installer is assuming anything that starts with U is a match -> should be looking for /U:somename

    I can change my command-line option and make it work, so nothing critical.

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    I have confirmed this issue REF: 16853

    Adam Kapilik

Similar Threads

  1. TrueUpdate 2.0 Update (v2.0.6.0) Released
    By Brett in forum TrueUpdate 2.0
    Replies: 0
    Last Post: 10-31-2006, 01:10 PM
  2. New Setup Factory 7.0 (v 7.0.3.0) Available
    By Darryl in forum Setup Factory 7.0
    Replies: 3
    Last Post: 06-19-2005, 12:59 AM
  3. New Setup Factory 7.0 (v 7.0.2.0) Available
    By Darryl in forum Setup Factory 7.0
    Replies: 9
    Last Post: 03-06-2005, 01:57 PM
  4. New Features in Setup Factory 7.0
    By Ted Sullivan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 08-12-2004, 12:13 PM
  5. Setup Factory 6.0.1.0 Update Available
    By Brett in forum Setup Factory 6.0
    Replies: 0
    Last Post: 04-26-2002, 03:51 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