cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SuperStave
Engaged Sweeper II
In windows I can issued the command and it works perfectly. jre-8u121-windows-i586 INSTALLCFG=c:\javaTest\config.properties

In lansweeper have created this command: {PackageShare}\Installers\Java\jre-8u121-windows-i586 INSTALLCFG={PackageShare}\Installers\Java\config.properties

Not working the way I expect.
3 REPLIES 3
mdotadmin
Engaged Sweeper
Do you have a resolution for the Java install?
SuperStave
Engaged Sweeper II
This is config.properties
INSTALL_SILENT=1
REMOVEOUTOFDATEJRES=1

This is the deployment
<Package>
<Name>Java Install Only</Name>
<Description></Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>900</MaxDuration>
<Rescan>False</Rescan>
<RunMode>-1</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>install Java</Name>
<Type>2</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path></Path>
<Parameters></Parameters>
<MSIParameters></MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>{PackageShare}\Installers\Java\jre-8u121-windows-i586 INSTALLCFG={PackageShare}\Installers\Java\config.properties</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>6048</SoftwareVersion>
</Package>
sullivane
Champion Sweeper III
Can you give a screenshot of your deployment?