Jump to content

tum0r

Member
  • Posts

    64
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by tum0r

  1. I found this the other day, and though its mainly for live distros, it was a huge starting point for me... http://multicd.tuxfamily.org/
  2. Find me Keywords Tags: CLSID Numbers List (Windows Class Identifiers) Gosh Mode Goof Mode Spoof Mode GoshMode GoofMode Spoofmode Anybody having any luck adding these to the Control Panel? I'm going by this, but not working yet: Specifying a Namespace Extension's Location http://msdn.microsoft.com/en-us/library/cc...5).aspx#virtual
  3. There are .Net compact installs available: http://msdn.microsoft.com/en-us/netframework/aa497273.aspx Its been my experience that the compact versions dont run apps for s***....
  4. Yeah, I'll try and whip up an undo.reg for you. I've had no luck getting any this to work under vista. I get the excel missing .dll error too, default to 2003 didnt work. context menus are there but dont work with 2007. I played with my script and reg entries but still had no luck. I'm suprised the default to 2003 is working for you. Gimmie a day or two for the undo reg. And if anybody has any ideas on how to get this to work for vista, please let me know!
  5. I cant seem to get this working under vista x64. anybody wanna pitch in?
  6. I'll run some more tests on vista x64. I have tested the context menu reg file on vista x64, it works fine. The cmd might need to be changed for x64.... Edit: this script was written primarily for XP x86, i'll update it.
  7. @spacesurfer: it seems they are havin probs with 2003 not 2007.... but I dont have a good answer either.
  8. Here are the 3 files needed: XP 32 BIT ONLY http://www.mediafire.com/file/cdmoyiezzdo/make 03 & 07 play nice.rar drop these files in to C:\Program Files and click install.cmd. This needs to be done for each user profile. I added the missing return Access 2003 to default that was missing. Hope this makes things easier. make_03___07_play_nice.rar
  9. heres the .cmd: Rem -- Reenable Excel and PowerPoint 2003: "%ProgramFiles%\Microsoft Office\OFFICE11\Excel.exe" /regserver "%ProgramFiles%\Microsoft Office\OFFICE11\PowerPnt.exe" /regserver Rem -- Setup Right-click menu for 2003 & 2007 choices RegEdit /s Tweaks\TweakMSO.reg Rem -- Stop MS-Word from re-registering RegEdit /s Tweaks\NoRereg.reg Rem -- Return Microsoft Word default to Office-2003! "C:\Program Files\Microsoft Office\OFFICE11\WinWord.exe" /r pause exit and here's norereg.reg: REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access] [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel] [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint] [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word] [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Access] [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Access\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel] [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint] [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options] "NoRereg"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word] [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options] "NoRereg"=dword:00000001
  10. Have you tried making the whole package a SFX with winrar? I was able to shrink mine down by ~100 MB...
  11. try commenting out (!--) everything in your .xml file......
  12. the info in your .msp differs from your config.xml?
  13. I tried merging the installers as you did, but I was not able to get past the product selection either. I seperated out the files again, removed the folders Admin, Catalog, and Rosebud from my new VISIO folder and adjusted my script a little. There may be some super Config.xml file that can do it correctly, but I dont know it....
  14. I'd put all the office install files in a folder named Office, and all the project install files in a folder called Project, and put an install.cmd at the root of the disc similar to this: hope this helps....
  15. Or you could just choose minimize ribbon in the dropdown next to the quicklaunch.....
  16. There is an add-in called Classic Menus for Office 2007, but it's not free.
  17. heres a little registry tweak that puts open with 2003 and open with 2007 in the right click context menu (dosent work with files created in Access 2007): NOTE: THE FOLLOWING FILES ONLY WORK FOR XP REGEDIT4 ;----- MS Access Menu Items: [HKEY_CLASSES_ROOT\Access.Application.11\shell] [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2003] @="OPEN with Microsoft Access 2003" [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2003\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\MSACCESS.EXE\" /NOSTARTUP \"%1\"" [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2007] @="OPEN with Microsoft Access 2007" [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2007\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE\" /NOSTARTUP \"%1\"" [HKEY_CLASSES_ROOT\Access.MDBFile\shell] [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2003] @="OPEN with Microsoft Access 2003" [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2003\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\MSACCESS.EXE\" /NOSTARTUP \"%1\"" [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2007] @="OPEN with Microsoft Access 2007" [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2007\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE\" /NOSTARTUP \"%1\"" ;----- MS PowerPoint Menu Items: [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell] [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2003] @="OPEN with Microsoft PowerPoint 2003" [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2003\command] @="\"C:\\Program Files\\Microsoft Office\\Office11\\POWERPNT.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2007] @="OPEN with Microsoft PowerPoint 2007" [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2007\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell] [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2003] @="OPEN with Microsoft PowerPoint 2003" [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2003\command] @="\"C:\\Program Files\\Microsoft Office\\Office11\\POWERPNT.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2007] @="OPEN with Microsoft PowerPoint 2007" [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2007\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\"" ;----- MS Excel Menu Items: [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2003] @="OPEN with Microsoft Excel 2003" [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2003\command] @="\"C:\\Program Files\\Microsoft Office\\Office11\\EXCEL.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2007] @="OPEN with Microsoft Excel 2007" [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2007\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2003] @="OPEN with Microsoft Excel 2003" [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2003\command] @="\"C:\\Program Files\\Microsoft Office\\Office11\\EXCEL.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2007] @="OPEN with Microsoft Excel 2007" [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2007\command] @="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\"" ;----- MS Word Menu Items: [HKEY_CLASSES_ROOT\Word.Document.8] [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2003] @="OPEN with Microsoft Word 2003" [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2003\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\WINWORD.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2007] @="OPEN with Microsoft Word 2007" [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2007\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\WINWORD.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Word.Document.12] [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2003] @="OPEN with Microsoft Word 2003" [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2003\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\WINWORD.EXE\" \"%1\"" [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2007] @="OPEN with Microsoft Word 2007" [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2007\command] @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\WINWORD.EXE\" \"%1\"" as for files automatically opening in 2007, i do have another script we use to make all files default to 2003.......
  18. you can set both of them to "basic" in OCT, and use a simple script to install office then project afterwards....
  19. I've tried, dosent work. Office always complains the file signature is different. Modifype has no effect either.....
  20. dont quote me on this, but i think a themes service has to be enabled first...
  21. i'm trying to lighten my 2007 as well. i can keep things from installing, but can i remove stuff (like groove) to make my installer smaller? i'm using enterprise with OCT. i'm very curious how you got down to 270 MB.....
  22. does any body know the files i need to modify for changing the text/colors in the textmode setup? the ugly blue one that says pick a partition, copying files, etc? thanks... nvm. found it on page 2 here in this thread. thanks orbit30....
  23. i've been trying the same thing. been using BCDW through Nuno's UXP project, which works, but i would perfer to use CDShell. Supposedly they can be used together, but i've had no luck. I'm also trying to add Offline NT Password & Registry Editor to my disc, but that would include multiple isolinux boot options....
  24. do you want to make the SP3 update smaller, or just add it into the addon? MSFN guides has how to do an administrative install to add the SP3 update. doing that, and using this method to make an addon, my final size was around 317 MB....
  25. dosent cdswitch have a script that looks for CD.txt in all drives before continuing? maybe that could be modified.... FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: cmdow @ /HID @echo off ECHO. ECHO Switch to next disc ECHO Please wait... start /wait cdswitch DSXPV2_D2 %CDROM% ECHO. ECHO Starting WPI ECHO Please wait... start /wait %CDROM%\WPI.hta ECHO. i think if you just edit out the switch disc part, that would work......?
×
×
  • Create New...