jj - version 1.1.1.0
This commit is contained in:
parent
a5d66de5cd
commit
9511762488
@ -5,7 +5,7 @@ Public Class AppConfig
|
||||
|
||||
Public Shared Function GetConfiguration() As ConfigValues
|
||||
|
||||
Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.Title & ".exe"
|
||||
Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.ProductName & ".exe"
|
||||
Dim appconfig As Configuration = ConfigurationManager.OpenExeConfiguration(appfile)
|
||||
Dim appsettings As AppSettingsSection = appconfig.AppSettings
|
||||
Dim settings As KeyValueConfigurationCollection = appsettings.Settings
|
||||
|
||||
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyVersion("1.1.1.0")>
|
||||
<Assembly: AssemblyFileVersion("1.1.1.0")>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<Product Id="*" Name="DPMA XML Parser" Language="1031" Version="1.1.0.0" Manufacturer="Digital Data" UpgradeCode="f1d2c203-0827-4c5c-a3ad-7bfccd3b6092" Codepage="1252">
|
||||
<Product Id="*" Name="DPMA XML Parser" Language="1031" Version="1.1.1.0" Manufacturer="Digital Data" UpgradeCode="f1d2c203-0827-4c5c-a3ad-7bfccd3b6092" Codepage="1252">
|
||||
<Package Id="*" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="Digital Data DPMA XML Parser Setup" Manufacturer="Digital Data" Languages="1031" />
|
||||
|
||||
<!-- Nicht entfernen! -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user