Difference between revisions of "Talk:Flash Player"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Why not use the MSI version?)
(Why not use the MSI version?: EXE remove is buggy)
Line 23: Line 23:
  
 
----
 
----
 +
 +
With the 10.1, each ''%SYSTEMROOT%\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe'' and "%SYSTEMROOT%\system32\Macromed\Flash\FlashUtil10h_Plugin.exe'' remove both plugins.
 +
 +
The msi does not have this bug and you can remove IE activeX without removing mozilla one.
 +
 +
--[[User:Dad|DaD]] 11:24, 11 June 2010 (CEST)

Revision as of 09:24, 11 June 2010

Hello, for multi languages problems, why not use :

<check type="file" condition="exists" path="%PROGRAMFILES%\Mozilla Firefox\plugins\NPSWF32.dll" />


Try yourself. To be honest, WPKG doesn't support such checks yet (it can't expand %PROGRAMFILES%).


Just to make people aware of the changes in recent WPKG versions, environment variable expansion is supported for many attributes now, so the above check will work with the latest version.

Why not use the MSI version?

http://www.adobe.com/products/flashplayer/fp_distribution3.html

Problem is, that if you have old exe-based installations, you will see them twice under Software (the same problem like 7zip).

No you don't. The flashplayer installer checks if there's an old version already installed and removes it automatically.

You will just have to remove the exe-based installed version similar to the 7-zip package.


With the 10.1, each %SYSTEMROOT%\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe and "%SYSTEMROOT%\system32\Macromed\Flash\FlashUtil10h_Plugin.exe remove both plugins.

The msi does not have this bug and you can remove IE activeX without removing mozilla one.

--DaD 11:24, 11 June 2010 (CEST)