
lesterhung
MemberContent Type
Profiles
Forums
Events
Everything posted by lesterhung
-
Where can I download the various language packs for Win 7 that I can use to integrate into Win7 installation disk? I know I can download it from windows update after Win7 is installed, but I need the language pack files so I can integrate them into the install disk. I have checked my technet download page, and could not find it. Thanks.
-
Post-RTM Updates for Windows 7 (Discontinued)
lesterhung replied to steven4554's topic in User Contributed Update Lists
How do I use the ULZ files? I would like to have all the updates integrated to my Win7 install disk. -
where to find ALL Windows 7 updates?
lesterhung posted a topic in Unattended Windows 7/Server 2008R2
Where can I find all Windows 7 updates in one place? including IE8 updates. I am about to do a unattended disk with all the latest updates. Thanks. -
I am looking for cab files for Windows 7 Language Interface Pack. To use with Win Integrator, I must have the cab files. I've seen on the forums that a technet subscriber can get access to that, however, i am not seeing it anywhere in my technet. If you have a technet or msdn subscription, can you point me where to look for it? thanks.
-
Have you tried it on Windows 7? I tried to install it, but it says that the driver is not digitally signed. Thus it cannot load the driver at all.
-
I have a WinXP 64 bits CD with no Service Packs. Some search on the internet, I find SP2 can be downloaded from microsoft. I also found that SP2C is the latest version? or is it? Where can I download SP2C? and if SP3 x64 is available, where is it also? thanks
-
well, I guess I can also partition it on another WinXP system, then plug into new system to install Win 7.
-
I installed it on another machine with nVidia 8800GT. It works fine so far! Could be a 9800GX2 thing, since they are 2 GPUs slapped together.
-
The first time i install it, it did not create the 100MB partition. The second time i install it, it forced me to create a 100mb partition. I read in the other thread that others are forced to create a 200mb partition.
-
Windows 7 64 bits 7057 installs fine. However, when I click on the "start" button, the screen would go out. System specs: Motherboard Asus P5K SE latest BIOS version 1104 Core 2 Quad Q6600 Crucial Ballistix 2x1GB eVGA 9800GX2 Hitachi 250GB SATA Any clue what might cause this? thanks
-
I have got a hold of Visual Studio 2008 Professional. Now, how do I do a silent install? what are the switches? I tried to search the forum first, but couldn't find anything. Thanks in advance
-
Hi I am very new to this and have done a little bit of research. Client Computers will have NO harddrives, and will boot from the network. Basically the client computers will have NO harddrives, but they will need to be able to boot into windows xp with the softwares that I want. One computer will act as the server which holds the windows image files. How do I get a windows image file? and what software do i need on the server to respond to network boot requests from the client machines? I have used tftpd32.310beta in the past to boot client PCs into Linux. But this time I need clients to be able to boot into Windows XP. Any help is appreciated. I really don't know where to start looking
-
i want a CMD code that can find specific literals in another cmd file. i needed this for my unattended program installation. eg. i want to replace the literal "%CDROM%" in a cmd file with "install" eg. of cmd code: the program should do the following: before the program execution: echo echo installing program xxx start /wait %CDROM%\Install\xxx\xxx.xxx after the program execution: echo echo installing program xxx start /wait install\install\xxx\xxx.xx thanx a bunch
-
hey all i was wonder how can i find a certain literal in a cmd file and replace it with other literals within the same place. i would like to know the windows command line code for it, so i can put it in another batch file to perform it automatically. Example input cmd file that i use for silent install with windows: ECHO. Please wait... start /wait %CDROM%\Install\ what i want to do is to replace the literal "%CDROM%" with ".\" Example 2 bunch of words here and more words here i want to replace the literal "and" with "other" i don't know if i make myself clear or not. thanx
-
how to delete startup program load?
lesterhung replied to lesterhung's topic in Application Installs
yes, what i want to know is how to put them in a .reg file so that it will delete those codes automatically? it will be used in unattended installation. -
after the installations of programs, there will be a bunch of those programs that will be run automatically during start up. i know how to use msconfig to unclick those that i don't need during start up. is there a way to put them in a .reg file to delete the programs that i don't want to run during start up? thanks
-
i've searched the entire forum with cdex, cdex silent, cdex switch. found many, but non worked for me. i've tried the /S , but it will ask me to read the readme file after the installation, which i had to respond with yes/no. is there anyway to get around this question?