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 during setup (problem)

Featured Replies

Hello!

I want to install my tweaks using an inf-file.

For testing supposes I created a sample file:

[Version]
Signature = "$Windows NT$"

[DefaultInstall]
AddReg = AddReg.Tour
AddReg = AddReg.SecretLogging

[AddReg.Tour]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Tour",RunCount,0x00010001,0

[AddReg.SecretLogging]
HKLM,"SOFTWARE\Microsoft\WBEM\CIMOM",EnableEvents,,0
HKLM,"SOFTWARE\Microsoft\WBEM\CIMOM",Logging,,0

[Strings]
TESTSTRING="dummy dummy dummy dummy dummy dummy dummy dummy dummy"

I tested to use this command to instal my inf (for testing on an already installed winXP):

rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 customize.inf

But I get an error saying that the installation failed.

Can you say me how to do the whiole thing the right way?

/PITU

btw: Or is there a better way to install the customize.inf? Is there an ability to just link it in for example the dosnet.inf so it is called during the setup?

Try using one AddReg like this:

[DefaultInstall]
AddReg = AddReg.Tour,AddReg.SecretLogging

and maybe use quotes in your lines:

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Tour","RunCount",0x00010001,"0"

Other than that it look ok to me.

EDIT: Have a look at this site, it has a lot of good information and samples about inf-files: http://gosh.msfnhosting.com/

Edited by xlnt

... and also use full qualified path to the .inf file :

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 X:\Path_to\customize.inf

and remove that dummy [strings] section... :rolleyes:

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.