v1.1 release candidate - includes redmon64 mods by @mca0815
This commit is contained in:
parent
1ec8e53680
commit
6c5f44d415
@ -22,4 +22,4 @@
|
|||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.0.9.*")]
|
[assembly: AssemblyVersion("1.1.0.*")]
|
||||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
<ProductVersion>3.7</ProductVersion>
|
<ProductVersion>3.7</ProductVersion>
|
||||||
<ProjectGuid>{3c255536-a7f1-4913-9c7f-966dffee01bc}</ProjectGuid>
|
<ProjectGuid>{3c255536-a7f1-4913-9c7f-966dffee01bc}</ProjectGuid>
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
<OutputName>PdfScribeInstall</OutputName>
|
<OutputName>PdfScribeInstall_1.1rc1</OutputName>
|
||||||
<OutputType>Package</OutputType>
|
<OutputType>Package</OutputType>
|
||||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx ="http://schemas.microsoft.com/wix/NetFxExtension">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx ="http://schemas.microsoft.com/wix/NetFxExtension">
|
||||||
<Product Id="{A7CD49B3-018E-4BCC-893B-585F644114EA}" Name="PDF Scribe" Language="1033" Version="1.0.9" Manufacturer="Black Telescope Workshop" UpgradeCode="409ff0d1-1c3a-4f8d-8a5a-350705977809">
|
<Product Id="{8D75C14C-20BD-439D-826C-C399C13DEE31}" Name="PDF Scribe" Language="1033" Version="1.1.0" Manufacturer="Black Telescope Workshop" UpgradeCode="409ff0d1-1c3a-4f8d-8a5a-350705977809">
|
||||||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine"
|
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine"
|
||||||
Platform="x64"
|
Platform="x64"
|
||||||
InstallPrivileges="elevated"
|
InstallPrivileges="elevated"
|
||||||
Description="PDF Scribe Virtual Printer"
|
Description="PDF Scribe Virtual Printer"
|
||||||
Comments="PDF Scribe Virtual Printer 1.0.9 installation package"
|
Comments="PDF Scribe Virtual Printer 1.1.0rc1 installation package"
|
||||||
Id="*" />
|
Id="*" />
|
||||||
|
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
||||||
|
Loading…
Reference in New Issue
Block a user