Skip to content

Commit

Permalink
Initial commit of packaging that was omitted from the main disto
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed May 14, 2018
1 parent 3a8efd6 commit 994a8c5
Show file tree
Hide file tree
Showing 1,034 changed files with 32,477 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BuildTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fsrgen", "FSRGen\fsrgen\fsr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "goedel3", "Goedel3\goedel3\goedel3.csproj", "{D435A116-81A3-4FA0-AD8F-11B0F49831F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release", "Release", "{998DD3DD-D468-4863-8832-AE02EF60B564}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pack", "Pack", "{998DD3DD-D468-4863-8832-AE02EF60B564}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gscript", "GScript\gscript\gscript.csproj", "{F9BA54CA-95E0-4709-8705-AD52673DFBFE}"
EndProject
Expand All @@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{B887
Scripts\publishtarget.ps1 = Scripts\publishtarget.ps1
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Release\Installer\Installer.wixproj", "{AF1A5C5E-4FD1-4BCC-9C96-7D145E5A4EB3}"
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Pack\Installer\Installer.wixproj", "{AF1A5C5E-4FD1-4BCC-9C96-7D145E5A4EB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{C6BE0DF9-7483-4F51-B070-285F71E0D3FC}"
EndProject
Expand Down Expand Up @@ -142,7 +142,7 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Goedel.Document.RFC", "DocT
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Goedel.Document.RFCConvert", "DocTools\Goedel.Document.RFCConvert\Goedel.Document.RFCConvert.shproj", "{03C081D6-FE5A-4A20-B387-8A960A45E77F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSIX", "Release\VSIX\VSIX.csproj", "{136EFD1D-9D36-441E-994F-85E0356DFFD9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSIX", "Pack\VSIX\VSIX.csproj", "{136EFD1D-9D36-441E-994F-85E0356DFFD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Goedel.Tool.Domainer-Framework", "Domainer\Goedel.Tool.Domainer-Framework\Goedel.Tool.Domainer-Framework.csproj", "{AA499CEB-DA59-4035-B869-29522712B4F0}"
EndProject
Expand Down
Binary file added Pack/Distribution/PHBBuildTools_2.1.0.zip
Binary file not shown.
Binary file added Pack/Installer/App.ico
Binary file not shown.
Binary file added Pack/Installer/Background.bmp
Binary file not shown.
Binary file added Pack/Installer/BannerTop.bmp
Binary file not shown.
213 changes: 213 additions & 0 deletions Pack/Installer/Eula-en.rtf

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions Pack/Installer/Installer.wixproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>af1a5c5e-4fd1-4bcc-9c96-7d145e5a4eb3</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>Installer</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Product_en_us.wxl" />
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<Content Include="Background.bmp" />
<Content Include="BannerTop.bmp" />
<Content Include="Notes.txt" />
<Content Include="PHBLogo256.ico" />
<Content Include="Product.build" />
<Content Include="Strings.html" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>copy !(TargetPath) $(ProjectDir)..\Distribution\</PostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Publish|x86' ">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Publish|AnyCPU' ">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Publish|Any CPU' ">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
29 changes: 29 additions & 0 deletions Pack/Installer/LicenseAgreementDlg.wxs
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<UI>
<Dialog Id="LicenseAgreementDlg" Width="370" Height="270" Title="!(loc.LicenseAgreementDlg_Title)">
<Control Id="LicenseAcceptedCheckBox" Type="CheckBox" X="20" Y="207" Width="330" Height="18" CheckBoxValue="1" Property="LicenseAccepted" Text="!(loc.LicenseAgreementDlgLicenseAcceptedCheckBox)" />
<Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" />
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)">
<Condition Action="disable"><![CDATA[LicenseAccepted <> "1"]]></Condition>
<Condition Action="enable">LicenseAccepted = "1"</Condition>
</Control>

<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.LicenseAgreementDlgBannerBitmap)" />
<Control Id="LicenseText" Type="ScrollableText" X="20" Y="60" Width="330" Height="140" Sunken="yes" TabSkip="no">
<!-- This is the original line -->
<!--<Text SourceFile="!(wix.WixUILicenseRtf=$(var.LicenseRtf))" />-->
<!-- To enable EULA localization we change it to this: -->
<Text SourceFile="$(var.ProjectDir)\!(loc.LicenseRtf)" />
<!-- In each of the localization files (wxl) put a line like this:
<String Id="LicenseRtf" Overridable="yes">EULA_en-us.rtf</String>-->
</Control>
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
<Control Id="Description" Type="Text" X="25" Y="23" Width="340" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.LicenseAgreementDlgDescription)" />
<Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.LicenseAgreementDlgTitle)" />
</Dialog>
</UI>
</Fragment>
</Wix>
1 change: 1 addition & 0 deletions Pack/Installer/Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package ID is E0EE8E7D-F498-459E-9E90-2B3D73124AD5
Binary file added Pack/Installer/PHBLogo256.ico
Binary file not shown.
39 changes: 39 additions & 0 deletions Pack/Installer/Product.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Build
Package PHBBuildTools "92C31DDB-1D8F-428B-9A40-7882C261D3A7"
Company "DefaultDeny" "Default Deny Security Inc."

NetFramework "4.6"
VSIX "PHBBuildTools.vsix"

Icon "PHBLogo256.ico"

Directory "Mesh Tools"
CommandLine "ASN2Shell.exe"
CommandLine "Exceptional.exe"
CommandLine "FSRGen.exe"
CommandLine "goedel3.exe"
CommandLine "gscript.exe"
CommandLine "Protogen.exe"
CommandLine "RegistryConfig.exe"
CommandLine "rfctool.exe"
CommandLine "Trojan.exe"

Directory "Documentation"
Feature Documentation
Documentation hallambaker-rfctools
Documentation hallambaker-protogen
Documentation hallambaker-goedel
Documentation hallambaker-misc

Localization English_US "en-us" 1252 1033
License "Eula-en.rtf"
OSVersionOld "This product requires at least Windows Vista / Server 2008."
NewerInstalled "The same or a newer version of this product is already installed."
Requirex64 "You need to install the 64-bit version of this product on 64-bit Windows."
Requirex32 "You need to install the 32-bit version of this product on 32-bit Windows."
FeatureComplete "The complete package."
FeatureMain "The main version including all dependencies."




Loading

0 comments on commit 994a8c5

Please sign in to comment.