1c66451d57
Primo commit file installazione
9 lines
496 B
Batchfile
9 lines
496 B
Batchfile
|
|
|
|
SET ThisScriptsDirectory=%~dp0
|
|
SET SetParametersXml=%ThisScriptsDirectory%ParametersXml\MP-SITE.SetParameters.xml
|
|
SET PackagePath=%ThisScriptsDirectory%MP\SITE\Jetco\SITE.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 |