Jump to content

pdmcmahon

Member
  • Posts

    47
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by pdmcmahon

  1. Can anyone who maybe has this file please zip it or post it for me? Thank you in advance!
  2. Trying to force the Local Installation Source to be put in a different location. Does anyone know how to do this?
  3. That means you do not have a qualified product (one that will let you install silently), if you have a standard retail copy, then you cannot run the silent setup.
  4. What is the "Windows Whistler" screen saver? I know what Whistler is, just don't remember the screen saver.
  5. Nothing spectacular, but here is what I went with (for this week, ha)
  6. Let me explain. I am not saying that it won't. I just don't want it to create subfolders under Accessories, I want them all to be under to top level of Start \ Programs. It can create a shortcut under Entertainment all day long, I just don't want it to create a shortcut under Accessories \ Entertainment Does that make more sense?
  7. True, and that is what I currently do, but if Windows Media Player goes off and recreates all of it's own shortcuts, then it messes up the whole thing and I have to have a local login script that runs on every login that keeps them tidy. I would rather fix this issue in the underlying code before the OS is ever installed. Thanks for the tip though. I have been doing that in my runonce batch file for well over a year now.
  8. At the very least, you have set me in a positive direction, thank you for the posting. The catch on the NICs is that they are all different across the 11 computers that I have at home. That Vendor ID is the hill that I cannot seem to get over. I have tried everything from the WINNT.sif to a VBS file to a batch, nothing seems to be consistent. The Start Menu folder structure is just a personal preference. I don't like them being grouped together like that. I know there are some of the HIVESYS files located in i386, I have seen references in there about the Games folder and some others, but I have either been too afraid to mod them or too lazy to research them. I have a million other things going on, so it isn't THAT important, but it bugs me that I cannot figure it out. I basically want Windows to STOP automatically assigning to those default folders and do what IIIIIII want it to do. We can tweak this OS so much, but there are still things we cannot force it to do.
  9. Hi all, I have been at the unattended process for about 2 years now, I am constantly learning new ways of doing things and certianly making progress. However, a few things still elude me, hopefully some of you can help me here. I need help with the following remaining items: Change my DVD ROM drive letters from D: and E: to Y: and Z: (personal preference, I like them at the end of the drive letter chain). Set Daemon Tools as one drive letter, and change it's drive letter assignment to X:, additionally, enable all options (so that the taskbar icon is green). Also, I unclutter the Start Menu, so that Communications, Entertainment Games and System Tools are out of Accessories and directly under Start \ Programs. Is there any way to force new shortcuts for System Tools to always go to Start \ Programs \ System Tools instead of into Accessories \ System Tools? Rename my Local Area Connection to On Board LAN Card and enable the option to show in systray when connected. Thanks in advance
  10. Any way to rename the network card to anything but Local Area Connection?
  11. Here is how I do it, extreme to a sense, but it works great for me. http://www.msfn.org/board/index.php?showto...install+Firefox
  12. So then I load the core files or do I just drop the ISO file on there?
  13. I have my standard CD source directory which I manipulate with nLite and then make an ISO from that. My question is, how do I get the files onto a USB drive and make it bootable so that I can install the OS from there instead of constantly burning CDs every time I make a minor update to my source?
  14. Apologies in advance to all for the duplicate, I accidentally posted this first in the Unattended Windows section. Anyways, here goes: Good day all, I have had loads of success with Firefox and I would like to share my tweaks and hopefully help someone. First off, I download the executable from the Firefox website. Then, using WinRAR, extract the contents of the executable to a staging folder. In that folder, find a file named CONFIG.ini, I open it using Notepad++ and change one line: Run Mode=Normal to Run Mode=Silent Then, install Firefox by double clicking the SETUP.exe located in the staging folder. This will not require any user intervention as the install mode has now been set to silent. Once that is done, I run Firefox and make all of my personal settings; start page, download prefs, etc. and close Firefox. Now, I look in "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox", find the file named PROFILES.ini and open it with Notepad++, change the "Path=" Value to "Path=Profiles/profile.default". Now, look in the profiles directory and find the "*******.default" folder, rename it to "profile.default" Here is what this should look like when you are done: http://static.flickr.com/98/208286125_c74e785b06.jpg Hopefully, the previous paragraph isn't too confusing, what I was doing there was 'forcing' Firefox to use a profile folder that is specifically named, not one that is created randomly by the application. Now, another suggestion is to run Firefox again and load up all of the Extensions and Search Plugins that you want. Be VERY CAREFUL not to do anything that would be specific to you, such as entering your info into the Google Toolbar Autofill fields, etc. The next paragraph will explain why. Here are some of my favorite extensions: http://static.flickr.com/67/208286126_d331c95cb3.jpg Now that you have a clean, default profile setup, let's wrap it up. Using WinRAR, zip up the following: "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles" folder "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles.ini" file Make the zip a self-extracting executable (mine is named PATCH.exe for the purposes of this article), and have it extract to the "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox" folder. Additionally, set the options to overwrite without asking, this way it will purge the existing "profiles.ini" file. Then, I run the simple batch file that contains 2 lines: SETUP.exe PATCH.exe This batch file performs a completely silent install of Firefox that includes all of our tweaks, customizations, extensions and search plugins. It is possible that I missed one or two things. I apologize if I did, please post a reply with any questions or suggestions.
  15. Good day all, I have had loads of success with Firefox and I would like to share my tweaks and hopefully help someone. First off, I download the executable from the Firefox website. Then, using WinRAR, extract the contents of the executable to a staging folder. In that folder, find a file named CONFIG.ini, I open it using Notepad++ and change one line: Run Mode=Normal to Run Mode=Silent Then, install Firefox by double clicking the SETUP.exe located in the staging folder. This will not require any user intervention as the install mode has now been set to silent. Once that is done, I run Firefox and make all of my personal settings; start page, download prefs, etc. and close Firefox. Now, I look in "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox", find the file named PROFILES.ini and open it with Notepad++, change the "Path=" Value to "Path=Profiles/profile.default". Now, look in the profiles directory and find the "*******.default" folder, rename it to "profile.default" Here is what this should look like when you are done: <img src=http://static.flickr.com/98/208286125_c74e785b06.jpg> Hopefully, the previous paragraph isn't too confusing, what I was doing there was 'forcing' Firefox to use a profile folder that is specifically named, not one that is created randomly by the application. Now, another suggestion is to run Firefox again and load up all of the Extensions and Search Plugins that you want. Be VERY CAREFUL not to do anything that would be specific to you, such as entering your info into the Google Toolbar Autofill fields, etc. The next paragraph will explain why. Here are some of my favorite extensions: <img src=http://static.flickr.com/67/208286126_d331c95cb3.jpg> Now that you have a clean, default profile setup, let's wrap it up. Using WinRAR, zip up the following: "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles" folder "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles.ini" file Make the zip a self-extracting executable (mine is named PATCH.exe for the purposes of this article), and have it extract to the "c:\Documents and Settings\%username%\Application Data\Mozilla\Firefox" folder. Additionally, set the options to overwrite without asking, this way it will purge the existing "profiles.ini" file. Then, I run the simple batch file that contains 2 lines: SETUP.exe PATCH.exe This batch file performs a completely silent install of Firefox that includes all of our tweaks, customizations, extensions and search plugins. It is possible that I missed one or two things. I apologize if I did, please post a reply with any questions or suggestions. Ummm, sorry all, I should have posted this in Application Installs.
  16. Better yet, modify the abcpy.ini sections that deal with silents. For example: [OEM Install] ISX_SERIALNUMBER=xxxxxxxxxxxxxxxxxxxxxxx ( no dashes ) USERNAME=User COMPANYNAME=OEM INSTALLDIR=c:\progra~1\adobe\acrobat6 ALLOW_LOCKDOWN_BROWSE=YES ALLOW_LOCKDOWN_MEDIA=YES ARPHELPLINK= ARPHELPTELEPHONE= ARPNOMODIFY= ;ARPNOMODIFY=YES disables the "Change" button in Add/Remove Programs Assuming everything is entered correctly, it will install fully silent. I then use a batch to move, rename icons, etc. Thanks )
  17. Thanks for the heads up on the new locations (C:\Documents and Settings\All Users\Application Data\Apple Computer\QuickTime). I have updated my install scripts. You had a good point and it was something that I failed to investigate. I ran the install on two XP Pro workstations, both if which had 6.5.2, so of course those paths worked.
  18. Make sure you REMOVE the product key, otherwise you will get popped.
  19. Hello, I did get Quicktime 7.0 to install silent and clean up some icons as well. Use the following SILENT.bat (rename the install executable to SETUP.exe, my personal preference) ********************************************************* SETUP.exe /qn XCOPY /S /E /I /Y QuickTime.qtp "c:\Documents and Settings\All Users\Application Data\Quicktime" XCOPY /S /E /I /Y QuickTimeFavorites.qtr "c:\Documents and Settings\All Users\Application Data\Quicktime" XCOPY /S /E /I /Y com.apple.QuickTime.plist "c:\Documents and Settings\All Users\Application Data\Quicktime" DEL "c:\Documents and Settings\All Users\Start Menu\Programs\QuickTime\PictureViewer.lnk" DEL "c:\Documents and Settings\All Users\Start Menu\Programs\QuickTime\QuickTime Read Me.lnk" DEL "c:\Documents and Settings\All Users\Start Menu\Programs\QuickTime\Uninstall QuickTime.lnk" DEL "c:\Documents and Settings\All Users\Desktop\QuickTime Player.lnk" DEL "c:\Documents and Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick Launch\QuickTime Player.lnk" taskkill.exe /F /IM qttask.exe EXIT ********************************************************* PS - I did a manual install, then determined which icons I wanted to 86, then I knew from a previous install that the three files that are copied above are the ones that hold your registration and preferences. After doing a manual install on a test workstation, I coped those three files to my installation source and used them on a second test workstation. In that order, everything goes in just nice. I would attach the supplemental files, but they contain my registration key. Sorry Also, to my knowledge, you don't need the QuicktimeInstaller.ini anymore.
  20. Keep in mind folks, this beta release (build 5112) was designed to be released for driver developers, that is why is was given out at the hardware developer conference. The GUI changes were minimal, notices on the driver directory on the CD, there are basically LAN, WLAN drivers only. This release is for hardware folks. To answer some of the other questions: Runs fine at 1600 x 1200 on my NVIDIA Vanta 16MB AGP card Runs fine on my 1.7 GHZ P4 Compaq Runs fine with 512 MB of SDRAM Runs fine with my wireless keyboard and mouse. It frustrates me to no end that people just throw blame out there when their stuff doesn't work. Educate yourself on how to properly install an OS and you will learn so much in the process. I have no problem with Microsoft's technology, their marketing isn't always the greatest, but for the most part, they deliver a good product. I think what kills them is the bundled OS's that come on OEM PCs such as Dell, Gateway, etc. All of that extra junk that gets installed is what bombs the PC. Your brand new 3.4 Hyperthreading PC runs like a Celeron because of AOL Coach, MusicMatch, Netscape, MS Works, McAfee Security Center, etc. Personally, I do everything on MACs, but I support PCs for both jobs.
  21. I would look for a program called PSKILL.exe. I have noticed on my Unattended Windows 2003 Server installations that TASKKILL.exe doesn't exist on Servers. My point being is that PSKILL.exe has a few more options. Microsoft Windows XP [Version 5.1.2600] © Copyright 1985-2001 Microsoft Corp. C:\>w: W:\>pskill /? PsKill v1.03 - local and remote process killer Copyright © 2000 Mark Russinovich http://www.sysinternals.com PsKill terminates processes on a local or remote NT system. Usage: pskill [\\RemoteComputer [-u Username]] <process Id or name> -u Specifies optional user name for login to remote computer. W:\>
  22. Right you are. I have that same problem when I install Active Ports, I have to add the following line right under the ECHO for the install. The catch is that it is opening 4 identical windows with the program shortcuts in it. It took me a bit to figure out that the shell never comes up during the app install stages of the build, so it doesn't hurt anything to stop explorer.exe "taskkill.exe /F /IM explorer.exe" Hope that helps, and yes Picasa is the absolute bomb! Hats off to Google for listening to and understanding the end users wants, needs and loves. Have a great day!
  23. I run the following lines for my Acrobat Install. ECHO. ECHO Installing Adobe Acrobat Professional 6.0 ECHO Please wait... start /wait c:\PROGRA~1\CABS\ACROBAT\ACROPRO.msi /quiet /passive /norestart ECHO. ECHO Installing Adobe Acrobat Professional 6.0.1 Update ECHO Please wait... start /wait c:\PROGRA~1\CABS\ACROBAT_601\SETUP.msp /passive /norestart ECHO. ECHO Installing Adobe Acrobat Professional 6.0.2 Update ECHO Please wait... start /wait c:\PROGRA~1\CABS\ACROBAT_602\SETUP.exe /S /v/qn ECHO. ECHO Installing Adobe Acrobat Professional 6.0.3 Critical Update ECHO Please wait... start /wait c:\PROGRA~1\CABS\ACROBAT_603\SETUP.exe /S /v/qn I am using a legit product key and it is entered in my abcopy.ini, no dashes, spaces, etc.
  24. FYI - I am in the US and using the Central European version in my build, it works just as fine as everything else. No major difference.
  25. Are you simply looking to remove the eject CD entry from the right click menu?
×
×
  • Create New...