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.

itunes 4.7 silent install - working solution here

Featured Replies

Im gonna go out on a limb and say yes, since itunes cant run without the quicktime core component

  • Author
ok, one more question, is quicktime installed with it?

dude, quicktime is included, v6.5.2 :) good guess durex

itunes wont become default player so as quicktime

  • Author

UPDATE: 23.03.2005

right, sorry guys first bug found, also now fixed new file available for download on the same link. :rolleyes:

Hey hulala- Just tried this out and its still not letting me change the install location based on setting the PROGRAMFILES variable. Heres the code I used:

set PROGRAMFILES=%systemdrive%\Mutlimedia
start /wait itunes.msi

Still installs to my Program Files directory.

  • Author

:blushing: bump...

ok i will do some more editing on sunday and let you know, how is it otherwise? :rolleyes:

  • Author
Hey hulala- Just tried this out and its still not letting me change the install location based on setting the PROGRAMFILES variable.  Heres the code I used:

set PROGRAMFILES=%systemdrive%\Mutlimedia
start /wait itunes.msi

Still installs to my Program Files directory.

i just had a thought...its 01:50am here now :) when you are doing set PROGRAMFILES what you are actually setting is user variable and its only valid for your script, system variable is still your real PROGRAMFILES. you see msi installer will look into your system variables. do a simple test run echo %PROGRAMFILES% in cmd(not from within script) and see what it comes back with.

i just had a thought...its 01:50am here now :) when you are doing set PROGRAMFILES what you are actually setting is user variable and its only valid for your script, system variable is still your real PROGRAMFILES. you see msi installer will look into your system variables. do a simple test run echo %PROGRAMFILES% in cmd(not from within script) and see what it comes back with.

Right, but I thought thats what you meant when you said try to set the PROGRAMFILES and install it.. the primary reason I use my vbscript to walk through the install is so that I can install it in an alternate location.... if your msi wasnt intended to do this.. thats fine, I simply misunderstood you. Nice work on fixing the Next thing. Im sure the majority of users who install it to their Program Files directory will find this very useful!

  • Author
Right, but I thought thats what you meant when you said try to set the PROGRAMFILES and install it.. the primary reason I use my vbscript to walk through the install is so that I can install it in an alternate location.... if your msi wasnt intended to do this.. thats fine, I simply misunderstood you.  Nice work on fixing the Next thing.  Im sure the majority of users who install it to their Program Files directory will find this very useful!

right how about you try this:

msiexec /i itunes.msi PROGRAMFILES=%systemdrive%\Mutlimedia

or may be try hardcoded drive for starters to be sure, then variable.

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.