Skip to content

Commit

Permalink
Version 0.9.2.1 Avoid crash on startup with empty settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswendt1 committed May 19, 2022
1 parent 4b37f59 commit b69b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocumentTranslation.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define doctr_TargetDir=$(var.doctr.TargetDir)?>
<?define DocumentTranslationService_TargetDir=$(var.DocumentTranslationService.TargetDir)?>
<?define DocumentTranslation.GUI_TargetDir=$(var.DocumentTranslation.GUI.TargetDir)?>
<Product Id="*" Name="Document Translation" Language="1033" Version="0.9.2.0" Manufacturer="Microsoft" UpgradeCode="cc63954a-c510-49da-af5f-dc82af6502e1">
<Product Id="*" Name="Document Translation" Language="1033" Version="0.9.2.1" Manufacturer="Microsoft" UpgradeCode="cc63954a-c510-49da-af5f-dc82af6502e1">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade AllowDowngrades="yes" Schedule="afterInstallInitialize" IgnoreRemoveFailure="yes"/>
Expand Down

0 comments on commit b69b20f

Please sign in to comment.