CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    4

    Deployment problem

    I am having a problem running the setup.exe created from the VB6 Package and Deployment Wizard. This setup.exe has worked for a few years with the following syntax: setup.exe /s /v/qb and for some reason it no longer works. Now it returns "invalid command-line arguments". I don't know when it quit working so I don't know what changed.

    Here are a few examples of what works and what doesn't:

    setup /s (...does not work.)
    setup /silent (...works)
    setup /silent /v/qb (..does not work.)
    setup /s"/v/qbt" (.."/s" works, the rest is ignored. I can put anything in the quotes.)

    We are running Windows XP SP2.

    Any help would be appreciated. Thanks.

  2. #2
    Join Date
    Mar 2002
    Location
    Croatia
    Posts
    275

    Re: Deployment problem

    Do you have the latest VB Service Pack installed? I think the last one is SP6.

  3. #3
    Join Date
    Jul 2007
    Posts
    4

    Re: Deployment problem

    I have SP5. You may be onto something there. Thanks, I'll try it.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured