Jump to content

BALTAGY

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BALTAGY reacted to OnePiece in (Solved) Importing registry in 64Bit system   
    No
     
    admin right in resource manifest only help that everything ends up OK
     
    Ciao.
  2. Like
    BALTAGY reacted to OnePiece in (Solved) Importing registry in 64Bit system   
    in WinNT6.x (Windows Vista/7/8/10/Next) is a duty https://msdn.microsoft.com/en-us/library/bb756929.aspx to add\use always those line in manifest resource
    https://msdn.microsoft.com/en-us/library/windows/desktop/hh848036(v=vs.85).aspx
    https://msdn.microsoft.com/en-us/library/aa374191(v=vs.85).aspx
    http://blogs.msdn.com/b/yvesdolc/archive/2009/09/22/the-new-compatibility-section-in-the-application-manifest.aspx
     
    Ciao.
  3. Like
    BALTAGY reacted to OnePiece in (Solved) Importing registry in 64Bit system   
    in 7ZipSFX or in Exe file add in resource manifest

     
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> <!-- Windows Vista --> <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!-- Windows 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!-- Windows 8 --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!-- Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!-- Windows 10 --> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility></assembly>Ciao.
  4. Like
    BALTAGY reacted to OnePiece in (Solved) Importing registry in 64Bit system   
    Try to do everything from a cmd file, if it works after try to use 7ZipSFX mod
     
    Ciao.
  5. Like
    BALTAGY reacted to mooms in Flash Player Plugins SFX & AddOn Maker   
    Version 2.5:
     
    - Added new install options, ai1 & ai2
     
     
  6. Like
    BALTAGY reacted to mooms in Flash Player Plugins SFX & AddOn Maker   
    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
×
×
  • Create New...