Files
MoonPro.net/Installers/MP-LAND-Deploy.bat
marco 1c66451d57 Primo commit
Primo commit file installazione
2017-11-23 16:45:56 +00:00

11 lines
499 B
Batchfile

SET ThisScriptsDirectory=%~dp0
SET SetParametersXml=%ThisScriptsDirectory%ParametersXml\MP-LAND.SetParameters.xml
SET PackagePath=%ThisScriptsDirectory%MP\LAND\Jetco\LAND.zip
"C:\Program Files\IIS\Microsoft Web Deploy V3\MSDeploy.exe" -source:package="%PackagePath%" -dest:auto,authtype="Basic",includeAcls="False" -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -setParamFile:"%SetParametersXml%" -allowUntrusted
PAUSE