This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -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("RegAddProductCode")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RegAddProductCode")]
[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("8620652f-f86e-466a-8d7b-d3088a7b0c05")]
// 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")]

View File

@@ -0,0 +1,71 @@
//------------------------------------------------------------------------------
// <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 RegAddProductCode.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.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\\\\Policies\\\\Microsoft\\\\Windows\\\\Installer")]
public string InstallerKey {
get {
return ((string)(this["InstallerKey"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("No key at {0}")]
public string MissingKey {
get {
return ((string)(this["MissingKey"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("{C4889149-0CAF-44C1-B226-8F6E73684DF4}")]
public string ProductCode {
get {
return ((string)(this["ProductCode"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SecureRepairPolicy")]
public string SecureRepairPolicy {
get {
return ((string)(this["SecureRepairPolicy"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SOFTWARE\\\\Policies\\\\Microsoft\\\\Windows\\\\Installer\\\\SecureRepairWhitelist")]
public string SecureRepairWhitelistKey {
get {
return ((string)(this["SecureRepairWhitelistKey"]));
}
}
}
}

View File

@@ -0,0 +1,21 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RegAddProductCode.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="InstallerKey" Type="System.String" Scope="Application">
<Value Profile="(Default)">SOFTWARE\\Policies\\Microsoft\\Windows\\Installer</Value>
</Setting>
<Setting Name="MissingKey" Type="System.String" Scope="Application">
<Value Profile="(Default)">No key at {0}</Value>
</Setting>
<Setting Name="ProductCode" Type="System.String" Scope="Application">
<Value Profile="(Default)">{C4889149-0CAF-44C1-B226-8F6E73684DF4}</Value>
</Setting>
<Setting Name="SecureRepairPolicy" Type="System.String" Scope="Application">
<Value Profile="(Default)">SecureRepairPolicy</Value>
</Setting>
<Setting Name="SecureRepairWhitelistKey" Type="System.String" Scope="Application">
<Value Profile="(Default)">SOFTWARE\\Policies\\Microsoft\\Windows\\Installer\\SecureRepairWhitelist</Value>
</Setting>
</Settings>
</SettingsFile>