mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 19:01:39 +08:00
flash: Fix protected mode issues and invalid registry entires
This commit is contained in:
+4
-4
@@ -104,7 +104,7 @@ namespace CleanFlashInstaller.Properties {
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPlugin]
|
||||
///"isPartner"=dword:00000001
|
||||
///"Version"="${VERSION}"
|
||||
///"PlayerPath"="${FLASH_64_PATH}\\NPSWF_${VERSION_PATH}.dll"
|
||||
///"PlayerPath"="${FLASH_64_PATH}\\NPSWF${ARCH}_${VERSION_PATH}.dll"
|
||||
///"UninstallerPath"=-
|
||||
///"isScriptDebugger"=dword:00000000
|
||||
///"isESR"=dword:00000000
|
||||
@@ -115,7 +115,7 @@ namespace CleanFlashInstaller.Properties {
|
||||
///
|
||||
///[HKEY_LOCAL_MACHINE\Software\MozillaPlugins\@adobe.com/FlashPlayer]
|
||||
///"Vendor"="Adobe"
|
||||
///"ProductName"="Adobe® Flash® Player ${VERSION} P [rest of string was truncated]";.
|
||||
///"ProductName"="Adobe® Flash® Player ${VER [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string installNP {
|
||||
get {
|
||||
@@ -203,7 +203,7 @@ namespace CleanFlashInstaller.Properties {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPepper]
|
||||
///"UninstallerPath"=-
|
||||
///"PlayerPath"="${FLASH_64_PATH}\\pepflashplayer_${VERSION_PATH}.dll"
|
||||
///"PlayerPath"="${FLASH_64_PATH}\\pepflashplayer${ARCH}_${VERSION_PATH}.dll"
|
||||
///"isScriptDebugger"=dword:00000000
|
||||
///"isESR"=dword:00000000
|
||||
///"isMSI"=dword:00000000
|
||||
@@ -222,7 +222,7 @@ namespace CleanFlashInstaller.Properties {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPepper]
|
||||
///"UninstallerPath"=-
|
||||
///"PlayerPath"="${FLASH_32_PATH}\\pepflashplayer_${VERSION_PATH}.dll"
|
||||
///"PlayerPath"="${FLASH_32_PATH}\\pepflashplayer32_${VERSION_PATH}.dll"
|
||||
///"isScriptDebugger"=dword:00000000
|
||||
///"isESR"=dword:00000000
|
||||
///"isMSI"=dword:00000000
|
||||
|
||||
Reference in New Issue
Block a user