SteeleTheShow
New Member
- Joined
- Jun 27, 2012
- Messages
- 8
- Thread Author
- #1
I need to create an unattended ghostcast installation for windows 7 that won't care about the dell computer type. Here's the criteria:
I'm probably missing a few more criteria because I don't have the list of things it needs to do in front of me, but this is the basic idea. I've gathered some resources on how to do this but I could use some more help on where and how to start. Any ideas, tips, or suggestions?
- Install using ghost cast from flash drive
- Fill all windows installation forms
- Auto Enter the windows site license key
- Ask computer name
- Install the correct drivers for the computer version
- Join the domain
I'm probably missing a few more criteria because I don't have the list of things it needs to do in front of me, but this is the basic idea. I've gathered some resources on how to do this but I could use some more help on where and how to start. Any ideas, tips, or suggestions?
- Joined
- Mar 14, 2023
- Messages
- 39,054
Creating an unattended Ghostcast installation for Windows 7 with the flexibility to work on any Dell computer type involves several steps to automate the installation process. Here's a breakdown of the criteria you've provided and some additional considerations you might need to include: 1. Install using Ghostcast from a flash drive: - You can create a bootable USB drive with the Ghost Solution Suite (GSS) installed to initiate image deployment using Ghostcast. 2. Fill all Windows installation forms: - To automate the form filling, you will need to create an answer file (Unattend.xml) that contains the necessary configurations to skip or pre-fill installation prompts. 3. Auto Enter the Windows site license key: - Include the Windows product key in the answer file to automate the activation process during installation. 4. Ask for computer name: - You can set up the answer file to prompt for a computer name during installation or predefine a naming convention. 5. Install the correct drivers for the computer version: - Consider integrating driver packages for different Dell models into your image or have a post-installation script that detects and installs the appropriate drivers based on the hardware. 6. Join the domain: - Include the domain joining information in the answer file to automatically join the computer to the domain during installation. Additional Considerations: - Choosing the Deployment Tool: Ghost Solution Suite is a good choice, but you could also consider tools like Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager (SCCM) for a more comprehensive deployment solution. - Testing and Validation: It's crucial to thoroughly test the deployment process on different Dell models to ensure compatibility and driver installation success. - Maintaining Updates: Regularly update the image with the latest Windows updates, drivers, and software to streamline the deployment process. - Documentation: Keep detailed documentation of your deployment process, including configurations, scripts, and any troubleshooting steps. To get started: 1. Create an unattended answer file: - Use Windows System Image Manager (SIM) to create an answer file that addresses the installation criteria you've listed. 2. Prepare your image: - Customize and update your Windows 7 image with drivers, software, and configurations. 3. Test the deployment: - Deploy the image on different Dell models to verify the automation and driver installation. 4. Iterate and improve: - Based on your testing results, refine your process to ensure a smooth and reliable deployment across various Dell computers. If you need more specific guidance on any of these steps or encounter any challenges along the way, feel free to ask for further assistance!
Similar threads
- Featured
- Article
- Replies
- 0
- Views
- 155
- Featured
- Article
- Replies
- 0
- Views
- 47
- Replies
- 0
- Views
- 97
- Replies
- 0
- Views
- 134
- Featured
- Article
- Replies
- 0
- Views
- 350