Jump to content

a06lp

Member
  • Posts

    976
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by a06lp

  1. cmdow @ /HID@echo off FOR %%d 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 %%d\CD.TXT SET CDROM=%%d SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REM REG ADD %KEY%\001 /VE /D "just rem me out..." /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\software\wpi\WPI.hta" /f EXIT understood. however, i am tryign to figure out why it is on the list in the first place....didn't it ALREADY run? shouldnt it be off the list?
  2. Ok, I just finished my Real-World test of the WPI loading scheme we were discussing above. It works great, with one major problem: Once I select the programs I want to install from WPI, and then click Install, the RunOnceEx window pops up, and on the list, along with the programs I selected, is "Preparing Windows Post-Install Wizard...". I don't know why it is on that list, as it should have been finished already (after all, WPI loaded!) How do I remove it from the list? (And no, I don't call WPI from anywhere else besides the files listed below) Here's my files:
  3. am i correct in assuming we can use the same INI file we used for the 5.05 release? also, not to be a pest, but whats the approximate release schedule for the updated MSI (with associations) thanks!!
  4. anyone know how to get rid of the bubble over the start menu that says "click here to begin" (or something like that)?
  5. Same prob here with HP Deskjet 712C... I just leave it unplugged. I set up printers manually, not unattendedly... Of course, that could change if someone figures this out.
  6. whats the difference betwen what i posted and what you posted? (and how do i test this file??) edit: this is what i'm using now: for %%i in (C: 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\WIN51 set CDROM=%%i SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Windows Post-Install Wizard" /f REG ADD %KEY%\001 /VE /D "Preparing Windows Post-Install Wizard..." /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f EXIT
  7. you misunderstood me. the regtweaks already works fine (I run it from cmdlines.txt & again from WPI, to make sure all aspects are loaded), i just wanted to know if both regtweaks AND wpi.cmd could be run from cmdlines.txt. as far as the CD.txt - would this work instead? set tagfile=\WIN51 for %%i in (c 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:%tagfile%" set CDROM=%%i then I have below it: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f EXIT All of the above code (from this post) would be in WPI.cmd, which would be called by cmdlines.txt. Is this correct?
  8. ooooooh!!! i was wondering what those little guys were doing! ok, thanks!!
  9. @BritishBulldog would this work? specifically: running both regtweaks and wpi.cmd (to run on first logon) from cmdlines.txt? EDIT: What's this: "DO IF EXIST %%d\CD.TXT " - i don't think i have a cd.txt in my cd root..???
  10. i'm not exactly sure how this is working, but my cmdlines.txt is in XPCD\$OEM$ wouldn't "REGEDIT /S ..\Tweaks\RegTweaks.reg" look for it in: XPCD\$OEM$\Tweaks\RegTweaks.reg ?? or am i missing something??? LOL. thats it, partially. also because i run my regtweaks again from WPI later on (from the CD), and I don't want 2 copies of the file, in case i update one and forget the other. plus, i want to limit installing to the new formatted harddrive to as little as possible.
  11. Hi, I am tryng to call my RegTweaks file (located at: XPCD\Tweaks\RegTweaks.reg) from my cmdlines.txt Right now, my cmdlines.txt contains: [COMMANDS] "REGEDIT /S RegTweaks.reg" how do I fix this so the file is called from the CD path (I dont want the file RegTweaks.reg to be in $OEM$)?
  12. are these regtweaks machine-specific? or they'll work on any computer?
  13. those of you who use this, how do i "associate" it with pdf files? (ex: i click a link in my browser of a pdf, and it should open in this)
  14. Aight, the new version is out. Really fixing the bug this time (I hope). Anyone wanna make the MSI? Pleeeeease?? http://forums.winamp.com/showthread.php?threadid=200927
  15. actually, scheme 3 is not REALLY "always on" - if on batteries, the settings are different.
  16. dont want autoit...ive had too many problems with it
  17. I've tried this in the past, but it never worked. I've been using [HKEY_CURRENT_USER\Control Panel\PowerCfg\GlobalPowerPolicy] and [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] but i always have to reset it. I just want EVERYTHING set to "Never"
  18. So my DVD is 99.999% perfect. I ran through a real-world test install on my system, and all was well except this: I use WPI to install my programs. When I select all, everything on the list is selected, everything is listed on the runonceex windows, and everything installs. however, even though it is selected in wpi, and listed in runonceex, PowerDVD5 does NOT install. The weird thing is that if I run WPI (from harddrive or CD), and ONLY select powerdvd, it installs perfectly. why does this happen? what's going on? is another program installation interfering? is it a problem in the wpi numbering? i attached my config.js, if it helps...
  19. Thats incorrect. Try this: "Blah blah\Hotkey master\HotkeyMaster 23.exe" -s -f1setup.iss
×
×
  • Create New...