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.

Are these right?

Featured Replies

REG ADD %KEY%\005 /VE /D "Daemon Tools 3.44.0.0" /f

REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\DaemonTools\daemon.msi /qb-" /f

REG ADD %KEY%\053 /VE /D ".NET Framework 1.1" /f

REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\NetFramework\netfx.msi /qb" /f

REG ADD %KEY%\054 /VE /D "Norton Internet Security Professional 2004" /f

REG ADD %KEY%\054 /V 1 /D "%CDROM%\Software\NortonSecurity\SYMSETUP.EXE /qn /Reboot=Suppress" /f

REG ADD %KEY%\055 /VE /D "Spybot Search & Destroy 1.3" /f

REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\Spybot\spybotsd13.exe /silent" /f

I changed daemon tools to the one above, is that right? For the other two, ive read different things in tons of forums. .NET asks me for a disk and norton restarts but atleast works. Sybot just didnt install period... Im really at a loss here guys, any ideas would really help.

No such a switch for a MSI: /Reboot=Suppress. Use it without a slash.

So, this is the correct line: /qn Reboot=Suppress

For Daemon, this works for me: /qn Reboot=ReallySuppress

This works, too: /qb REBOOT=Suppress

If you have problems with 3.44, you'd better download 3.46!

For .NET Framework 1.1, copy it from your CD to HD first, then install it from there.

_______________________________________

I can't understand why people are using those /fs!

Is there something in the registry to be overwritten?!

mazin

I've allway's wondered also but do it out of habit. You'd think the reg be clean at that point and if not you wouldn't want to overwrite whatever it's doing now would you.

The "/QB" switch for .NET Framework is correct. If it asks for some disk (as you say), then there's something wrong with the installer (maybe you deleted some file in it?).

As for the necessity of using "/f" (to force write) in all those "REG ADD" commands, it is necessary to ensure that whatever is being written will *NECESSARILY* be written (it should not become a case of "this reg key might or might not be written") regardless of whether your registry is clean at that time or not. Also, the "/f" argument ensures silent operation, otherwise the batch file might stop during operation, asking for user input if it encounters any errors.

mazin

I've allway's wondered also but do it out of habit. You'd think the reg be clean at that point and if not you wouldn't want to overwrite whatever it's doing now would you.

ONLY in case of overwriting, /f is necessary. Can I really insert a string twice in the same script I'm writing? Yes?! Then, I'm drunk. :)

The "/QB" switch for .NET Framework is correct. If it asks for some disk (as you say), then there's something wrong with the installer (maybe you deleted some file in it?).

1- netfx.msi

2- netfx1.cab

He can proceed with those two files only. What else?

He can run the MSI manually to test if it's corrupted.

He can open the CAB in an archiving utility. If it's opened, then it's not corrupted.

If both are not corrupted and he's still asked to insert a disk, then he should do as I said. If so, then it's a MSI issue!

If you don't like my solution, then insert the disk. :):rolleyes::D

BTW: Is netfx1.cab in the same directory? HUH!

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.