Finished making a nice WiX installer, but still missing codesigning

This commit is contained in:
Micah Lee 2020-02-20 12:23:39 -08:00
parent 2ae39db1c1
commit e796f9aaea
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 4 additions and 3 deletions

View file

@ -10,8 +10,9 @@
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
<Property Id="ARPHELPLINK" Value="https://github.com/firstlookmedia/dangerzone"/>
<Property Id="ARPURLINFOABOUT" Value="https://tech.firstlook.media"/>
<Property Id="ARPNOREPAIR" Value="1"/>
<Property Id="ARPNOMODIFY" Value="1"/>
<UIRef Id="WixUI_Minimal" />
<UIRef Id="WixUI_ErrorProgressText" />
<Upgrade Id="$(var.ProductUpgradeCode)">
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>

BIN
install/windows/dialog.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

BIN
install/windows/license.rtf Executable file

Binary file not shown.

View file

@ -18,4 +18,4 @@ REM TODO: code sign dangerzone.msi
REM moving dangerzone.msi to dist
cd ..\..
move build/wix/Dangerzone.msi dist
move build\wix\Dangerzone.msi dist