diff --git a/Pilz.Updating.UpdateInstaller.Lib/UpdateInstaller.cs b/Pilz.Updating.UpdateInstaller.Lib/UpdateInstaller.cs index 571185f..740d923 100644 --- a/Pilz.Updating.UpdateInstaller.Lib/UpdateInstaller.cs +++ b/Pilz.Updating.UpdateInstaller.Lib/UpdateInstaller.cs @@ -103,8 +103,8 @@ public class UpdateInstaller(UpdateInstallerConfig config) private void ExtractPackage() { string packagePath = Configuration.PackagePath; - string zipPath = Path.Combine(packagePath, PackageFileNameDefinations.ZIP_PACKAGE_FILENAME); - dataPath = Path.Combine(packagePath, Path.GetFileNameWithoutExtension(PackageFileNameDefinations.ZIP_PACKAGE_FILENAME)); + string zipPath = packagePath; + dataPath = Path.Combine(packagePath + ".extracted"); var dataPathDir = new DirectoryInfo(dataPath); if (dataPathDir.Exists) diff --git a/Pilz.Updating/Pilz.Updating.csproj b/Pilz.Updating/Pilz.Updating.csproj index 947d94e..cbf6323 100644 --- a/Pilz.Updating/Pilz.Updating.csproj +++ b/Pilz.Updating/Pilz.Updating.csproj @@ -15,11 +15,6 @@ True Resources.resx - - True - Settings.settings - True - @@ -30,14 +25,6 @@ Designer - - - - SettingsSingleFileGenerator - Pilz.Updating.My - Settings.Designer.cs - - diff --git a/Pilz.Updating/Properties/Settings.Designer.cs b/Pilz.Updating/Properties/Settings.Designer.cs deleted file mode 100644 index d0aa1e8..0000000 --- a/Pilz.Updating/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// -//------------------------------------------------------------------------------ - -namespace Pilz.Updating.My { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.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; - } - } - } -} diff --git a/Pilz.Updating/Properties/Settings.settings b/Pilz.Updating/Properties/Settings.settings deleted file mode 100644 index 85b890b..0000000 --- a/Pilz.Updating/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -