Files
marco fc9c490d36 Aggiunta file
Aggiunta file
2017-11-23 16:54:38 +00:00

9 lines
490 B
Batchfile

SET ThisScriptsDirectory=%~dp0
SET SetParametersXml=%ThisScriptsDirectory%ParametersXml\MP-IO.SetParameters.xml
SET PackagePath=%ThisScriptsDirectory%MP\IO\Jetco\IO.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