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",
|
||||||
"UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d",
|
"Name": "MyWebsite",
|
||||||
"Name": "MyWebsite",
|
"Version": "1.0.0.0",
|
||||||
"Version": "1.0.0.0",
|
"Endpoints": [
|
||||||
"Endpoints": [
|
{
|
||||||
{
|
"port": 80,
|
||||||
"port": 80,
|
"DnsName": "*",
|
||||||
"DnsName": "*",
|
"Secure": false
|
||||||
"Secure": false
|
}
|
||||||
}
|
]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
@@ -56,7 +56,7 @@ namespace QuikPak
|
|||||||
Name = config.Name + "_Web_VDIR",
|
Name = config.Name + "_Web_VDIR",
|
||||||
WebSite = new WebSite(config.Name)
|
WebSite = new WebSite(config.Name)
|
||||||
{
|
{
|
||||||
InstallWebSite = true,
|
InstallWebSite = false,
|
||||||
Description = config.Name,
|
Description = config.Name,
|
||||||
Addresses = addresses.ToArray(),
|
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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.7.0.0")]
|
[assembly: AssemblyVersion("0.7.1.0")]
|
||||||
[assembly: AssemblyFileVersion("0.7.0.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 -->
|
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||||||
<id>quikpak</id>
|
<id>quikpak</id>
|
||||||
<title>QuikPak (Install)</title>
|
<title>QuikPak (Install)</title>
|
||||||
<version>0.7.0</version>
|
<version>0.7.1</version>
|
||||||
<authors>Tommy Parnell</authors>
|
<authors>Tommy Parnell</authors>
|
||||||
<owners>Tommy Parnell</owners>
|
<owners>Tommy Parnell</owners>
|
||||||
<summary>quickly pack directory's as IIS websites</summary>
|
<summary>quickly pack directory's as IIS websites</summary>
|
||||||
@@ -28,6 +28,6 @@
|
|||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="tools\**" target="tools" />
|
<file src="tools\**" target="tools" />
|
||||||
<file src="..\bin\Release\**" target="" />
|
<file src="..\bin\Release\**" target="" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Id": "",
|
|
||||||
"UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d",
|
"UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d",
|
||||||
"Name": "MyWebsite",
|
"Name": "MyWebsite",
|
||||||
"Version": "1.0.0",
|
"Version": "1.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user