diff --git a/NovetusLauncher/NovetusCMD/NovetusCMD.csproj b/NovetusLauncher/NovetusCMD/NovetusCMD.csproj
index 5b570a9..2a23e5c 100644
--- a/NovetusLauncher/NovetusCMD/NovetusCMD.csproj
+++ b/NovetusLauncher/NovetusCMD/NovetusCMD.csproj
@@ -61,10 +61,12 @@
false
+ x86
+ TRACE;DEBUG;CMD;NOVETUS_APPS
false
- AnyCPU
+ x86
TRACE;CMD;NOVETUS_APPS
diff --git a/NovetusLauncher/NovetusLauncher/NovetusLauncher.csproj b/NovetusLauncher/NovetusLauncher/NovetusLauncher.csproj
index 7ae26c9..f6a2370 100644
--- a/NovetusLauncher/NovetusLauncher/NovetusLauncher.csproj
+++ b/NovetusLauncher/NovetusLauncher/NovetusLauncher.csproj
@@ -21,6 +21,21 @@
False
False
OnBuildSuccess
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ false
+ true
x86
@@ -50,10 +65,11 @@
false
+ x86
false
- AnyCPU
+ x86
@@ -205,7 +221,23 @@
-
+
+
+ False
+ Microsoft .NET Framework 4 %28x86 and x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+
+ False
+ Windows Installer 4.5
+ true
+
+
diff --git a/NovetusLauncher/NovetusURI/Form1.cs b/NovetusLauncher/NovetusURI/Form1.cs
index 06ba842..ef3d0bd 100644
--- a/NovetusLauncher/NovetusURI/Form1.cs
+++ b/NovetusLauncher/NovetusURI/Form1.cs
@@ -19,16 +19,18 @@ namespace NovetusURI
string loadstring = GlobalVars.BasePath + "/" + AppDomain.CurrentDomain.FriendlyName;
SecurityFuncs.RegisterURLProtocol("Novetus", loadstring, "Novetus URI");
- MessageBox.Show("URI and Library Successfully Installed and Registered!", "Novetus - Install URI", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ MessageBox.Show("URI successfully installed and registered!", "Novetus - Install URI", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
catch (Exception ex) when (!Env.Debugging)
{
MessageBox.Show("Failed to register. (Error: " + ex.Message + ")", "Novetus - Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ Close();
}
}
else
{
MessageBox.Show("Failed to register. (Error: Did not run as Administrator)", "Novetus - Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ Close();
}
}
}
diff --git a/NovetusLauncher/NovetusURI/NovetusURI.csproj b/NovetusLauncher/NovetusURI/NovetusURI.csproj
index 4abcc7f..35f3113 100644
--- a/NovetusLauncher/NovetusURI/NovetusURI.csproj
+++ b/NovetusLauncher/NovetusURI/NovetusURI.csproj
@@ -15,24 +15,26 @@
- AnyCPU
+ x86
true
full
false
bin\Debug\
- DEBUG;TRACE
- prompt
+ TRACE;DEBUG;URI;NOVETUS_APPS
+ none
4
+ 4096
- AnyCPU
- pdbonly
+ x86
+ none
true
bin\Release\
TRACE;URI;NOVETUS_APPS
- prompt
+ none
4
false
+ 4096
NovetusIcon.ico