Jump to content

howto install damn_nfo_viewer in silent mode


rexhsu

Recommended Posts


from your current system with **** already installed;

export the contents of HKCU\software\**** to create a reg file. Call it ****.reg and put it in your install folder

create a silent overwriting self extracting rar file that will extract to the absolute path c:\program files of the folder c:\program files\**** nfo viewer and call it damnnfo.exe . Put it also in your install folder.

then add these lines to your main_batch.cmd

ECHO.

ECHO Registering DamnNfo...

REGEDIT /S %systemdrive%\install\****.reg

ECHO.

ECHO Installing DamnNfo

ECHO Please wait...

start /wait %systemdrive%\install\DamnNfo.exe

ECHO.

PM me if you want these files as I have done this already.

Link to comment
Share on other sites

yep, correct

put this in your ****.reg as well

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]

"a"="DAMNNF~1.EXE"

"MRUList"="a"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]

"****.NFO.Viewer.File"=hex(0):

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...