|
@@ -124,7 +124,8 @@
|
|
|
<CustomAction Id="JpSetARPURLUPDATEINFO" Property="ARPURLUPDATEINFO" Value="$(var.JpUpdateURL)" />
|
|
|
<?endif?>
|
|
|
|
|
|
- <CustomAction Id="PatchHostsFile" Impersonate="no" ExeCommand="[INSTALLDIR]patchHosts.bat" Directory="INSTALLDIR" Execute="deferred" Return="asyncWait" />
|
|
|
+ <!-- WebDAV patches -->
|
|
|
+ <CustomAction Id="PatchWebDAV" Impersonate="no" ExeCommand="[INSTALLDIR]patchWebDAV.bat" Directory="INSTALLDIR" Execute="deferred" Return="asyncWait" />
|
|
|
|
|
|
<?ifdef JpIcon ?>
|
|
|
<Property Id="ARPPRODUCTICON" Value="JpARPPRODUCTICON"/>
|
|
@@ -156,7 +157,7 @@
|
|
|
<?endif?>
|
|
|
<RemoveExistingProducts Before="CostInitialize"/>
|
|
|
|
|
|
- <Custom Action="PatchHostsFile" After="InstallFiles">NOT Installed OR REINSTALL</Custom>
|
|
|
+ <Custom Action="PatchWebDAV" After="InstallFiles">NOT Installed OR REINSTALL</Custom>
|
|
|
</InstallExecuteSequence>
|
|
|
|
|
|
<WixVariable Id="WixUIBannerBmp" Value="$(env.JP_WIXWIZARD_RESOURCES)\banner.bmp" />
|