From e0b7511d7ea3cb6f9bc4bb215000f017ede0651d Mon Sep 17 00:00:00 2001 From: ptsurbeleu Date: Mon, 18 Jul 2011 16:44:20 -0700 Subject: [PATCH] Some corrections added --- WebsitePanel.Installer/Sources/Setup/Setup.vdproj | 2 +- .../Sources/WebsitePanel.Installer/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebsitePanel.Installer/Sources/Setup/Setup.vdproj b/WebsitePanel.Installer/Sources/Setup/Setup.vdproj index c6b3c94d..5bca1c16 100644 --- a/WebsitePanel.Installer/Sources/Setup/Setup.vdproj +++ b/WebsitePanel.Installer/Sources/Setup/Setup.vdproj @@ -418,7 +418,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:WebsitePanel Installer" "ProductCode" = "8:{09BCDF68-1964-4FC6-9570-9AB3B8512CF6}" - "PackageCode" = "8:{F42246DB-297B-4D7C-A985-D17A6C21BBC9}" + "PackageCode" = "8:{D94FF2E6-1D7D-4E33-8528-C7B6BFADEC99}" "UpgradeCode" = "8:{2950A907-11E7-436C-86CE-049C414AFD08}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" diff --git a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Program.cs b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Program.cs index a61798a6..4843375d 100644 --- a/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Program.cs +++ b/WebsitePanel.Installer/Sources/WebsitePanel.Installer/Program.cs @@ -49,7 +49,7 @@ using System.Reflection; namespace WebsitePanel.Installer { /// - /// Entry point class + /// Entry point class /// static class Program {