Jump to content

larciel

Member
  • Posts

    337
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by larciel

  1. When installing roboform in vista, there's a warning window that pops up after install (about user folder location) How do you get rid of that?
  2. It was the IE5 that comes with win2k. lol So I only can run WPI after I manually install IE6. So far so good except WPI hangs at the end of installation. WPI log shows no error. I have to restart the machine. It's all ok because this one is going to be deployed by sysprep only. Thanks for the hint. *how's the system treating ya?
  3. well. I don't know how everyone else did their runonceex.cmd w/out the reg.exe. You hit it right on the head; I put reg.exe file to system32 folder and it works now! Thank you very much Thanks again!
  4. After several reinstall, I know one thing, only the 'runonceex.cmd is skipped. After windows install. I manually ran runonceex.cmd and watched the Registry location. The parameters do not appear. I don't see anything wrong with runonce code.. Any guess?
  5. I have no idea why it doesn't work here's my cmdline.txt (edited to multi line) [COMMANDS] "ROE.exe 937" "REGEDIT /S regtv1.reg" "runonceex.cmd" "themes.cmd" ROE.exe is BTS's driverpacks finisher. and it's the only thing that runs in first logon @mhz, tried your edit but it still doesn't go .. cmdow @ /HID @echo off ::RegKey ::1-10 - Drivers ::15-25 - System Related ::26-35 - nero adobe media FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CDROM_NT.5 SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f ::REG ADD %KEY%\001 /VE /D "" /f ::REG ADD %KEY%\001 /V 1 /D "%systemdrive%\none1.bat" /f ::REG ADD %KEY%\002 /VE /D "" /f ::REG ADD %KEY%\002 /V 1 /D "REGEDIT /S %systemdrive%\regtv1.reg" /f REG ADD %KEY%\004 /VE /D "" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\wpi\wpi.hta" /f REG ADD %KEY%\938 /VE /D "Finishing Installation 1 of 3" /f REG ADD %KEY%\938 /V 1 /D "%systemdrive%\none1.bat" /f REG ADD %KEY%\939 /VE /D "Finishing Installation 2 of 3" /f REG ADD %KEY%\939 /V 1 /D "%CDROM%\winapp\cmd2.cmd" /f REG ADD %KEY%\940 /VE /D "Finishing Installation 3 of 3" /f REG ADD %KEY%\940 /V 1 /D "%CDROM%\winapp\finish.cmd" /f SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce REG ADD %KEY% /V "_RunOnceEx" /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f ::REG ADD %KEY%\0 /VE /D "" /f ::REG ADD %KEY%\0 /V 1 /D "%CDROM%\winapp\" /f EXIT
  6. It's mind boggling, well at least very inconvenient doing win2k install after years of xp install.. I still like small footprint and snapiness of win2k over xp but this problem along with unable to do quick format in setup might deter me from setting up my home pc back to win2k as I do alot of reinstall. I'll test it today. I hope it works
  7. I had multiple lines in cmdlines.txt because I copied to same file from my UAXP cd. After a searching I saw win2k setup might not support multi-line cmdlines so I just put 'runonceex.cmd' at t-13 stage, I see CMD window so runnonceex.cmd seems to be working, but none of the commands work after first logon. Here's my runnonce .. Can anyone point me in a right direction? Thanks cmdow @ /HID @echo off :RegKey :1-10 - Drivers :15-25 - System Related :26-35 - nero adobe media FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CDROM_NT.5 SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f :REG ADD %KEY%\001 /VE /D "" /f :REG ADD %KEY%\001 /V 1 /D "%systemdrive%\none1.bat" /f :REG ADD %KEY%\002 /VE /D "" /f :REG ADD %KEY%\002 /V 1 /D "REGEDIT /S %systemdrive%\regtv1.reg" /f REG ADD %KEY%\003 /VE /D "" /f REG ADD %KEY%\003 /V 1 /D "%systemdrive%\themes.cmd" /f REG ADD %KEY%\004 /VE /D "" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\wpi\wpi.hta" /f REG ADD %KEY%\937 /VE /D "Finishing Installation 0 of 3" /f REG ADD %KEY%\937 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f REG ADD %KEY%\938 /VE /D "Finishing Installation 1 of 3" /f REG ADD %KEY%\938 /V 1 /D "%systemdrive%\none1.bat" /f REG ADD %KEY%\939 /VE /D "Finishing Installation 2 of 3" /f REG ADD %KEY%\939 /V 1 /D "%CDROM%\winapp\cmd2.cmd" /f REG ADD %KEY%\940 /VE /D "Finishing Installation 3 of 3" /f REG ADD %KEY%\940 /V 1 /D "%CDROM%\winapp\finish.cmd" /f :REG ADD %KEY%\0 /VE /D "" /f :REG ADD %KEY%\0 /V 1 /D "%CDROM%\winapp\" /f EXIT
  8. I just loaded win2k for old memory sake and WPI doesn't load up. I get Java script error report on wpi.hta I'm using latest WPI and would downgrading to old version fix it? I seem to have deleted all the old ones because.. WPI works so well now
  9. similar problem, but I just get one error and if I click Yes. WPI runs I suspected language conflict but what could cause this? no addons were added. Just sp3 v3311 and nlite
  10. *SOLVED* [Unattended] UnattendMode=FullUnattended FileSystem=* Repartition=no Unattendswitch="yes" Waitforreboot="no" OemSkipEula=Yes TargetPath=\WINDOWS ; OemPnPDriversPath = OemPreinstall= Yes I was playing with it and found out that OEMPNPDRIVERSPATH was left blank. What was ok with Sp2 wasn't so with sp3. Commented that line and it works fabulous. I think nobody will have same problem but wanted to give anyone a heads up. Thanks all
  11. But it's just a cute panda!!! lol It's done.
  12. I don't know what the deal is but something is definitely wrong. I tried copying setupdd.sys from my sp2 folder and while installation finished, files were messed up (no IE, etc) any help would be great http://www.myitforum.com/forums/STOP:0x000...m_174179/tm.htm
  13. How does new v9 differ from v8 ? I'm a big fan of PD and I appreciate your work!
  14. I do not have even XPS Document under printer window. I haven't changed anything and it's SP1 preintegrated. Will Try to play with it a more to pin-point the problem. Thanks for the help nuhi.
  15. Were you able to add a printer as well? *testing in progress same error on a new build..
  16. This is a different question but after installing on a live system I get 'Spooler Subsystem had stopped working' Error. Also can't add printers. //nuhi: attach don't post your preset file Anybody have same prob? I googled and followed one advise where it says to enable "LPD, and other" in Printer System in Control Panel, still no go
  17. nuhi. The load option I'm talking about is the 'Load' submenu under 'Preset' menu.
  18. nuhi, I have same error with RC2 as well. When you tested it out did you use runonce.cmd?
  19. The first image I made was for Ultimate. Now I want to make a Home Premium one for my lappy and the 'Load Option' is greyed out and manually putting LastSessesion.ini file from old vlite session to new vista source folder doesn't help either. Anything I did wrong? or Do I have to check each boxes of removals everytime?
  20. Since someday, emule doesn't have ANY server when I do silent-install. Anybody have idea?
  21. Just built a successful image of SP1. Will test it on my laptop. Just in time for a reinstall. Thank you nuhi, you're the best
  22. It's easier than other adobe products. Search if your friend
  23. Our shop is thinking about using a central server system. Only has 15 PCs connected, but we need 2-3 domains and different accessability for each user. even though 2008 just came out, there were RCs that many people used. Could anyone recommend either 2008 or 2003 for my situation? Little bit of diggin got me some very good reviews for 2008 and recommendation over 2003, but I'd like to hear real users' feedback Tia!
  24. Looks like problem is very randomly appearing because I still get the error w/out addons.
×
×
  • Create New...