Jump to content

OrcoXP

Member
  • Posts

    148
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by OrcoXP

  1. Ok, so supposedly replacing batt.dll with the original works...but it's still a problem for me...is there another file I should be looking at?
  2. Awesome!!! Is that gonna be v1.2.3 or v1.3?
  3. I started fresh... -Not sure is the original source was SP2 retail or previously integrated -English VLK -RyanVM Update Pack v1.2.2 Medium -RyanVM's NoWMP9 fix -WMP10 Slipstreamer RyanVM's NoWMP9 removes references to WMP10 hotfixes... So I added these back into the svcpack.inf: -KB885353.cat (Wmnetmgr.dll) -KB892313.cat (Wmp.dll) -KB895181.cat (Mp4sdmod.dll) There are others related to WMP10 but obsolete since the 3802 build came out... The files still needed to be added for KB885353 & KB892313...I have attached the files and they are ready to go into the I386 folder... The file for KB895181 was comman between WMP9 and WMP10 so it was added by RyanVM already... Maybe these files and the could be integrated into the next build of the Slipstreamer?
  4. Use DefaultHide instead...not as intrusive to your preference as using FullUnattended... This is exactly as I have it...(removing the unneeded stuff) [Unattended] UnattendedMode = DefaultHide [GuiUnattended] TimeZone = 035 OEMSkipRegional = 1 OEMSkipWelcome = 1
  5. I have gotten UltraISO setup to install. What I wanna do is tweak the registry for it a bit... I would like to set up a context menu option on CD or DVD drives Preferably, I would like it to have it come up with a "Save file" dialog box. If not a save file box then may a numbered saving like the pictures on a digital camera... What I have so far is the ability to create iso files from a CD drive from command line but how do I get this as a context menu option on Optical drives? This is the command for the CD drive...tested on a Data DVD... <Path>\UltraISO.exe -copy E: -output C:\MyISO.iso Any help would be greatly appreciated
  6. Do a clean install on one and ghost the rest
  7. I used to have the pin-out for these but the pin were propietary and could not be connected to any case. Please post if you figure this out...thanks
  8. Make sure you have the ; before any lines that are not commands to the installer...this tells the system just that and you can add comments any where through-out the file... The problem is before that...if you are cropping the WINNT.SIF file please edit and include the whole file...CTRL+A selects the whole thing.
  9. Ooops, musta been really tired...I posted that before it was tested. @Yzöwl: The CMD file is definately easier to manage. I was eventually going to do that as well. And no...that is not the default folder...the default should be %ProgramFiles%\Notepad++ You wouldn't believe the hoops I had to jump through to get that to work and to still be a variable so it would still work if I installed XP to secondary harddrive...icons in my OEM folder and my cleanup CMD is HUGE!!! Actually this still only works for some of the files...try right-clicking on a *.asp file and hit Edit....it's pretty nasty. ASP is code right? And I should be able to edit it in a text editor? Gonna edit the post and say Work in Progress
  10. You refer to it being "All". I wouldn't go that far...maybe "A good number" or "A lot" I actualy forgot DIZ and had to edit the post to add it... And maybe you could toss it on the first page too...I know I hate going from page to page to page to page to page to page to page to page to page with all the links posts in here.
  11. EDIT WORK IN PROGRESS EDIT Apparently I was so tired that I posted before testing...but feel free to use this as a starting point. Here's a very comprehensive regfile for Notepad++ The file association manager in Notepad++ is VERY intrusive. As you can see here I have added classes of files rather than just registering the extension...take a look B) Windows Registry Editor Version 5.00 ; Designed to register txt files with Notepad++ ;~~~~~~~~~~~~~~~~~~Text Document~~~~~~~~~~~~~~~~~log, mak, nfo, txt, [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.diz] @="txtfile" ; log is a txtfile [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mak] @="txtfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mak\PersistentHandler] @="{5e941d80-bf96-11cd-b579-08002b30bfeb}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo] @="txtfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo\PersistentHandler] @="{5e941d80-bf96-11cd-b579-08002b30bfeb}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\open\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,\ 00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\print\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,20,00,25,00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfile\shell\printto\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,74,00,20,00,22,00,25,00,31,00,22,00,20,00,22,00,25,00,32,00,22,00,\ 20,00,22,00,25,00,33,00,22,00,20,00,22,00,25,00,34,00,22,00,00,00 ;~~~~~~~~~~~~~~~~~~~Web / HTML~~~~~~~~~~~~~~~~~~ asp, css, htm, html, js, jse, jsp, php, phtml, shtml, xml, [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\aspfile\shell\edit\command] @="\"%ProgramFiles%\\Desktop Publishing\\Notepad++\\notepad++.exe\" %1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CSSfile\shell\edit\command] @="\"%ProgramFiles%\\Desktop Publishing\\Notepad++\\notepad++.exe\" %1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\Edit\command] @="\"%ProgramFiles%\\Desktop Publishing\\Notepad++\\notepad++.exe\" %1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSFile\Shell\Edit\Command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSFile\Shell\Print\Command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,20,00,25,00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSEFile\Shell\Edit\Command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSEFile\Shell\Print\Command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,20,00,25,00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.jsp] @="jspfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSPFile] @="Java Server Page" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSPFile\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSPFile\shell\Edit] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSPFile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.php] @="phpfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PHPFile] @="PHP Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PHPFile\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PHPFile\shell\Edit] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PHPFile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.phtml] @="phtmlfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phtmlfile] @="Embedded Perl (ePerl) File " [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phtmlfile\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phtmlfile\shell\Edit] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phtmlfile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xmlfile\shell\EditWithNP++] @="&Edit with Notepad++" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xmlfile\shell\EditWithNP++\command] @="\"%ProgramFiles%\\Desktop Publishing\\Notepad++\\notepad++.exe\" %1" ;~~~~~~~~~~~~~~~~~~~Public Script~~~~~~~~~~~~~~~~~~bsh, lau, nsh, nsi, pl, pm, py, sh, [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bsh] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.lau] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nsh] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nsi] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pl] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pm] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.py] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sh] @="Public.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Public.Script] @="Public Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Public.Script\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Public.Script\shell\Edit] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Public.Script\shell\Edit\command] @="\"%ProgramFiles%\\Desktop Publishing\\Notepad++\\notepad++.exe\" %1" ;~~~~~~~~~~~~~~~~~~Property Script~~~~~~~~~~~~~~~~~as, bat, cmd, mx, nt, rc, vb, vbs, edit open [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.as] @="Property.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\batfile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\Print\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Property.Script] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Property.Script\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Property.Script\shell\Edit] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Property.Script\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mx] @="Property.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nt] @="Property.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rc] @="Property.Script" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.vb] @="vbsfile" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vbsfile\shell\Edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vbsfile\shell\Print\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 ;~~~~~~~~~~~~~~~~~Property Settings~~~~~~~~~~~~~~~~~inffile, inifile [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\inffile\shell\open\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,\ 00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\inffile\shell\print\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,20,00,25,00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\inifile\shell\open\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,\ 00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\inifile\shell\print\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\ 20,00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,\ 65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\ 00,70,00,20,00,25,00,31,00,00,00 ;~~~~~~~~~~~~~~~~~Programming Code~~~~~~~~~~~~~~~~ ; C C++ or OBJC Programming Code File [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SrcCode] @="Programming Source Code" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SrcCode\DefaultIcon] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\ 25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,\ 00,73,00,63,00,72,00,61,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SrcCode\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SrcCode\shell\Open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SrcCode\shell\Open\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\ 6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,20,\ 00,50,00,75,00,62,00,6c,00,69,00,73,00,68,00,69,00,6e,00,67,00,5c,00,4e,00,\ 6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,5c,00,6e,00,6f,00,74,00,65,\ 00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,00,78,00,65,00,22,00,20,00,25,00,\ 31,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.c] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cc] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cpp] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cs] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cxx] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.f] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.f2k] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.f90] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.f95] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.for] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.h] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.hpp] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.hxx] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.inc] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.java] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.m] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pas] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sql] @="SrcCode" "PerceivedType"="text" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tex] @="SrcCode" "PerceivedType"="text"
  12. I found the fix!!!!!!!!!! Excerpt from my RunOnceEx: REG ADD %KEY%\085 /VE /D "CuteFTP Pro v7.0.1" /f REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %FROM%\IM_P2P\CuteFTP\GoogleRedo.reg" /f REG ADD %KEY%\085 /V 1 /D "%FROM%\IM_P2P\CuteFTP\Setup.exe /s" /f REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %FROM%\IM_P2P\CuteFTP\GoogleUndo.reg" /f My GoogleRedo.reg Windows Registry Editor Version 5.00 ; Google Toolbar Registry Redo [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}] @="Google Script Object" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] @="&Google" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}] @="Google Toolbar Helper" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Google\NavClient] "installtime"="1115702271" "sentfs"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] "Compatibility Flags"=dword:00000400 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{2318C2B1-4965-11d4-9B18-009027A5CD4F}"=hex(03):00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] "DisplayName"="Google Toolbar for Internet Explorer" "UninstallString"="regsvr32 /u /s \"c:\\program files\\google\\googletoolbar1.dll\"" My GoogleUndo.reg Windows Registry Editor Version 5.00 ; Google Toolbar Registry Undo [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Google] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{2318C2B1-4965-11d4-9B18-009027A5CD4F}" = - [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] Somewhere in there is what the CuteFTP installer is looking for. If someone wants to clean it up a bit...please feel free. Note: Install CuteFTP with this method BEFORE installing any Google software. I will not be held responsible for lost settings of other Google software. PS...I know this is a double post... B)
  13. I found the fix!!!!!!!!!! Excerpt from my RunOnceEx: REG ADD %KEY%\085 /VE /D "CuteFTP Pro v7.0.1" /f REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %FROM%\IM_P2P\CuteFTP\GoogleRedo.reg" /f REG ADD %KEY%\085 /V 2 /D "%FROM%\IM_P2P\CuteFTP\Setup.exe /s" /f REG ADD %KEY%\085 /V 3 /D "REGEDIT /S %FROM%\IM_P2P\CuteFTP\GoogleUndo.reg" /f My GoogleRedo.reg Windows Registry Editor Version 5.00 ; Google Toolbar Registry Redo [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}] @="Google Script Object" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] @="&Google" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}] @="Google Toolbar Helper" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}\InprocServer32] @="c:\\program files\\google\\googletoolbar1.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Google\NavClient] "installtime"="1115702271" "sentfs"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] "Compatibility Flags"=dword:00000400 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{2318C2B1-4965-11d4-9B18-009027A5CD4F}"=hex(03):00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] "DisplayName"="Google Toolbar for Internet Explorer" "UninstallString"="regsvr32 /u /s \"c:\\program files\\google\\googletoolbar1.dll\"" My GoogleUndo.reg Windows Registry Editor Version 5.00 ; Google Toolbar Registry Undo [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00EF2092-6AC5-47c0-BD25-CF2D5D657FEB}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Google] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{2318C2B1-4965-11d4-9B18-009027A5CD4F}" = - [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{AA58ED58-01DD-4d91-8333-CF10577473F7}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}] Somewhere in there is what the CuteFTP installer is looking for. If someone wants to clean it up a bit...please feel free. Note: Install CuteFTP with this method BEFORE installing any Google software. I will not be held responsible for lost settings of other Google software. B)
  14. Ok, my unattended "environment": Windows XP Pro SP2 VLK RyanVM's Update Pack ...plus integrated a few of my own. (thx RVM) winnt.sif ...nothing fancy, just BY-THE-BOOK Command.TXT to run RunOnceEx from CD (thx Alanoll) I am new at this, but I feel I am coming along nicely. I am trying to get CuteFTP installed into this folder. %ProgramFiles%\IM & P2P\CuteFTP 7 Pro The switchless installer doesn't have the ability. I even tried changing the registry here: HKLM\Software\Microsoft\Windows\CurrentVersion from: "ProgramFilesDir"="C:\Program Files" to: "ProgramFilesDir"="C:\Program Files\IM & P2P" This works for other programs just not the switchless CuteFTP. I have also tried the setup.iss and many other methods that I have found... I have tried using different case (CAPS and lowercase)... Please Please PLEASE...for myself and others that are just starting out Can someone just give me the final word on silently installing CuteFTP 7 Pro? I would love to have a tried and tested tutorial...all the way from downloading the right one to installation folders and registration...and then to configuring/tweaking. Thanks in advance Edit: @DLF Whoops, sorry guy...it's fixed now RunOnceEx.cmd
  15. OrcoXP

    XPize uAE 1.2

    Well, nothing as far as I know...I don't even know what this key is for...just I noticed that it is supposed to be in Windows NT but there are some in WindowsNT (without the space)
  16. OrcoXP

    XPize uAE 1.2

    Does XPize specify something in the FontSubstitutes regkey? Cuz I may have found a bug... ...well...I did find a bug... ...but it didn't come from RVM so this has to be what it came from... This is the only other thing it could have been...might have XPize 3.1 though.
  17. Is it possible to disable SFC only for certain files? Disabling SFc is not an option for me.
  18. The proper location for Win2k/XP is: C:\Documents and Settings\<WindowsUsername>\Application Data\Microsoft\MSN Messenger\<MSN Account>\ConfigCache.Xml And for Win98 is: C:\Windows\Application Data\Microsoft\MSN Messenger\<MSN Account>\ConfigCache.Xml :newbie: And just to recap... Open it in Notepad.
×
×
  • Create New...