alan_fox
-
Posts
43 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Events
Posts posted by alan_fox
-
-
Updated 8u51b16
-
@alan_fox
sorry for my poor english
how did you manage to have different language in your sfx ?
thanks
By using config.txt, e.g.
;!@Install@!UTF-8!
RunProgram="jre.msi /qn "
;!@InstallEnd@!
;!@Install@!UTF-8:Language:1034!
Title="Oracle JRE Instalación"
CancelPrompt="¿Está seguro de que desea cancelar?"
ExtractTitle="Extrayendo archivos"
;!@InstallEnd@:Language:1034!
-
The /gm2 /y is not working properly. Not disable extraction dialog, the dialog is keep showing.
Any solution ?
Edit: the problem is the swith installer: /qb should be /qn when install with /qm2 /y
/gm2 /y - display process dialog but disable extraction dialog, test on my comptuer, it works
If you want to disable process dialog and extraction dialog, use /ai8 or /ai6
-
Resource Hacker updated to 4.0.0
-
Updated 8u45b15
The older version of Java 8u45 is build 14
-
-
-
12.1.7.157
-
-
I've extracted your dual installer, and I see there are two .msis inside. I only need a 32 bit installer - is also the .msi inside repacked by you? If I apply to it specific switches for a .msi installer (/quiet etc) will it preserve your settings to disable java update? Thanks
The two msi files are original from Oracle, no repack settings inside the msi.
To disable java update, add the following switches:
JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0
Silently install and disable java update:
msiexec /i jre1.8.0_25.msi /qb JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0
-
-
e.g. jre-8u20-windows-dual.exe /sfxlang:1040
Set the installer display language to Italian.
-
Tweaked: use msiexec /x{ProductCode} instead of msiexec /x {Product.msi}
-
Download: RGhost , Daily Uploads
Product Name: Java SE Runtime Environment
File Name: jre-8u121-b13-windows-dual-r1.exe
Version: 8.0.1210.13 (x86 + x64) [Revision 1]
Size: 86.9 MB
Date: 2/2/2017
MD5: 65BF12ED2EADF212503A8F88C1A6E43B
Virus Scan Result: VirusTotal [ 0 / 54 ]Tweaked:
Disable Java Update
Enables Java applications in the browser
Not to reboot the system after installation
Disallow the installer to send installation-related statistics to an Oracle server
Stops the installer creating any start menu shortcuts
Install x86 and x64 packages by defaultAdded:
Java installation options (Run with /? to show)Supported SFX Language:
Chinese - Taiwan 1028
German - Germany 1031
Spanish - Spain (Traditional) 1034
French - France 1036
Italian - Italy 1040
Japanese 1041
Korean 1042
Portuguese - Brazil 1046
Swedish - Sweden 1053
Chinese - China 2052Example:
Disable extraction dialog, only install x86 packages and create start menu shortcuts.<jre-dual-setup.exe> /gm2 /ai NOSTARTMENU=0
Install x86 and x64 packages, custom installation directory and disable extraction dialog.
<jre-dual-setup.exe> /gm2 /ai INSTALLDIR="D:\Program Files (x86)\Java" <jre-dual-setup.exe> /gm2 /ai2 INSTALLDIR="D:\Program Files\Java"
- SirLurksAlot, dareckibmw, geodasoft and 5 others
- 8
-
Hi Ricktendo, please repack Java SE Runtime Environment 8 x86 & x64 into one and disable all java updates.
-
MD5 Hashes not matching
-
@Ricardo, FX updated to 1.4.11
[Repack] Adobe Acrobat DC Pro 15.008.20082
in Installer Repacks
Posted · Edited by alan_fox
Download: MEGA
Product Name: Adobe Acrobat DC Pro
File Name: AcrobatDCPro1500820082.exe
Version: 15.008.20082 (Continuous)
Size: 402 MB
Date: 7/31/2015
MD5: 53EBCFF436224BEEC4EC8B2E65AF9752
Tweaked:
Optimization: Disabled
Caching of installer files on local drive: Disabled
Configuring a Rights Management Server: Disabled
Configuring WebMail profile: Disabled
EULA: Accepted
Default Action for Unspecified File Types: Never Launch
Acrotray.exe runs at startup: Removed
Product Updates: Disabled
Upsell: Disabled
When launching PDF in IE: Prompt to open/save
Adobe Acrobat Document Could services: Disabled
Adobe Send for Signature: Disabled
Preference synchronization across devices: Disabled
Third party connectors such as Dropbox, Google Drive, etc.: Disabled
HideMenu.js: Inculded
Default Installation
Acrobat Language: OS Language
MSI Interface Language: OS Language
Desktop Shortcut: Disabled
Install Mode: Trial
Adobe Refresh Manager: Disabled
Work AnyWhere: Disabled
Acrobat documentation: Disabled
Manually check for and install updates
/ai2 - Default Installation (Silent)
Custom Installation
/ai3 - Custom Installation
Lang_mst - The transforms will be applied for the msi and Acrobat language.
PROPERTY - The features and other Acrobat installation options.
Other command-line options for the Windows Installer can be applied:
https://msdn.microsoft.com/en-us/library/aa367988%28v=vs.85%29.aspx
The transforms will be applied for the MSI and Acrobat language if the following Lang_mst is specified.
Language Lang_mst
Arabic 1025
Czech 1029
Danish 1030
German 1031
English 1033
Spanish 1034
Finnish 1035
French 1036
Hebrew 1037
Hungarian 1038
Italian 1040
Japanese 1041
Korean 1042
Norweigan 1044
Dutch 1043
Polish 1045
Portuguese (Brazil) 1046
Russian 1049
Slovak 1051
Slovenian 1060
Swedish 1053
Turkish 1055
Ukrainian 1058
Chinese Simplified 2052
Chinese Traditional 1028
Screenshots
Tool for create installer