Skip to content

Commit

Permalink
accidentally a messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
eksime committed May 4, 2017
1 parent fe1516f commit 41c38e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion VDesk/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ private void ApplicationStart(object sender, StartupEventArgs e) {

int exeNameLength = Regex.Match(Environment.CommandLine, "^(?:\".+?\"|\\S+)").Value.Length;
string commandline = string.Concat(Environment.CommandLine.Skip(exeNameLength + 1));
MessageBox.Show(commandline);

Dictionary<string, string> args = new Dictionary<string, string> {
["noswitch"] = "false"
Expand Down
4 changes: 2 additions & 2 deletions VDeskSetup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="4b9d3f05-3f9d-4627-a463-91c7317aaed5" Name="VDesk" Language="1033" Version="1.0.1.0" Manufacturer="Elliot Sime" UpgradeCode="55bcb7af-e64d-4e3e-bd06-f6c1b273c4ba">
<Product Id="4b9d3f05-3f9d-4627-a463-91c7317aaed5" Name="VDesk" Language="1033" Version="1.0.2.0" Manufacturer="Elliot Sime" UpgradeCode="55bcb7af-e64d-4e3e-bd06-f6c1b273c4ba">

<Package Id='*' Description="VDesk 1.0.1 Installer" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<Package Id='*' Description="VDesk 1.0.2 Installer" InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<MediaTemplate EmbedCab="yes" />
Expand Down

0 comments on commit 41c38e5

Please sign in to comment.