Codebase list virt-viewer / df4f0a8
data: fix URLs in wxs file The download site is on virt-manager.org, not virt-tools.org, so lets use that site, with TLS too. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Daniel P. Berrangé authored 3 years ago Daniel P. Berrangé committed 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4242 <Package InstallerVersion="200" Compressed="yes" Comments="comments" InstallScope="perMachine"/>
4343 <Media Id="1" Cabinet="cabinet.cab" EmbedCab="yes"/>
4444
45 <Property Id="ARPHELPLINK" Value="http://www.virt-tools.org"/>
45 <Property Id="ARPHELPLINK" Value="https://www.virt-manager.org"/>
4646 <Property Id="ARPNOMODIFY" Value="1"/>
4747 <Property Id="ARPNOREPAIR" Value="1"/>
4848 <Property Id="ARPPRODUCTICON" Value="virt-viewer.ico"/>
49 <Property Id="ARPURLINFOABOUT" Value="http://www.virt-tools.org/about"/>
49 <Property Id="ARPURLINFOABOUT" Value="https://www.virt-manager.org"/>
5050 <Upgrade Id="$(var.UpgradeCode)">
5151 <UpgradeVersion Minimum="$(var.Version)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
5252 <UpgradeVersion Minimum="0.0.0" Maximum="$(var.Version)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>