Looking for silent installation switches / parameters for WindowsXPMode_en-us.exe
-
22 September 2009 16:49
Does anyone know how to perform an unattended installation of Windows XP Mode from the WindowsXPMode_en-us.exe executable?
Orange County District Attorney
Semua Balasan
-
25 September 2009 3:52
Hi Sany,
Based on my know, no switche can do it.
The only way is install Windows XP mode first, then use sysprep to create an answer file for Windows XP instalaltion.
After that, use a script to load VM on the computer to install Windows XP mode on the computer.
Complexity. Not recomended.- Diedit oleh Robinson Zhang 28 September 2009 8:50
- Ditandai sebagai Jawaban oleh Robinson Zhang 28 September 2009 8:52
-
25 September 2009 14:25Thanks Robinson. This answers my question. I'm putting together a Windows 7 image for our organization with MDT 2010 and wanted to see if I could incorporate Windows XP Mode into some of the images. I can get the Virtual PC part to silent install just not the Windows XP Mode part. We've started to look more at MED-V for our solution as it fits our enterprise size and managability needs.
Orange County District Attorney -
19 Nopember 2009 22:01Did you ever find any info on this? I am trying to do the same thing..
Frank
Frank Pinto -
24 Nopember 2009 11:44
Hi Sandy
I found a way to do an unattended installation of Windows XP Mode. Use 7-zip or similar to uncompress WindowsXPMode_en-us.exe into a folder. In here there will be a folder called Sources. here are 2 .msi files. Open a command prompt window (Run as Administrator) and run the msi with the /quiet parameter.- Disarankan sebagai Jawaban oleh frankpintosr 26 Mei 2010 22:39
-
04 Mei 2010 20:42
I was just looking for this same thing as I'm deploying applications for UNH through MDT.
I did the exact same thing as Tonyin and used an extractor on the .exe which resulted in the 2 msi files and the xpm source.
msiexec /i "target_file.msi" /qn /norestart is what i'm using. Works flawlessly.
-
17 Mei 2012 17:59This works just fine. Thanks.