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.

Thunderbird 0.7.2 - Adapted

Featured Replies

I figure it out how to install it silently using a simple (adapted - borrowed from someone that made it to use with CloneCD :rolleyes: , sorry, I don't remember his name... :) ) .vbs file.

You have to make it all the way to get the files from the installer, as explained for Firefox and Mozilla, and I do use it as the last program to be installed.

Copy, paste and save (in the same folder that you copied your Tbird installation files) as tbird.vbs using any text editor:

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Popup "Don't move the mouse nor press any key!",5," - WARNING - ",48
WshShell.Run ("<YOUR-INSTALLATION-FOLDER-HERE>Setup.exe -ma -ira")
WScript.Sleep 25000
WshShell.SendKeys "{-}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit

Now paste this to your .cmd file (the last one that you use - I have to figure it out how to make it work using RunOnceEx method :D ):

ECHO Mozilla Thunderbird 0.7.2...
start /wait <THE-SAME-FOLDER-YOU-CHOSE-ABOVE-WITHOUT-QUOTES>tbird.vbs

That's it, hope you can find it useful and also make small changes to your own programs... :D

EDIT: This isn't working well when using the unattended method, only directly running from the .vbs AFTER installing XP. I'm working on a fix to this, seems to be something related to environment variables, or maybe with the time-related parameters of the VBScript code.


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.