Help - Search - Members - Calendar
Full Version: DAMN NFO Viewer
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
XL-DJK
Once again, hello crew, I've managed to grab the latest version of **** NFO Viewer, the released version on here a while ago was v2.10.0031

This one's v2.10.0032RC3... I've repackaged it as an msi for silent install and left it pretty much the same as the Spoon Installer version that's floating around on the net..
(all the fancy pics and all)

So, ladies and germs, here it is for grabs:

http://www.msfn.org/staff/Alanoll/****.rar



ENJOY! thumbup.gif
Aegis
Why do you need an NFO reader when you get the same thing with Notepad?
Viper187
QUOTE (Aegis @ Nov 4 2005, 12:56 PM) *
Why do you need an NFO reader when you get the same thing with Notepad?


That's what I've always said too. What's the big deal about NFOs in the first place? A simple readme.txt is perfectly fine. I don't why all these dumbass groups need to get fancy with it.
digitalfrost
Notepad does not show the ACSII Art.
SiMoNsAyS
QUOTE (digitalfrost @ Nov 5 2005, 03:22 AM) *
Notepad does not show the ACSII Art.
but you can use "type path\file.nfo" to show the ascii art and you don't need an external tool.

there's some info on the thread "registering file extensions unattended" smile.gif
XL-DJK
I know guys, I know, however there ARE some people out there who want to use **** NFO viewer, and I figured I'd create an msi to allow for unattended setup (not REALLY needed), but some like msi's, like myself newwink.gif
enuffsaid
You can set the font in Notepad to "Terminal" to see the ASCII Art a bit clearer.
Lucida Console is the default font.
totoymola
Yep **** is better than notepad when it comes to nfo files. I also posted an msi installer several times.
glent
Thnx Man
Nologic
**** is decent...and I used it for years. That said I now use JANE which I feel is a better product.
--=ddSHADOW=--
i use the old method of install via autoit plus i use one visual settings reg like:
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer]
"Language"=dword:00000409
"CheckDefaultViewer"=dword:00000001

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer\NFO]
"FontName"="[built-in] Terminal"
"FontData"=hex:8f,00,00,01
"Window"=dword:00000023
"BackgroundColor"=hex:00,00,00,00
"TextColor"=hex:f5,f5,f5,00
"HyperLinkColor"=hex:80,80,80,00
"HyperLinkHoverColor"=hex:0a,24,6a,00
"Text"=dword:00000400
kmleong
Hi,

How to you repackaged exe to msi?
What progs should I use?
Mikep7779
Try adminstudio.
totoymola
QUOTE
Hi,

How to you repackaged exe to msi?
What progs should I use?


I used InstallShield X Express for building my **** msi. It is not that complicated, because it is just a small software.

It is easier if you use Inno for small applications like this.
JuMz
QUOTE (XL-DJK95355 @ Nov 18 2005, 10:52 PM) *
I know guys, I know, however there ARE some people out there who want to use **** NFO viewer, and I figured I'd create an msi to allow for unattended setup (not REALLY needed), but some like msi's, like myself newwink.gif


Thanks XL-DJK95355. I am one of them. Props.
matthewk
I just put the exe in system32; renamed it to nfo.exe
Also put the langdlls folder in system32 with the DAMN_NFO_Viewer_ENG.dll in it.
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
"Application"="nfo.exe"
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="nfo.exe"
"MRUList"="a"

[HKEY_CLASSES_ROOT\Applications\nfo.exe]
[HKEY_CLASSES_ROOT\Applications\nfo.exe\shell]
[HKEY_CLASSES_ROOT\Applications\nfo.exe\shell\open]
[HKEY_CLASSES_ROOT\Applications\nfo.exe\shell\open\command]
@="\"%windir%\\system32\\nfo.exe\" \"%1\""

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer]
"CheckDefaultViewer"=dword:00000000
"ReuseWindow"=dword:00000001
"Language"=dword:00000409
"AlwaysOnTop"=dword:00000000

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer\NFO]
"FontName"="[built-in] Terminal"
"FontData"=hex:8f,00,00,01
"Window"=dword:00000023
"BackgroundColor"=hex:ff,ff,ff,00
"TextColor"=hex:00,00,00,00
"HyperLinkColor"=hex:7a,96,df,00
"HyperLinkHoverColor"=hex:00,54,e3,00
"Text"=dword:00000400

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer\Recently Viewed Files]
"MaxMRVSize"=dword:00000009

[HKEY_CURRENT_USER\Software\****\**** NFO Viewer\WindowPlacements]
"Main"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,\
ff,ff,ff,ff,ff,ff,32,00,00,00,af,00,00,00,32,03,00,00,c1,02,00,00

BigDaddy
How to make it silent?=
Wesmosis
thanx, I've bin collecting every INF file my hand got on, especialy those of *cough* Cracker groups, there are Artisitic!
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.