From 6d8f3757de6088bececbe5d0df31e87f4a100ac7 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 29 Apr 2016 11:53:59 -0400 Subject: [PATCH] do no preinstall site --- QuikPak/Config.json | 21 ++++++++++----------- QuikPak/Program.cs | 2 +- QuikPak/Properties/AssemblyInfo.cs | 4 ++-- QuikPak/choco/quikpak.nuspec | 4 ++-- config.json | 1 - 5 files changed, 15 insertions(+), 17 deletions(-) diff --git a/QuikPak/Config.json b/QuikPak/Config.json index 86cf66d..fa1aa6a 100644 --- a/QuikPak/Config.json +++ b/QuikPak/Config.json @@ -1,13 +1,12 @@ { - "Id": "d372b142-ea42-4cc9-8dd6-cb4ba2b0c0f3", - "UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d", - "Name": "MyWebsite", - "Version": "1.0.0.0", - "Endpoints": [ - { - "port": 80, - "DnsName": "*", - "Secure": false - } - ] + "UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d", + "Name": "MyWebsite", + "Version": "1.0.0.0", + "Endpoints": [ + { + "port": 80, + "DnsName": "*", + "Secure": false + } + ] } \ No newline at end of file diff --git a/QuikPak/Program.cs b/QuikPak/Program.cs index 4915303..2440bed 100644 --- a/QuikPak/Program.cs +++ b/QuikPak/Program.cs @@ -56,7 +56,7 @@ namespace QuikPak Name = config.Name + "_Web_VDIR", WebSite = new WebSite(config.Name) { - InstallWebSite = true, + InstallWebSite = false, Description = config.Name, Addresses = addresses.ToArray(), }, diff --git a/QuikPak/Properties/AssemblyInfo.cs b/QuikPak/Properties/AssemblyInfo.cs index edc5d51..5575d7c 100644 --- a/QuikPak/Properties/AssemblyInfo.cs +++ b/QuikPak/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.7.1.0")] +[assembly: AssemblyFileVersion("0.7.1.0")] \ No newline at end of file diff --git a/QuikPak/choco/quikpak.nuspec b/QuikPak/choco/quikpak.nuspec index 879b009..d6581fa 100644 --- a/QuikPak/choco/quikpak.nuspec +++ b/QuikPak/choco/quikpak.nuspec @@ -5,7 +5,7 @@ quikpak QuikPak (Install) - 0.7.0 + 0.7.1 Tommy Parnell Tommy Parnell quickly pack directory's as IIS websites @@ -28,6 +28,6 @@ - + diff --git a/config.json b/config.json index 6eeac6b..40bdfd7 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,4 @@ { - "Id": "", "UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d", "Name": "MyWebsite", "Version": "1.0.0",