Jump to content

oil81

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by oil81

  1. Thinking why we have >500 Win2000 server...

  2. Auto-anything? Not bad as a new feature . I want this as a new global installer switch parameter... I've packed java with Inno Setup. Very very simple script. Very... [/size][size=2] [Run][/size] Filename: {tmp}\jre-6u31-windows-i586-s.exe; Parameters: "[size=3]/s JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 JQS=0 SYSTRAY=0 EULA=0 REBOOT=Suppress[/size] "; WorkingDir: {tmp}; Filename: msiexec.exe; Parameters: "/x {{4A03706F-666A-4037-7777-5F2748764D10}} /qb-"; WorkingDir: C:\WINNT\system32; [Registry] Root: HKLM; SubKey: "SOFTWARE\JavaSoft\Java Update\Policy"; ValueType: dword; ValueName: EnableJavaUpdate; ValueData: $00000000; Root: HKLM; SubKey: SOFTWARE\JavaSoft\Java Update\Policy; ValueType: dword; ValueName: NotifyDownload; ValueData: $00000000 Root: HKLM; SubKey: SOFTWARE\JavaSoft\Java Update\Policy; ValueType: dword; ValueName: NotifyInstall; ValueData: $00000000 [Setup] AlwaysShowComponentsList=false ShowComponentSizes=false FlatComponentsList=false UsePreviousSetupType=false ShowLanguageDialog=no Uninstallable=false UsePreviousGroup=false AppendDefaultGroupName=false CreateAppDir=false RestartIfNeededByRun=false AllowCancelDuringInstall=false AppName=Java SE 6 U31 AppVerName=6.0.310.74 DisableFinishedPage=true DisableReadyPage=true UsePreviousTasks=false DisableWelcomePage=true[size=2] U can notice 2 things: msiexec.exe; Parameters: "/x {{4A03706F-666A-4037-7777-5F2748764D10}} /qb-: with this command I'll uninstall java auto updater[Registry]: whit the keys in this section I'll disabling auto update (in case I can't uninstall java auto updater) Cheers
  3. use @ to identify users Exactly, I am in your situation. I've not found most of these parameters (JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 JQS=0 SYSTRAY=0 EULA=0)
  4. thanks a lot these parameters solved my problem! Next step it's to set java sun only for firefox through script....
  5. jre-6u31-windows-i586-s.exe 16,4 MB (17.207.296 byte)
  6. Thanks but this solve update issue after installation when java start work. Not during installation...
  7. Tnx but I need java only for Firefox and theese parameters are deprecated.
  8. Hi to all, I've some little issues with a silent installation of JRE Version 6 Update 31. Following this guide: https://www.java.com...ent_install.xml I've created a script to install jre in silet mode but for some mysterious reaseon during setup jre installer try to connect to internet and show me a proxy authentication form (I'm behind enterprise proxy...). Why? I've downloaded offline version! I'm using this parameters: /s MOZILLA=1 JAVAUPDATE=0 SYSTRAY=0 JU=0 AUTOUPDATECHECK=0 /norestart I hope that someone can help me. Thanks ps: I've noticied that MOZILLA parameter is deprecated.
×
×
  • Create New...