diff --git a/UVtools.Installer/Code/Product.wxs b/UVtools.Installer/Code/Product.wxs index a87a414..d15bf32 100644 --- a/UVtools.Installer/Code/Product.wxs +++ b/UVtools.Installer/Code/Product.wxs @@ -12,7 +12,7 @@ - + + + @@ -59,83 +61,83 @@ - CREATEDESKTOPSHORTCUT="1" - CREATEDESKTOPSHORTCUT = 1 + - + - - - - + + + + - + - + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - CREATEFILEASSOCIATIONS="1" - - - - - + + + CREATEFILEASSOCIATIONS = 1 + + + + + - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - diff --git a/UVtools.Installer/Code/UI.wxs b/UVtools.Installer/Code/UI.wxs index 113889f..f598618 100644 --- a/UVtools.Installer/Code/UI.wxs +++ b/UVtools.Installer/Code/UI.wxs @@ -4,8 +4,9 @@ - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - NOT Installed - Installed AND PATCH - - 1 - LicenseAccepted = "1" - - Installed - NOT Installed - 1 - - NOT Installed OR WixUI_InstallMode = "Change" - Installed AND NOT PATCH - Installed AND PATCH - - 1 - - 1 - 1 - 1 - 1 - - - - - diff --git a/UVtools.Installer/Code/UI_CustomInstallDir.wxs b/UVtools.Installer/Code/UI_CustomInstallDir.wxs new file mode 100644 index 0000000..5349ca4 --- /dev/null +++ b/UVtools.Installer/Code/UI_CustomInstallDir.wxs @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + "1"]]> + + 1 + + NOT Installed + Installed AND PATCH + + 1 + LicenseAccepted = "1" + + 1 + 1 + NOT WIXUI_DONTVALIDATEPATH + "1"]]> + WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID="1" + 1 + 1 + + NOT Installed + Installed AND NOT PATCH + Installed AND PATCH + + 1 + + 1 + 1 + 1 + + + + + + + \ No newline at end of file diff --git a/UVtools.Installer/Code/UI_CustomInstallDirDlg.wxs b/UVtools.Installer/Code/UI_CustomInstallDirDlg.wxs new file mode 100644 index 0000000..22add8b --- /dev/null +++ b/UVtools.Installer/Code/UI_CustomInstallDirDlg.wxs @@ -0,0 +1,31 @@ + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/UVtools.Installer/Code/UI_CustomVerifyReadyDlg.wxs b/UVtools.Installer/Code/UI_CustomVerifyReadyDlg.wxs deleted file mode 100644 index a2e6eb4..0000000 --- a/UVtools.Installer/Code/UI_CustomVerifyReadyDlg.wxs +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - WixUI_InstallMode = "Remove" - - - - - - - WixUI_InstallMode = "Remove" - - - - WixUI_InstallMode = "Remove" - - - - - - - \ No newline at end of file diff --git a/UVtools.Installer/UVtools.Installer.wixproj b/UVtools.Installer/UVtools.Installer.wixproj index a3bdc8f..e14820e 100644 --- a/UVtools.Installer/UVtools.Installer.wixproj +++ b/UVtools.Installer/UVtools.Installer.wixproj @@ -7,7 +7,7 @@ 2.0 UVtools Package - false + false $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets @@ -54,11 +54,11 @@ + + - -