mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 19:01:39 +08:00
install: Delegate OCX registry changes to registry server
This commit is contained in:
@@ -145,61 +145,6 @@ namespace CleanFlashInstaller.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayer]
|
||||
///"CurrentVersion"="${VERSION_COMMA}"
|
||||
///
|
||||
///[HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayer\SafeVersions]
|
||||
///"20.0"=dword:ffffffff
|
||||
///"21.0"=dword:ffffffff
|
||||
///"22.0"=dword:ffffffff
|
||||
///"23.0"=dword:ffffffff
|
||||
///"24.0"=dword:ffffffff
|
||||
///"25.0"=dword:ffffffff
|
||||
///"26.0"=dword:ffffffff
|
||||
///"27.0"=dword:ffffffff
|
||||
///"28.0"=dword:ffffffff
|
||||
///"19.0"=dword:ffffffff
|
||||
///"30.0"=dword:ffffffff
|
||||
///"31.0"=dword:ffffffff
|
||||
///"32.0"=dword:ffffffff
|
||||
///"33.0"=dword:ffffffff
|
||||
///"34.0"=dword:00000089
|
||||
///"16.0"= [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string installOCX {
|
||||
get {
|
||||
return ResourceManager.GetString("installOCX", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayer]
|
||||
///"CurrentVersion"="${VERSION_COMMA}"
|
||||
///
|
||||
///[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayer\SafeVersions]
|
||||
///"28.0"=dword:ffffffff
|
||||
///"27.0"=dword:ffffffff
|
||||
///"26.0"=dword:ffffffff
|
||||
///"21.0"=dword:ffffffff
|
||||
///"24.0"=dword:ffffffff
|
||||
///"7.0"=dword:ffffffff
|
||||
///"6.0"=dword:ffffffff
|
||||
///"30.0"=dword:ffffffff
|
||||
///"29.0"=dword:ffffffff
|
||||
///"31.0"=dword:ffffffff
|
||||
///"32.0"=dword:ffffffff
|
||||
///"8.0"=dword:ffffffff
|
||||
///"11.0"=dword:ffffffff
|
||||
///"10.0"=dword:ffffffff
|
||||
///"13.0"=dw [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string installOCX64 {
|
||||
get {
|
||||
return ResourceManager.GetString("installOCX64", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPepper]
|
||||
///"UninstallerPath"=-
|
||||
|
||||
Reference in New Issue
Block a user