Skip to content

Commit 960b4ed

Browse files
committed
Minimal WiX changes for SoftHSM 2.2.0
1 parent f724416 commit 960b4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiX/SoftHSM2/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
<!-- Install with: msiexec /i SoftHSM2.msi /l* SoftHSM2-install.log -->
3131
<!-- Uninstall with: msiexec /x SoftHSM2.msi /l* SoftHSM2-uninstall.log -->
3232
<!-- Reinstall over broken installaton with: msiexec /fv SoftHSM2.msi /l* SoftHSM2-repair.log -->
33-
<Product Id="31878865-3DCD-45CF-89D9-0A533EB9123F" Name="SoftHSM2 for Windows" Language="1033" Version="2.1.0" Manufacturer="OpenDNSSEC Project" UpgradeCode="86E18DAC-C32B-4D32-8494-233AAFA4F303">
33+
<Product Id="69AA89EC-2A98-42BD-BFDA-2A935980564C" Name="SoftHSM2 for Windows" Language="1033" Version="2.2.0" Manufacturer="OpenDNSSEC Project" UpgradeCode="86E18DAC-C32B-4D32-8494-233AAFA4F303">
3434
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
3535
<Media Id="1" Cabinet="SoftHSM2.cab" EmbedCab="yes" CompressionLevel="high" />
3636
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

0 commit comments

Comments
 (0)