Skip to content

Commit

Permalink
Get rid of the .MSI (GAC) installer project
Browse files Browse the repository at this point in the history
Don't want to put the effort in to duplicate command line tools that
already exist just for testing/sample purposes and if anyone wants to
distribute the DLL they should do it as part of their project/package
(myself included)
  • Loading branch information
djp952 committed Dec 2, 2016
1 parent 7581823 commit 7ffba99
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 219 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ PM> Install-Package zuki.io.compression

## __BUILD__
###__System Requirements__
* Microsoft Visual Studio 2015 Community Edition (or higher)
* Windows Installer XML (WiX) Toolset v3.10.3
* Microsoft Visual Studio 2015 Community Edition (or higher)

###__Source Code Repositories__
[__djp952/build__](https://github.com/djp952/build) - build tools
Expand Down
25 changes: 0 additions & 25 deletions compression.setup/buildenv.wxi

This file was deleted.

64 changes: 0 additions & 64 deletions compression.setup/compression.setup.wixproj

This file was deleted.

78 changes: 0 additions & 78 deletions compression.setup/compression.wxs

This file was deleted.

28 changes: 0 additions & 28 deletions compression.setup/mergemods.wxs

This file was deleted.

11 changes: 0 additions & 11 deletions compression.setup/version.ini

This file was deleted.

11 changes: 0 additions & 11 deletions io.compression.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "compression.setup", "compression.setup\compression.setup.wixproj", "{73F246C7-D809-48F6-8408-D394CEA32DEC}"
ProjectSection(ProjectDependencies) = postProject
{E43C0386-D486-493E-BCDB-560A1FCE167E} = {E43C0386-D486-493E-BCDB-560A1FCE167E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand All @@ -44,12 +39,6 @@ Global
{CB2B2FA8-4062-4E54-9053-0FC028B76A61}.Release|Win32.Build.0 = Release|x86
{CB2B2FA8-4062-4E54-9053-0FC028B76A61}.Release|x64.ActiveCfg = Release|x64
{CB2B2FA8-4062-4E54-9053-0FC028B76A61}.Release|x64.Build.0 = Release|x64
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Debug|Win32.ActiveCfg = Debug|x86
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Debug|x64.ActiveCfg = Debug|x64
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Release|Win32.ActiveCfg = Release|x86
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Release|Win32.Build.0 = Release|x86
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Release|x64.ActiveCfg = Release|x64
{73F246C7-D809-48F6-8408-D394CEA32DEC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 7ffba99

Please sign in to comment.