flash: Fix protected mode issues and invalid registry entires

This commit is contained in:
Daniel
2021-06-21 04:01:03 +03:00
parent 606d5c1e47
commit 8bb46337e1
6 changed files with 18 additions and 16 deletions
+4 -4
View File
@@ -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]
///&quot;UninstallerPath&quot;=-
///&quot;PlayerPath&quot;=&quot;${FLASH_64_PATH}\\pepflashplayer_${VERSION_PATH}.dll&quot;
///&quot;PlayerPath&quot;=&quot;${FLASH_64_PATH}\\pepflashplayer${ARCH}_${VERSION_PATH}.dll&quot;
///&quot;isScriptDebugger&quot;=dword:00000000
///&quot;isESR&quot;=dword:00000000
///&quot;isMSI&quot;=dword:00000000
@@ -222,7 +222,7 @@ namespace CleanFlashInstaller.Properties {
/// <summary>
/// Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPepper]
///&quot;UninstallerPath&quot;=-
///&quot;PlayerPath&quot;=&quot;${FLASH_32_PATH}\\pepflashplayer_${VERSION_PATH}.dll&quot;
///&quot;PlayerPath&quot;=&quot;${FLASH_32_PATH}\\pepflashplayer32_${VERSION_PATH}.dll&quot;
///&quot;isScriptDebugger&quot;=dword:00000000
///&quot;isESR&quot;=dword:00000000
///&quot;isMSI&quot;=dword:00000000