Skip to content

Commit 3a43549

Browse files
author
Greg
committed
Embed the cab in the MSI (which I didn't know it wasn't doing, since my own drive had the cab on it so it worked anyway)
1 parent 4085b1d commit 3a43549

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.3.0")]
36-
[assembly: AssemblyFileVersion("1.4.3.0")]
35+
[assembly: AssemblyVersion("1.4.4.0")]
36+
[assembly: AssemblyFileVersion("1.4.4.0")]

Setup/Package.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Package Id="CollectiveSoftware.ClickPaste_installer" Name="ClickPaste" Manufacturer="Collective Software" Language="1033"
33
UpgradeCode="{9717164F-7F5C-4F28-B289-59BD60627FA3}"
44
Version="!(bind.fileVersion.ClickPaste.exe)">
5+
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
56

67
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" />
78

0 commit comments

Comments
 (0)