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.

install *.inf problem

Featured Replies

Hello,

I've problem with inf file, when I add in one *.cmd file the command for example :

rundll32 setupapi,InstallHinfSection DefaultInstall 128 "%SystemRoot%\LSD\maxthon\maxthon.inf"

I excecute this in a cmd file when windows is installed, not at t-13 etc because I don't understand how to do.

Is it a t-13 command only this?

My computer say me in french :

---------------------------
Erreur
---------------------------
L'installation a échoué.


---------------------------
OK  
---------------------------

I think in english

---------------------------
Error
---------------------------
Install failed


---------------------------
OK  
---------------------------

I don't know why and so I can install some apps....

How to repair this or someone have an other solution to install them?

Regards :)

  • Author

I understand how runonceex work but I want to do if this is correct:

(in my runonceex.cmd)

REG ADD %KEY%\060 /VE /D "Install of Maxthon" /f
REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 "%ProgramFiles%\Maxthon\maxthon.inf""

or

REG ADD %KEY%\060 /VE /D "Installation de Maxthon" /f
REG ADD %KEY%\060 /VE 1 "cmd.exe /c rundll32 setupapi,InstallHinfSection DefaultInstall 128 "%ProgramFiles%\Maxthon\maxthon.inf""

Thx :}

  • 1 month later...

You are using more then one set of quotation marks and it is comfusing the rundll command. Try this

REG ADD %KEY%\060 /VE /D "Install of Maxthon" /f

REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 /"%ProgramFiles%\Maxthon\maxthon.inf/"" /f

You are using more then one set of quotation marks and it is comfusing the rundll command.  Try this

REG ADD %KEY%\060 /VE /D "Install of Maxthon" /f

REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 /"%ProgramFiles%\Maxthon\maxthon.inf/"" /f

Try it the other way around ;):

REG ADD %KEY%\060 /VE /D "Install of Maxthon" /F
REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 \"%ProgramFiles%\Maxthon\maxthon.inf\"" /F

if your looking for the Windows Dir, then maybe try %windir% if your looking for the root drive, isn't it %Systemdrive% ? could be wrong, but maybe that helps

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.