Initialize
This commit is contained in:
commit
67af2983c9
BIN
.vs/ShowInstalledNXversion.git/v16/.suo
Normal file
BIN
.vs/ShowInstalledNXversion.git/v16/.suo
Normal file
Binary file not shown.
25
ShowInstalledNXversion.git.sln
Normal file
25
ShowInstalledNXversion.git.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.31229.75
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowInstalledNXversion", "ShowInstalledNXversion\ShowInstalledNXversion.csproj", "{FE338789-C034-4E03-9125-E61485F1FB3B}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{FE338789-C034-4E03-9125-E61485F1FB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{FE338789-C034-4E03-9125-E61485F1FB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FE338789-C034-4E03-9125-E61485F1FB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{FE338789-C034-4E03-9125-E61485F1FB3B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {5F42E04A-70DA-437D-B229-24358758A044}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
6
ShowInstalledNXversion/App.config
Normal file
6
ShowInstalledNXversion/App.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
||||||
182
ShowInstalledNXversion/Form1.Designer.cs
generated
Normal file
182
ShowInstalledNXversion/Form1.Designer.cs
generated
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
|
||||||
|
namespace ShowInstalledNXversion
|
||||||
|
{
|
||||||
|
partial class Form1
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Erforderliche Designervariable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Verwendete Ressourcen bereinigen.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Vom Windows Form-Designer generierter Code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Erforderliche Methode für die Designerunterstützung.
|
||||||
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
||||||
|
this.labelInstallationFolder = new System.Windows.Forms.Label();
|
||||||
|
this.groupBoxSelect = new System.Windows.Forms.GroupBox();
|
||||||
|
this.comboBoxInstalledNX = new System.Windows.Forms.ComboBox();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.buttonInstallationFolder = new System.Windows.Forms.Button();
|
||||||
|
this.textBoxInstallationFolder = new System.Windows.Forms.TextBox();
|
||||||
|
this.groupBoxResult = new System.Windows.Forms.GroupBox();
|
||||||
|
this.textBoxInstalledNxVersion = new System.Windows.Forms.TextBox();
|
||||||
|
this.labelInstalledNxVersion = new System.Windows.Forms.Label();
|
||||||
|
this.buttonShowVersion = new System.Windows.Forms.Button();
|
||||||
|
this.groupBoxSelect.SuspendLayout();
|
||||||
|
this.groupBoxResult.SuspendLayout();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// labelInstallationFolder
|
||||||
|
//
|
||||||
|
this.labelInstallationFolder.AutoSize = true;
|
||||||
|
this.labelInstallationFolder.Location = new System.Drawing.Point(6, 22);
|
||||||
|
this.labelInstallationFolder.Name = "labelInstallationFolder";
|
||||||
|
this.labelInstallationFolder.Size = new System.Drawing.Size(89, 13);
|
||||||
|
this.labelInstallationFolder.TabIndex = 0;
|
||||||
|
this.labelInstallationFolder.Text = "Installation Folder";
|
||||||
|
//
|
||||||
|
// groupBoxSelect
|
||||||
|
//
|
||||||
|
this.groupBoxSelect.Controls.Add(this.comboBoxInstalledNX);
|
||||||
|
this.groupBoxSelect.Controls.Add(this.label1);
|
||||||
|
this.groupBoxSelect.Controls.Add(this.buttonInstallationFolder);
|
||||||
|
this.groupBoxSelect.Controls.Add(this.textBoxInstallationFolder);
|
||||||
|
this.groupBoxSelect.Controls.Add(this.labelInstallationFolder);
|
||||||
|
this.groupBoxSelect.Location = new System.Drawing.Point(12, 12);
|
||||||
|
this.groupBoxSelect.Name = "groupBoxSelect";
|
||||||
|
this.groupBoxSelect.Size = new System.Drawing.Size(369, 72);
|
||||||
|
this.groupBoxSelect.TabIndex = 1;
|
||||||
|
this.groupBoxSelect.TabStop = false;
|
||||||
|
this.groupBoxSelect.Text = "Select";
|
||||||
|
//
|
||||||
|
// comboBoxInstalledNX
|
||||||
|
//
|
||||||
|
this.comboBoxInstalledNX.FormattingEnabled = true;
|
||||||
|
this.comboBoxInstalledNX.Location = new System.Drawing.Point(112, 45);
|
||||||
|
this.comboBoxInstalledNX.Name = "comboBoxInstalledNX";
|
||||||
|
this.comboBoxInstalledNX.Size = new System.Drawing.Size(250, 21);
|
||||||
|
this.comboBoxInstalledNX.TabIndex = 5;
|
||||||
|
this.comboBoxInstalledNX.SelectedIndexChanged += new System.EventHandler(this.comboBoxInstalledNX_SelectedIndexChanged);
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(6, 49);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(60, 13);
|
||||||
|
this.label1.TabIndex = 4;
|
||||||
|
this.label1.Text = "NX Version";
|
||||||
|
//
|
||||||
|
// buttonInstallationFolder
|
||||||
|
//
|
||||||
|
this.buttonInstallationFolder.Location = new System.Drawing.Point(288, 17);
|
||||||
|
this.buttonInstallationFolder.Name = "buttonInstallationFolder";
|
||||||
|
this.buttonInstallationFolder.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.buttonInstallationFolder.TabIndex = 2;
|
||||||
|
this.buttonInstallationFolder.Text = "...";
|
||||||
|
this.buttonInstallationFolder.UseVisualStyleBackColor = true;
|
||||||
|
this.buttonInstallationFolder.Click += new System.EventHandler(this.buttonInstallationFolder_Click);
|
||||||
|
//
|
||||||
|
// textBoxInstallationFolder
|
||||||
|
//
|
||||||
|
this.textBoxInstallationFolder.Location = new System.Drawing.Point(112, 19);
|
||||||
|
this.textBoxInstallationFolder.Name = "textBoxInstallationFolder";
|
||||||
|
this.textBoxInstallationFolder.Size = new System.Drawing.Size(170, 20);
|
||||||
|
this.textBoxInstallationFolder.TabIndex = 1;
|
||||||
|
this.textBoxInstallationFolder.Text = "C:\\CAD";
|
||||||
|
this.textBoxInstallationFolder.TextChanged += new System.EventHandler(this.textBoxInstallationFolder_TextChanged);
|
||||||
|
this.textBoxInstallationFolder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxInstallationFolder_KeyDown);
|
||||||
|
//
|
||||||
|
// groupBoxResult
|
||||||
|
//
|
||||||
|
this.groupBoxResult.Controls.Add(this.textBoxInstalledNxVersion);
|
||||||
|
this.groupBoxResult.Controls.Add(this.labelInstalledNxVersion);
|
||||||
|
this.groupBoxResult.Location = new System.Drawing.Point(12, 90);
|
||||||
|
this.groupBoxResult.Name = "groupBoxResult";
|
||||||
|
this.groupBoxResult.Size = new System.Drawing.Size(368, 46);
|
||||||
|
this.groupBoxResult.TabIndex = 2;
|
||||||
|
this.groupBoxResult.TabStop = false;
|
||||||
|
this.groupBoxResult.Text = "Result";
|
||||||
|
//
|
||||||
|
// textBoxInstalledNxVersion
|
||||||
|
//
|
||||||
|
this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(111, 20);
|
||||||
|
this.textBoxInstalledNxVersion.Name = "textBoxInstalledNxVersion";
|
||||||
|
this.textBoxInstalledNxVersion.ReadOnly = true;
|
||||||
|
this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(251, 20);
|
||||||
|
this.textBoxInstalledNxVersion.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// labelInstalledNxVersion
|
||||||
|
//
|
||||||
|
this.labelInstalledNxVersion.AutoSize = true;
|
||||||
|
this.labelInstalledNxVersion.Location = new System.Drawing.Point(6, 23);
|
||||||
|
this.labelInstalledNxVersion.Name = "labelInstalledNxVersion";
|
||||||
|
this.labelInstalledNxVersion.Size = new System.Drawing.Size(102, 13);
|
||||||
|
this.labelInstalledNxVersion.TabIndex = 0;
|
||||||
|
this.labelInstalledNxVersion.Text = "Installed NX Version";
|
||||||
|
//
|
||||||
|
// buttonShowVersion
|
||||||
|
//
|
||||||
|
this.buttonShowVersion.Location = new System.Drawing.Point(12, 143);
|
||||||
|
this.buttonShowVersion.Name = "buttonShowVersion";
|
||||||
|
this.buttonShowVersion.Size = new System.Drawing.Size(368, 23);
|
||||||
|
this.buttonShowVersion.TabIndex = 3;
|
||||||
|
this.buttonShowVersion.Text = "Export all NX installation to \'Installed NX-Versions.txt\' on the Desktop";
|
||||||
|
this.buttonShowVersion.UseVisualStyleBackColor = true;
|
||||||
|
this.buttonShowVersion.Click += new System.EventHandler(this.buttonShowVersion_Click);
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(392, 178);
|
||||||
|
this.Controls.Add(this.buttonShowVersion);
|
||||||
|
this.Controls.Add(this.groupBoxResult);
|
||||||
|
this.Controls.Add(this.groupBoxSelect);
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||||
|
this.MaximizeBox = false;
|
||||||
|
this.Name = "Form1";
|
||||||
|
this.Text = "Show Installed NX Version";
|
||||||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
||||||
|
this.groupBoxSelect.ResumeLayout(false);
|
||||||
|
this.groupBoxSelect.PerformLayout();
|
||||||
|
this.groupBoxResult.ResumeLayout(false);
|
||||||
|
this.groupBoxResult.PerformLayout();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
|
||||||
|
private System.Windows.Forms.Label labelInstallationFolder;
|
||||||
|
private System.Windows.Forms.GroupBox groupBoxSelect;
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.Button buttonInstallationFolder;
|
||||||
|
private System.Windows.Forms.TextBox textBoxInstallationFolder;
|
||||||
|
private System.Windows.Forms.GroupBox groupBoxResult;
|
||||||
|
private System.Windows.Forms.TextBox textBoxInstalledNxVersion;
|
||||||
|
private System.Windows.Forms.Label labelInstalledNxVersion;
|
||||||
|
private System.Windows.Forms.Button buttonShowVersion;
|
||||||
|
private System.Windows.Forms.ComboBox comboBoxInstalledNX;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
227
ShowInstalledNXversion/Form1.cs
Normal file
227
ShowInstalledNXversion/Form1.cs
Normal file
@ -0,0 +1,227 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.IO;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using Eugen.ESystem;
|
||||||
|
using Eugen.ESystem.IO;
|
||||||
|
using Eugen.NX;
|
||||||
|
|
||||||
|
namespace ShowInstalledNXversion
|
||||||
|
{
|
||||||
|
public partial class Form1 : Form
|
||||||
|
{
|
||||||
|
#region Version und Copyright
|
||||||
|
// Version und Copyright
|
||||||
|
string programName = Path.GetFileNameWithoutExtension(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase); //Den Programmnamen auslesen
|
||||||
|
string programVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||||
|
static object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute), false);
|
||||||
|
string copyright = GenerateCopyright();
|
||||||
|
string icon = Application.StartupPath + "\\Info.bmp";
|
||||||
|
//Assembly Datum und Zeit
|
||||||
|
static DateTime value = AssemblyDateTime();
|
||||||
|
string date = value.ToShortDateString();
|
||||||
|
string time = value.ToLongTimeString();
|
||||||
|
private static DateTime AssemblyDateTime()
|
||||||
|
{
|
||||||
|
var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
|
var buildDateTime = new DateTime(2000, 1, 1).Add(new TimeSpan(TimeSpan.TicksPerDay * version.Build + TimeSpan.TicksPerSecond * 2 * version.Revision));
|
||||||
|
//Tage seit dem 1. Januar 2000 und Sekunden seit Mitternacht, (multiplizier mit 2 ergibt das Original)
|
||||||
|
return buildDateTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string CurrentYear()
|
||||||
|
{
|
||||||
|
DateTime dtn = DateTime.Now;
|
||||||
|
return dtn.Year.ToString();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string StartYear()
|
||||||
|
{
|
||||||
|
string startYear = "";
|
||||||
|
if (((AssemblyCopyrightAttribute)attributes[0]).Copyright.Contains("Copyright © "))
|
||||||
|
{
|
||||||
|
startYear = ((AssemblyCopyrightAttribute)attributes[0]).Copyright.Replace("Copyright © ", "");
|
||||||
|
while (startYear.StartsWith(" "))
|
||||||
|
{
|
||||||
|
startYear = startYear.Remove(0, 1);
|
||||||
|
}
|
||||||
|
startYear = startYear.Remove(startYear.IndexOf(" "));
|
||||||
|
return startYear;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
DateTime dtn = DateTime.Now;
|
||||||
|
return dtn.Year.ToString();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static string GenerateCopyright()
|
||||||
|
{
|
||||||
|
string startYear = StartYear();
|
||||||
|
string currentYear = CurrentYear();
|
||||||
|
|
||||||
|
if (startYear == currentYear)
|
||||||
|
{
|
||||||
|
return ((AssemblyCopyrightAttribute)attributes[0]).Copyright;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return ((AssemblyCopyrightAttribute)attributes[0]).Copyright.Replace(startYear, String.Concat(startYear, "-", currentYear));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Programm-Info
|
||||||
|
/// <summary>
|
||||||
|
/// Contains the name of the program file
|
||||||
|
/// </summary>
|
||||||
|
public static string ProgramName { set; get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Contains the version of the program file
|
||||||
|
/// </summary>
|
||||||
|
public static string ProgramVersion { set; get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Contains the copyright notice
|
||||||
|
/// </summary>
|
||||||
|
public static string Copyright { set; get; }
|
||||||
|
|
||||||
|
private void SetProgramInfo()
|
||||||
|
{
|
||||||
|
//Name, Version und Copyright setzen
|
||||||
|
ProgramName = programName;
|
||||||
|
ProgramVersion = programVersion;
|
||||||
|
Copyright = copyright;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
public Form1()
|
||||||
|
{
|
||||||
|
SetProgramInfo();
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form1_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
InstalledVersions();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void textBoxInstallationFolder_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (String.IsNullOrEmpty(textBoxInstallationFolder.Text))
|
||||||
|
{
|
||||||
|
textBoxInstalledNxVersion.Text = "";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void textBoxInstallationFolder_KeyDown(object sender, KeyEventArgs e)
|
||||||
|
{
|
||||||
|
if (e.KeyCode == Keys.Enter)
|
||||||
|
{
|
||||||
|
if (textBoxInstallationFolder.Text.EndsWith("\\"))
|
||||||
|
{
|
||||||
|
textBoxInstallationFolder.Text = textBoxInstallationFolder.Text.TrimEnd('\\');
|
||||||
|
}
|
||||||
|
InstallationFolder = textBoxInstallationFolder.Text;
|
||||||
|
|
||||||
|
InstalledVersions();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonInstallationFolder_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (folderBrowserDialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
textBoxInstallationFolder.Text = folderBrowserDialog.SelectedPath;
|
||||||
|
|
||||||
|
InstalledVersions();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void comboBoxInstalledNX_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
NxVersion = comboBoxInstalledNX.SelectedItem.ToString();
|
||||||
|
|
||||||
|
ShowVersion();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void buttonShowVersion_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var wltd = new WriteListToDesktop(InstallationFolder, InstalledNxVersions);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected string InstallationFolder { private set; get; }
|
||||||
|
protected List<string> InstalledNxVersions { private set; get; }
|
||||||
|
protected string NxVersion { private set; get; }
|
||||||
|
|
||||||
|
private void InstalledVersions()
|
||||||
|
{
|
||||||
|
if (Directory.Exists(textBoxInstallationFolder.Text))
|
||||||
|
{
|
||||||
|
InstallationFolder = textBoxInstallationFolder.Text;
|
||||||
|
InstalledNxVersions = NxVersions(textBoxInstallationFolder.Text);
|
||||||
|
|
||||||
|
foreach (var item in InstalledNxVersions)
|
||||||
|
{
|
||||||
|
comboBoxInstalledNX.Items.Add(item);
|
||||||
|
}
|
||||||
|
comboBoxInstalledNX.SelectedIndex = 0;
|
||||||
|
comboBoxInstalledNX.Refresh();
|
||||||
|
NxVersion = comboBoxInstalledNX.SelectedItem.ToString();
|
||||||
|
|
||||||
|
ShowVersion();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
textBoxInstallationFolder.Text = "";
|
||||||
|
InstallationFolder = textBoxInstallationFolder.Text;
|
||||||
|
textBoxInstalledNxVersion.Text = "";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private List<string> NxVersions(string folder)
|
||||||
|
{
|
||||||
|
List<string> version = new List<string>();
|
||||||
|
|
||||||
|
if (Directory.Exists(folder))
|
||||||
|
{
|
||||||
|
|
||||||
|
string pattern = "NX";
|
||||||
|
|
||||||
|
var versionPath = new ReadFoldersFromFolder(folder, pattern, true, false);
|
||||||
|
foreach (var item in versionPath.FoldersFound)
|
||||||
|
{
|
||||||
|
version.Add(item.Remove(0, item.LastIndexOf("\\") + 1).Replace(pattern, ""));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
throw new DirectoryNotFoundException(folder);
|
||||||
|
}
|
||||||
|
|
||||||
|
return version;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ShowVersion()
|
||||||
|
{
|
||||||
|
NxVersion nxVer = new NxVersion(String.Concat(InstallationFolder, "\\NX", NxVersion)); //Informationen über diese Version abrufen
|
||||||
|
|
||||||
|
if (Convert.ToInt32(NxVersion) <= 12)
|
||||||
|
{
|
||||||
|
textBoxInstalledNxVersion.Text = nxVer.NXpatch;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
textBoxInstalledNxVersion.Text = String.Concat(nxVer.UgiiMajorVersion, ".", nxVer.UgiiMinorVersion);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
123
ShowInstalledNXversion/Form1.resx
Normal file
123
ShowInstalledNXversion/Form1.resx
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="folderBrowserDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
||||||
22
ShowInstalledNXversion/Program.cs
Normal file
22
ShowInstalledNXversion/Program.cs
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace ShowInstalledNXversion
|
||||||
|
{
|
||||||
|
static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Der Haupteinstiegspunkt für die Anwendung.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
Application.EnableVisualStyles();
|
||||||
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
Application.Run(new Form1());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
ShowInstalledNXversion/Properties/AssemblyInfo.cs
Normal file
36
ShowInstalledNXversion/Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||||
|
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||||
|
// die einer Assembly zugeordnet sind.
|
||||||
|
[assembly: AssemblyTitle("ShowInstalledNXversion")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("ShowInstalledNXversion")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2021 by Eugen Höglinger")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
||||||
|
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
||||||
|
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||||
|
[assembly: Guid("fe338789-c034-4e03-9125-e61485f1fb3b")]
|
||||||
|
|
||||||
|
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||||
|
//
|
||||||
|
// Hauptversion
|
||||||
|
// Nebenversion
|
||||||
|
// Buildnummer
|
||||||
|
// Revision
|
||||||
|
//
|
||||||
|
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||||
|
// indem Sie "*" wie unten gezeigt eingeben:
|
||||||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
[assembly: AssemblyVersion("1.0.*")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
70
ShowInstalledNXversion/Properties/Resources.Designer.cs
generated
Normal file
70
ShowInstalledNXversion/Properties/Resources.Designer.cs
generated
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
|
// Laufzeitversion: 4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn
|
||||||
|
// der Code neu generiert wird.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
namespace ShowInstalledNXversion.Properties
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
/// </summary>
|
||||||
|
// Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse
|
||||||
|
// über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
|
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
|
// mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources
|
||||||
|
{
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if ((resourceMan == null))
|
||||||
|
{
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShowInstalledNXversion.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
/// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
117
ShowInstalledNXversion/Properties/Resources.resx
Normal file
117
ShowInstalledNXversion/Properties/Resources.resx
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
29
ShowInstalledNXversion/Properties/Settings.Designer.cs
generated
Normal file
29
ShowInstalledNXversion/Properties/Settings.Designer.cs
generated
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
namespace ShowInstalledNXversion.Properties
|
||||||
|
{
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
||||||
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||||
|
{
|
||||||
|
|
||||||
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
||||||
|
public static Settings Default
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return defaultInstance;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7
ShowInstalledNXversion/Properties/Settings.settings
Normal file
7
ShowInstalledNXversion/Properties/Settings.settings
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
||||||
90
ShowInstalledNXversion/ShowInstalledNXversion.csproj
Normal file
90
ShowInstalledNXversion/ShowInstalledNXversion.csproj
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{FE338789-C034-4E03-9125-E61485F1FB3B}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<RootNamespace>ShowInstalledNXversion</RootNamespace>
|
||||||
|
<AssemblyName>ShowInstalledNXversion</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
|
<Deterministic>false</Deterministic>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="henxver">
|
||||||
|
<HintPath>..\..\..\_DLL\NxVersion.git\NxVersion\bin\Debug\henxver.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="herfoffo">
|
||||||
|
<HintPath>..\..\..\_DLL\ReadFoldersFromFolder.git\ReadFoldersFromFolder\bin\Debug\herfoffo.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Form1.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Form1.Designer.cs">
|
||||||
|
<DependentUpon>Form1.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Program.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="WriteListToDesktop.cs" />
|
||||||
|
<EmbeddedResource Include="Form1.resx">
|
||||||
|
<DependentUpon>Form1.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<None Include="Properties\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<Compile Include="Properties\Settings.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="App.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
</Project>
|
||||||
64
ShowInstalledNXversion/WriteListToDesktop.cs
Normal file
64
ShowInstalledNXversion/WriteListToDesktop.cs
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Eugen.NX;
|
||||||
|
|
||||||
|
namespace ShowInstalledNXversion
|
||||||
|
{
|
||||||
|
class WriteListToDesktop
|
||||||
|
{
|
||||||
|
public WriteListToDesktop(string installationFolder, List<string> verList)
|
||||||
|
{
|
||||||
|
VerList = verList;
|
||||||
|
InstallationFolder = installationFolder;
|
||||||
|
|
||||||
|
string fileName = "Installed NX-Versions";
|
||||||
|
string path = String.Concat(Environment.GetEnvironmentVariable("OneDrive"), "\\Desktop");
|
||||||
|
string ext = "txt";
|
||||||
|
|
||||||
|
List<string> list = new List<string>();
|
||||||
|
list = CreateList();
|
||||||
|
|
||||||
|
File.WriteAllLines(String.Concat(path, "\\", fileName, ".", ext), list);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected string InstallationFolder { private set; get; }
|
||||||
|
protected List<string> VerList { private set; get; }
|
||||||
|
|
||||||
|
private List<string> CreateList()
|
||||||
|
{
|
||||||
|
List<string> list = new List<string>();
|
||||||
|
list.Clear();
|
||||||
|
list.Add(String.Concat("Installed NX Versions on ", Environment.GetEnvironmentVariable("COMPUTERNAME")));
|
||||||
|
list.Add("-------------------------------------");
|
||||||
|
list.Add("Base Version:\tInstalled Version:");
|
||||||
|
list.Add("-------------------------------------");
|
||||||
|
|
||||||
|
NxVersion nxVer = new NxVersion(); //Informationen über diese Version abrufen
|
||||||
|
|
||||||
|
foreach (var item in VerList)
|
||||||
|
{
|
||||||
|
//NxVersion nxVerion = new NxVersion(String.Concat(InstallationFolder, "\\NX", item)); //Informationen über diese Version abrufen
|
||||||
|
nxVer.GetNxVersion(String.Concat(InstallationFolder, "\\NX", item));
|
||||||
|
|
||||||
|
if (Convert.ToInt32(item) <= 12)
|
||||||
|
{
|
||||||
|
list.Add(String.Concat("NX", item, "\t\t\t", nxVer.NXpatch));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
list.Add(String.Concat("NX", item, "\t\t\t", "NX ", nxVer.UgiiMajorVersion, ".", nxVer.UgiiMinorVersion));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
list.Add("-------------------------------------");
|
||||||
|
list.Add(String.Concat("Number of installed NX Versions: ", VerList.Count));
|
||||||
|
list.Add("-------------------------------------");
|
||||||
|
|
||||||
|
return list;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
ShowInstalledNXversion/bin/Debug/NxVersion.dll
Normal file
BIN
ShowInstalledNXversion/bin/Debug/NxVersion.dll
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe
Normal file
BIN
ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe
Normal file
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
||||||
BIN
ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb
Normal file
BIN
ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/bin/Debug/henxver.dll
Normal file
BIN
ShowInstalledNXversion/bin/Debug/henxver.dll
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/bin/Debug/henxver.pdb
Normal file
BIN
ShowInstalledNXversion/bin/Debug/henxver.pdb
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/bin/Debug/herfoffo.dll
Normal file
BIN
ShowInstalledNXversion/bin/Debug/herfoffo.dll
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/bin/Debug/herfoffo.pdb
Normal file
BIN
ShowInstalledNXversion/bin/Debug/herfoffo.pdb
Normal file
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
998d7a179fd4fed6e53318402ca043fe3eaee5ee
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe.config
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.pdb
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csprojAssemblyReference.cache
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Form1.resources
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Properties.Resources.resources
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.GenerateResource.cache
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CoreCompileInputs.cache
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.exe
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.pdb
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.dll
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.pdb
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CopyComplete
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.dll
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.pdb
|
||||||
Binary file not shown.
Binary file not shown.
BIN
ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe
Normal file
BIN
ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe
Normal file
Binary file not shown.
BIN
ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb
Normal file
BIN
ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user