Jump to content

lesterhung

Member
  • Posts

    23
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Taiwan

Everything posted by lesterhung

  1. Installed WUD v2.5 build 1000. When I launch the application, it says a "newer" version with build 999 is found. This sounds weird. So I went to the actual WUD.exe file, and look at the properties. It does show build 998. Is that what's causing the faulty notice?
  2. I tried google for the exe2cab, and it seems that all the download links are dead. Could you upload it for me? thanks
  3. Yeah, the switch is /X or /extract. Right after I extract it, it also attempts to install. Anyhow, I were able to extract, make a copy quickly, and cancel the installation.
  4. That is the problem. I've tried WinRar, and it is a bunch of files, with no lp.cab file. When I click to run the EXE, I can see the lp.cab file, but at the same time, it is installing on my system. Once I click cancel, or once it finished installing it, the lp.cab is gone.
  5. 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.
  6. How do I use the ULZ files? I would like to have all the updates integrated to my Win7 install disk.
  7. 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.
  8. 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.
  9. 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.
  10. 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
  11. well, I guess I can also partition it on another WinXP system, then plug into new system to install Win 7.
  12. 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.
  13. 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.
  14. 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
  15. 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
  16. 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
  17. how do i set up a automatic system restore to certain saved restoration data? eg. i want to restore my computer once in a week to the saved restoration point in 10 oct 2005 can i do this in a batch file? or do i need to use system scheduler? thanx a bunch
  18. 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
  19. 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
  20. 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.
  21. 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
  22. 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?
×
×
  • Create New...