Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

oil81

Member
  • Joined

  • Last visited

  • Country

    Italy
  1. 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
  2. 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)
  3. thanks a lot these parameters solved my problem! Next step it's to set java sun only for firefox through script....
  4. this isn't the problem..
  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.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.