Deploy package through Command
Unblock the package after download
Create a Folder and paste the downloaded file
Extract the file
Past "install.bat" file
Run as admin the "install.bat" file
======================================
install.bat sample
REM -- change current path to the local folder --
cd %0\..
REM -- install package --
AXUpdateInstaller.exe generate -runbookid="test1" -topologyfile="DefaultTopologyData.xml" -servicemodelfile="DefaultServiceModelData.xml" -runbookfile="Runbook.xml"
AXUpdateInstaller.exe import -runbookfile=Runbook.xml
AXUpdateInstaller.exe list
AXUpdateInstaller.exe execute -runbookid="test1"
pause
Comments
Post a Comment