Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all articles
Browse latest Browse all 4762

Application deployment thru a script

$
0
0

I will created an Application with an msi file and a batch file for installation.

The folder containts this 3 files.

deployment_ruleset_cmd_line_self_signed_Cert_install_test_v2.bat (this will hold the below script for installation)
deploymentRuleSet.jar
jre-8u45-windows-i586.msi

My boss want me to also copy the msi file over the computer for future helpdesk support, so if this is the right way to place the syntaxis ver the batch file? Basically im not sure over the copy command if i have to place it like of where is pulling the files.

mkdir C:\Windows\Sun\Java\Deployment
copy DeploymentRuleSet.jar "C:\Windows\Sun\Java\Deployment"
copy jre-8u45-windows-i586.msi "C:\Windows\Sun\Java\Deployment"
msiexec /i "C:\Windows\Sun\Java\Deployment\jre-8u45-windows-i586.msi" /qb




Viewing all articles
Browse latest Browse all 4762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>