init
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Installer.Common")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Installer.Common")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("7a025307-d06e-48ff-a443-dcd16530a6dd")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
109
DataPRO/Modules/InstallerCustomActions/Common/Properties/Settings.Designer.cs
generated
Normal file
109
DataPRO/Modules/InstallerCustomActions/Common/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,109 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 Common.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.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;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("SOFTWARE\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Installer\\\\UserData\\\\S-1-5-18\\\\Prod" +
|
||||
"ucts")]
|
||||
public string RegistrySoftwareInstalledProducts {
|
||||
get {
|
||||
return ((string)(this["RegistrySoftwareInstalledProducts"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("InstallProperties")]
|
||||
public string RegistryInstallProperties {
|
||||
get {
|
||||
return ((string)(this["RegistryInstallProperties"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DisplayName")]
|
||||
public string RegistryDisplayName {
|
||||
get {
|
||||
return ((string)(this["RegistryDisplayName"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DataPRO")]
|
||||
public string RegistryDataPRO {
|
||||
get {
|
||||
return ((string)(this["RegistryDataPRO"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DisplayVersion")]
|
||||
public string RegistryDisplayVersion {
|
||||
get {
|
||||
return ((string)(this["RegistryDisplayVersion"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("SOFTWARE\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Installer\\\\UserData\\\\S-1-5-18\\\\Comp" +
|
||||
"onents")]
|
||||
public string RegistrySoftwareInstalledComponents {
|
||||
get {
|
||||
return ((string)(this["RegistrySoftwareInstalledComponents"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DataPRO.exe.config")]
|
||||
public string RegistryDataPROExeConfig {
|
||||
get {
|
||||
return ((string)(this["RegistryDataPROExeConfig"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("InstallLocation")]
|
||||
public string RegistryInstallLocation {
|
||||
get {
|
||||
return ((string)(this["RegistryInstallLocation"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DTS.Suite")]
|
||||
public string DTSSuite {
|
||||
get {
|
||||
return ((string)(this["DTSSuite"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Common.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="RegistrySoftwareInstalledProducts" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryInstallProperties" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">InstallProperties</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryDisplayName" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DisplayName</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryDataPRO" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DataPRO</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryDisplayVersion" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DisplayVersion</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistrySoftwareInstalledComponents" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryDataPROExeConfig" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DataPRO.exe.config</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistryInstallLocation" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">InstallLocation</Value>
|
||||
</Setting>
|
||||
<Setting Name="DTSSuite" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DTS.Suite</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user