do no preinstall site
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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(),
|
||||
},
|
||||
|
||||
@@ -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")]
|
||||
[assembly: AssemblyVersion("0.7.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.7.1.0")]
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||||
<id>quikpak</id>
|
||||
<title>QuikPak (Install)</title>
|
||||
<version>0.7.0</version>
|
||||
<version>0.7.1</version>
|
||||
<authors>Tommy Parnell</authors>
|
||||
<owners>Tommy Parnell</owners>
|
||||
<summary>quickly pack directory's as IIS websites</summary>
|
||||
@@ -28,6 +28,6 @@
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
<file src="..\bin\Release\**" target="" />
|
||||
<file src="..\bin\Release\**" target="" />
|
||||
</files>
|
||||
</package>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"Id": "",
|
||||
"UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d",
|
||||
"Name": "MyWebsite",
|
||||
"Version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user