Results 1 to 2 of 2

Thread: Deploy Package using Deploy.exe Not Shourtcut

  1. #1
    Littlerubarb Guest

    Deploy Package using Deploy.exe Not Shourtcut

    Deploy Package using Deploy.exe Not Shortcut,
    We would like to use a script to execute the deploy.exe but it seems error every time, it's looking for a command line variable...Tried everything but cannot get it to work..

  2. #2
    John Guest
    vbs script:

    [begin code]
    Dim WshShell, oExec
    Set WshShell = CreateObject("WScript.Shell")

    Set oExec = WshShell.Exec("Y:\someplace\deploy.exe ""DeploymentName""" )
    Do While oExec.Status = 0
    WScript.Sleep 100
    Loop

    'do next vbs thing here

    [end code]

    -John

    Littlerubarb<nospam@address.withheld> 8/10/2004 2:19:58 PM
    Deploy Package using Deploy.exe Not Shortcut,
    We would like to use a script to execute the deploy.exe but it seems error
    every time, it's looking for a command line variable...Tried everything but
    cannot get it to work..

Similar Threads

  1. Replies: 0
    Last Post: 05-18-2005, 05:10 PM
  2. Install Package Validation
    By Jay in forum Network
    Replies: 0
    Last Post: 04-05-2005, 02:03 AM
  3. Howto: install/deploy ABS 2005 for non admin users?
    By Ola Theander in forum Network
    Replies: 0
    Last Post: 04-04-2005, 06:40 AM
  4. How can I package a .txt file in a VLX?
    By Steve Adams in forum Customization
    Replies: 11
    Last Post: 03-06-2005, 10:32 PM
  5. Frigidaire cad package?
    By 3d in forum SolidWorks
    Replies: 4
    Last Post: 02-18-2005, 06:39 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
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum