Deployment Solution

 View Only
  • 1.  Error 1 installing the package

    Posted May 29, 2013 08:25 AM

     

    Hi

    I trying to deploy the Xtrac application silently, it works fine when user is logged into the machine(both cases: user is an admin on the machine & normal remote user). But it gets failed when no user is logged into the machine.

    In the logs files i can see only admin rights, but am runing the job with full admin access.

    Can anyone help me out in resolving the issue.

    Thanks

    Abishek

     

     

     



  • 2.  RE: Error 1 installing the package

    Posted May 29, 2013 08:44 AM

    Is the package an MSI? Then add:

     /l*v "%temp%\xtrac.log"

    to the install command line.

    If it's an InstallShield executable the following might work to log:

    –v"%temp%\xtrac.log"

    with no space after the 'v'.



  • 3.  RE: Error 1 installing the package

    Posted May 29, 2013 09:28 AM

    it is getting successfully deploy when user is logged into the machine.only issue when user is not logged into the machine.

    Using response file with setup.exe i am deploying the application.

     



  • 4.  RE: Error 1 installing the package

    Posted May 29, 2013 05:09 PM

    Try my logging suggestion for installshield executables.