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 @@