Help - Search - Members - Calendar
Full Version: Scrips Request| Dam(n) NFO Viewer
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
nirh
Hi,

Title: "Dam(n) NFO Viewer"

Script version (if applicable): 2.10

that's it.. just silent..

thank you all!

Soft Link:
http://download1us.softpedia.com/dl/e827ca...10-0032-RC3.exe
ReX_BR
Use jane, its much better and it's updated often.

http://www.kifoth.de/jane/html/download.php

It's a NSIS installer (use /S switch).
nirh
thnks!
cool400
Direct-link doesn't work, use this instead:

http://www.kifoth.de/jane/html/home.html

Regards

cool400 ph34r.gif
Geej
QUOTE (nirh @ Aug 24 2008, 12:17 AM) *
Hi,

Title: "Dam(n) NFO Viewer"

Script version (if applicable): 2.10

that's it.. just silent..

thank you all!

Soft Link:
http://download1us.softpedia.com/dl/e827ca...10-0032-RC3.exe


I use registry tweak to view .diz & .nfo file with notepad. It's the easiest way without adding additional software. You could give it a try.
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz]
"Application"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithList]
"a"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithProgids]
"diz_auto_file"=hex(0):
"ft000002"=hex(0):

;NFO
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
"Application"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"nfo_auto_file"=hex(0):
"ft000002"=hex(0):
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.