→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎06-01-2015 10:22 PM
Solved! Go to Solution.
‎06-01-2015 11:04 PM
‎12-05-2018 01:57 PM
‎11-23-2018 08:05 AM
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>APP.Java</Name>
<Description></Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>900</MaxDuration>
<Rescan>True</Rescan>
<RunMode>2</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Install 32bit</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\Java\jre-8u191-windows-i586.exe</Path>
<Parameters>/s</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Java\jre-8u191-windows-i586.exe" /s</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>2</Nr>
<Name>Install 64bit</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\Java\jre-8u191-windows-x64.exe</Path>
<Parameters>/s</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Java\jre-8u191-windows-x64.exe" /s</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>7.0.110.2</SoftwareVersion>
</Package>
‎11-15-2018 11:04 PM
‎12-06-2018 11:52 AM
akkayam wrote:
I am trying to deploy JavaSetup8u191.exe and I am getting error : Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (flexitech\lansweeper). ShareCredential: (testuser). Command: "{PackageShare\Installers\JavaTestDeployment\JavaSetup8u191.exe"
I also tried : C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe and I had the same error.
Here is the step:
Step #1
Action: Condition
Step Name: Executable check
Condition type: File
Path: C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe
File Name:JavaSetup8u191.exe
Condition: Exists
Action on Success: Next
Action on Failure: Next
Step#2
Action: Installer
Step Name: Install Java
Install File : {PackageShare\Installers\JavaSetup8u191.exe
Parameters: /s
Result Command: "{PackageShare\Installers\JavaSetup8u191.exe" /s
Success Codes:0,1641,3010
Action on Success: Stop (Success)
Action on Failure: Stop (Failure)
‎06-02-2015 05:12 PM
‎06-01-2015 11:04 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now