Jump to content

Recommended Posts

Posted

This script can make silent installers & nLite/RVMi AddOns for Adobe Flash Player ActiveX, NPAPI and PPAPI Plugins.

 

Why using this script instead of an already made addon/SFX?

  • No need to wait after someone to create/update addon/SFX (and downloading it on file sharing website with annoying ads & captchas).
  • The script always download the latest version(s) available directly on Adobe servers.
  • You are sure there is no adware/spyware inside.

 

 
Usage

- Extract the content of the archive and run Flash_Maker.cmd

- The script will ask you which version(s) of Flash Player you want:

  • ActiveX is for Internet Explorer in Windows XP/Vista/7
  • NPAPI is for Firefox, Palemoon, and other browsers using Nestcape Plugin API.
  • PPAPI is for Chromium, Opera, and other browsers using Pepper Plugin API.

Internet Explorer in Windows 8/8.1/10 and Chrome have their own Flash Player Plugin embedded.

- Then it will download (in the download folder) the latest setup(s) from Adobe website and repack it (or them) into a silent installer (& AddOn) in the output folder.
 
 
 
Switches available:

  • -ai autoupdate disabled, autoupdate task deleted, autoupdate service uninstalled & deleted.
  • -ai1 autoupdate disabled
  • -ai2 autoupdate enabled
  •  If no switch is used, autoupdate is not configured (only check but ask for update, default behavior of Flash Player)

 
The silent installer can be used in any Windows version that is compatible with the originals setups.

If you also want to make an AddOn ( designed for RVMi & nLite ), you have to set a variable to 1 in the script (open it with Notepad).


 

MD5: 95ee24b2418f321a5113d12f51ccdc8e
Size: 1005 KB
Flash_Silent_Install_Maker_3.8.zip

Posted

- Mine is only for Flash.
- There is no possibility to make an AiO (ActiveX+Plugin) for Flash with vmanda's (only for Flash+ Shockwave).
 - The SFX made with vmanda's maker have auto update disabled (however you can edit the config file).
Auto update can be good, especially for not tech-savvy users.

edit: Executing the sfx/addons made with my maker with the switch -ai is the equivalent of vmanda's.

  • 2 weeks later...
Posted

Version 1.1 of the maker:

 

Merged the regular and noAU versions (the maker will create 3 sfx instead of 6 before).

If you run the sfx with the switch -ai, the auto-update of Flash Player will be disabled (service deleted).

Posted

Version 2.0 of the maker:

 

- Now you can choose between 3 batch files explicitly named.

- AddOns are created with date & versions number.

- You can still disable Auto Update with -ai switch,

  • 2 weeks later...
  • 1 month later...
  • 4 weeks later...
Posted

"Notify me" should be the default behavior. (installed without switch).

 

 

With the ai switch the service is completely uninstalled (for those who don't want to have a service running in the background).

AutoInstall="waitall:hidcon:cmd /c %WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe -setDisableAutoUpdate"AutoInstall="waitall:hidcon:cmd /c %WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe -deleteTask"AutoInstall="waitall:hidcon:cmd /c sc stop AdobeFlashPlayerUpdateSvc"AutoInstall="waitall:hidcon:cmd /c sc delete AdobeFlashPlayerUpdateSvc"AutoInstall="waitall:hidcon:cmd /c del /f /q %WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe"

Anyway, it is possible to finely configure Flash Player with a mms config file. See this.

Posted

You're welcome.

 

Note that

RunProgram="waitall:Flash_a -install -force -au 0"RunProgram="waitall:Flash_p -install -force -au 0"

Should also enable automatic update.

Posted

Version 2.5:

 

- Added new install options, ai1 & ai2

 

 

-ai autoupdate disabled, autoupdate task deleted, autoupdate service uninstalled & deleted.
-ai1 autoupdate disabled
-ai2 autoupdate enabled
If no switch is used, autoupdate is not configured (only check but ask for update, default behavior of Flash Player)
  • 2 weeks later...
  • 3 weeks later...
  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...