diff --git a/Wix/Bitmaps/Pinta.ico b/Wix/Bitmaps/Pinta.ico new file mode 100644 index 0000000000..5f67cf88a0 Binary files /dev/null and b/Wix/Bitmaps/Pinta.ico differ diff --git a/Wix/Bitmaps/bannrbmp.bmp b/Wix/Bitmaps/bannrbmp.bmp new file mode 100644 index 0000000000..1085be503b Binary files /dev/null and b/Wix/Bitmaps/bannrbmp.bmp differ diff --git a/Wix/Bitmaps/dlgbmp.bmp b/Wix/Bitmaps/dlgbmp.bmp new file mode 100644 index 0000000000..782a94492d Binary files /dev/null and b/Wix/Bitmaps/dlgbmp.bmp differ diff --git a/Wix/PintaWix.sln b/Wix/PintaWix.sln new file mode 100644 index 0000000000..46000f9f61 --- /dev/null +++ b/Wix/PintaWix.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "PintaWix", "PintaWix.wixproj", "{8AF6F472-BEF2-4092-BD0F-A3017B2F5304}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8AF6F472-BEF2-4092-BD0F-A3017B2F5304}.Debug|x86.ActiveCfg = Debug|x86 + {8AF6F472-BEF2-4092-BD0F-A3017B2F5304}.Debug|x86.Build.0 = Debug|x86 + {8AF6F472-BEF2-4092-BD0F-A3017B2F5304}.Release|x86.ActiveCfg = Release|x86 + {8AF6F472-BEF2-4092-BD0F-A3017B2F5304}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Wix/PintaWix.wixproj b/Wix/PintaWix.wixproj new file mode 100644 index 0000000000..e5aeeffea5 --- /dev/null +++ b/Wix/PintaWix.wixproj @@ -0,0 +1,52 @@ + + + Debug + x86 + 3.0 + {8af6f472-bef2-4092-bd0f-a3017b2f5304} + 2.0 + Pinta + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + PintaWix + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + + + + + + + + + + $(WixExtDir)\WixUIExtension.dll + + + $(WixExtDir)\WixNetFxExtension.dll + + + + + \ No newline at end of file diff --git a/Wix/Product.wxs b/Wix/Product.wxs new file mode 100644 index 0000000000..0da18e046d --- /dev/null +++ b/Wix/Product.wxs @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + = "2.12.9" OR (GTKSHARPVERSION << "2.12.1" AND GTKSHARPVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]> + + + + + + Installed OR NETFRAMEWORK35 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSTALLLOCATION + + + + + + + + + + + + diff --git a/Wix/license.rtf b/Wix/license.rtf new file mode 100644 index 0000000000..c7a6120893 Binary files /dev/null and b/Wix/license.rtf differ