pmcx9 Posted September 26, 2003 Posted September 26, 2003 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 foldercreate 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.cmdECHO.ECHO Registering DamnNfo...REGEDIT /S %systemdrive%\install\****.regECHO.ECHO Installing DamnNfoECHO Please wait...start /wait %systemdrive%\install\DamnNfo.exeECHO.PM me if you want these files as I have done this already.
rexhsu Posted September 26, 2003 Author Posted September 26, 2003 Will the extension(*.nfo) assocations in registry also be exported from HKCU?I think it is more important.
b0r3d Posted September 26, 2003 Posted September 26, 2003 why not just assign the association of .nfo files to notepad? Thats what i do
pmcx9 Posted September 26, 2003 Posted September 26, 2003 yep, correctput 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):
Sunil Posted September 26, 2003 Posted September 26, 2003 Do you guys know what install engine it uses
edg21 Posted September 27, 2003 Posted September 27, 2003 why not just assign the association of .nfo files to notepad? Thats what i do Yep Associate with notepad & change font to terminal size 9.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now