Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialcomms committed Aug 6, 2023
1 parent 35bb7af commit 6ff5dfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTO_FUNCTIONS/Installer.vb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Public Class Installer

Public Sub INSTALL_ERROR(BOX_TITLE As String, MESSAGE As String, Optional EXTRA_TEXT As String = "")

Dim BOXTEXT As String = ""
Dim BOXTEXT As String = NEWLINE

BOXTEXT &= "Assembly Name = " & ASSEMBLY_DISPLAY_NAME & NEWLINE
BOXTEXT &= "Assembly GUID = " & ASSEMBLY_GUID & NEWLINE
Expand Down
2 changes: 1 addition & 1 deletion AUTO_INSTALLER_32/AUTO_INSTALLER_32.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Automation FX (32-Bit)"
"ProductCode" = "8:{161F9C68-FDF3-424C-A6FE-45B1C25DDB33}"
"PackageCode" = "8:{EE182BA7-0E22-425C-AFC8-3AD2D451AEDF}"
"PackageCode" = "8:{FE0DB7D0-39B2-4937-B3BF-67FF4681463A}"
"UpgradeCode" = "8:{1D100B9B-794F-4725-9687-01C008409802}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
Expand Down
7 changes: 5 additions & 2 deletions Excel-Automation-AddIn-with-Installer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ Global
{6257C360-7481-43AF-9752-31F873D2A904}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Debug|x64.ActiveCfg = Debug|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|Any CPU.Build.0 = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|x64.ActiveCfg = Release|x64
{6257C360-7481-43AF-9752-31F873D2A904}.Release|x64.Build.0 = Release|x64
{0347E027-BAEF-4527-A42A-6756927330A2}.Debug|Any CPU.ActiveCfg = Debug
{0347E027-BAEF-4527-A42A-6756927330A2}.Debug|Any CPU.ActiveCfg = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Debug|x64.ActiveCfg = Debug
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|Any CPU.ActiveCfg = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|Any CPU.Build.0 = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|x64.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Debug|Any CPU.ActiveCfg = Debug
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Debug|Any CPU.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Debug|x64.ActiveCfg = Debug
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|Any CPU.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|Any CPU.Build.0 = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
Expand Down

0 comments on commit 6ff5dfc

Please sign in to comment.