Jump to content

Cti

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Cti

  1. I have tried a whole bunch of switches and none seem to work, I can run the setup.exe with any switch and I just get a cmd window flash really fast, but nothing happens. The type of file, it just says Application and under description it says setup application. I also tried extracting the setup.exe which no luck as this has already been extracted from a installer packed by Sony. What shall I do ? Thanks
  2. Thank you I do have another question, how would I make a silent installer for this, it is a driver when I unpack I get 4 files Install.exe ( says install program for windows 2000 drivers ) yk51x86.cat yk51x86.inf yk51x86.sys Now when I run Install.exe a CMD window flashes quick, I am not sure if this installs the driver because it is already installed, I also tried Install.exe /? it says usage:install <INF_File> <Hardware_ID> Really I just need to know does the install.exe install the driver ? Thanks
  3. Hi, I found some good info on how to make silent installers and such, but what I am looking to do is make a installer which can install a few apps example Batt Check Image Filter Zoom etc ( I have 13 which need to be installed ) Each one of those folder has the needed files, they are all installshields and have the setup.iss in each folder. I found these two pages HERE and HERE which has some usefull information. If anyone could help me here I am a little stuck
  4. Burning at the slowest speed, I have not tried a different brand, I will try with a different burner. One issue I have is once nero is going to check it, it locks and just sits to the end of eternity. Thanks
  5. Hello, Is it possible to burn an nlite CD to a CDRW ? if it is I am having issues thanks
  6. Windows must be checking another file then, this is what I did, I installed the update and it changed explorer.exe so some icons were old, I added my icons to the new explorer.exe, compressed it and added it to my installation cd
  7. Thanks for the info, I found a way, I just copied over notepad.exe because I don't want to use that c ya
  8. I just need to know how to make this default instead of the standard notepad ?? Thanks
  9. I have integrated all new files such as shell32.dll etc into my setup cd but there is a securtiy update, this update replaces explorer.exe, I took the new replaced explorer and added my icons to it. Now the problem is windows will ask to download the same security update again, so my question being is that security update still going to work ?? or is there any way to stop this from happening What I mean is, now that I took the new explorer.exe and put my icons in .. is the update doing what it is suppose to ie keeping the bad guys out lol hope someone can understand what I am tryin to say Thanks
  10. curious did you install the latest wifi driver off of the intel site ? I run into the same problem on my sony micro pc with the latest drivers, if I install 10.5 no issues I dunno check into it Take care EDIT: I wish all my Sony applications would work on server 03
  11. edit file with Resource Hacker or other ?? Yes edit with resource hacker
  12. I sent you PM, the link in your first post is dead, is it possible for you to reupload
  13. I don't understand your post If you want to add it into your XP cd, look in the i386 folder and find SYSDM.CP_ open with 7zip and extract sysdm.cpl. Now edit the file, save it and put back into your i386 folder. To compress the file again open CMD and type cd C:\(location of i386 folder here) once you are in the i386 folder type makecab sysdm.cpl, now you can delete sysdm.cpl from i386 folder take care
  14. can you send me links for these items please Download RUPUpdates-2.1.11.13-Addon.7z Microsoft .NET Framework V3.0 - Lite Switchless Silent Installer Thank You
  15. use resource hacker and open up sysdm.cpl which is located in C:\WINDOWS\System32 it will be under bitmap 0 - 1
  16. Thanks for the help, I emailed the guy who made it, I will now post how I did it as jaclaz posted do this Find call:say Message KeyScr pause>nul&cls Change to call:say Message KeyScr cls Now find call:say Messege Finish call:say Messge KeyExt pause>nul Change to call:say Messege Finish call:say Messge KeyExt ::pause>nul Now this will make it run fully auto, so you will not have to press any keys add this to the replacer folder, create file named "script.txt" without quotes, for an example we are replacing explorer.exe Put this in "script.txt" ;; ReplacerScript ; Replacer shell32 explorer.exe,explorer.new put the explorer.exe file in the replacer folder and rename it to explorer.new, now you can make add this to a .cmd file replacer.cmd script.txt Thats all I have to say about that
  17. I am looking in nlite and I do not see that ?? NOTE: I am using a fresh copy of XP I can list of what exactly is removed if needed Thanks
  18. I can only apply .bmp wallpapers, well I try to apply a jpg nothing happens. I can convert the image to .bmp and it works fine ?? Kinda stumped, I looked through nlite but did not see anything eye catching, maybe a service ?? Thanks
  19. Ok that worked, but right when it says 1 file swill be replaced a little window comes up and says "windows cannot access the specified device, path, or file. you may not have appropriate permission to access the item" says the location is Replacer\nul, now once I click ok it switches the files, then once finished it says "press any key to quit" I found this in replacer.cmd and removed the pause, but it did not seem to work. Any help is appreciated, I really need this to work. Thank you EDIT: I have got rid of the error and now just working on making the cmd windows exit without pressing any key
  20. Ok that worked, but right when it says 1 file swill be replaced a little window comes up and says "windows cannot access the specified device, path, or file. you may not have appropriate permission to access the item" says the location is Replacer\nul, now once I click ok it switches the files, then once finished it says "press any key to quit" I found this in replacer.cmd and removed the pause, but it did not seem to work. Any help is appreciated, I really need this to work. Thank you
  21. Could you link me to XML Core services 4.0 and 6 updates please ?? Thanks
  22. I do not have the hibernate tab anymore, what services are needed for hibernate to work ?? I would also like to enable hibernation from reg entry for my unattended setup ?? thanks EDIT: I had a thought I might have pulled out a component or something .. the tabe where you select hibernate should show up in VMware right
  23. for some reason, it did not work. replacer.cmd echo/ call:say Message KeyScr cls for /f "usebackq tokens=1,2,3,4 delims=, eol=;" %%a in ( "%scr%") do ( Special.cmd :\ChkScr echo/Checking script... exit/b :\RepScr exit/b :\KeyScr exit/b :\CpyBak echo/Backing up exit/b It says .ReplacerTemp\Special.cmd"" is not a recognized as a internal or external command, operable program or batch file. here is my script.txt as well ;; ReplacerScript ; Replacer shell32 prog.exe,prog.new Thanks
  24. Thank you for this, I will give it a shot in a little bit here Thanks again
×
×
  • Create New...