Jump to content

Swimming_Bird

Member
  • Posts

    378
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Swimming_Bird

  1. regwrite is an autoit command
  2. forgot to add the link, its there now
  3. Feel free to give it a go, i stole some of the images from funker's theme. AS OF NOW THE WPI OPTION DOES NOT WORK The switches are: Included is an inifile to edit the locations of everything (AUTORUN.INF) the script will interpret %cdrom% properly so long as the exe is in the root directory of the CD: [AutoRun] open=Autorun.exe icon=Autorun.exe [AutoRunParams] installdir=%cdrom%\$oem$\Install wpidir=%cdrom%\$OEM$\WPI ;by default: ;installdir=%cdrom%\$oem$\Install ;wpidir=%cdrom%\$OEM$\WPI http://www.the-skynet.com/Autorun.rar To Do: Allow installdir/wpidir to be passed via switch Place string in ini for the scripts naming (as well as in switches).
  4. i was just wondering about the actual calling of WPI, what may be causing that issue. i can figure the autoit part out. i just dont know how WPI is suposed to be called.
  5. lemme know, i'm pretty good with autoit, my script is pretty much done (except for that vital error of it not calling the WPI file) and pleeeease help me with this somehow, its really irritating me.
  6. there'll be a lot more to it when i'm done, i'll be sure to share it with you all.
  7. it doesnt matter how many optical drives, its the number of drives in general, it searches every one of them. but anyone have any idea why it doesnt work?
  8. firstly, the more drives there are the longer that batch file takes (its VERY inefficeant), and i believe i have my autoit script writing those nessisary reg keys: ;~ Run ( $wpipath & "Tools\VideoChanger.exe 1280x1024x32@85 -q") Run ( $wpipath & "Tools\fonts\fontinstaller.exe") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles", "MaxScriptStatements", "REG_DWORD", "ffffffff") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download","CheckExeSignatures","REG_SZ","no") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download","RunInvalidSignatures","REG_DWORD","00000001") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments","SaveZoneInformation","REG_DWORD","00000001") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations","LowRiskFileTypes","REG_SZ",".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg; .mpeg;.mov;.mp3;.m3u;.wav;") Run ( $wpipath & "WPI.bat" , $wpipath )
  9. I'm trying to make my own autorun file, and i was wondering how you call the wpi.htm file so it doesnt give you the error: A script on this page is causing IE to run slowly, wanna abort the script. How can i call it so i dont get this error? I have an autoit script calling a batch file with this: REM Hide this command window. cmdow.exe @ /hid REM Start WPI and wait for its end start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..." exit and when i manually call this batch file it works fine, but when i have autoit call it it gives me that error.
  10. i had this issue too, i think its to do with the generate.js file. Look in there and make sure its using the proper method to find the CD drive letter and then make sure that it is replacine %cdrom% when it generates it. also any items in the $oem$ folder that arnt in one of the designated folders wont be copied anywhere. thats where i store all my install and WPI stuff.
  11. omg, why did that work Thanks
  12. ping -t google.com pause exit that happens a friend said it worked fine on his machine, i tried .cmd and .bat neither worked
  13. this is the first version i've tried since hasshin's original, however when you click on the select all in catagory it it will select everything including two items that are mutusally exclusive.
  14. i realize this may be a common issue but at least post saying omg why didnt you search or whatever.
  15. it was my understanding that Beta 1 was the kernal beta and most of the GUI upgrades would be seen in beta 2
  16. I've searched and mostly what i can find is just fresh network installs. I just want to push an upgrade over the entire network, preferably on a group basis. I've seen a few tools that may be able to do this but none of them seem any good.
  17. I've done some searching for this and i got no clue. I didnt wanna post this in the bug list thread. I know LUA is a programming language (from WoW addons ) so i'm confused. Thx
  18. I've heard that a lot of the orignal kernal updates that were supposed to make Vista better are being scrapped, a lot of these people are saying it's just a GUI upgrade. Is this true?
  19. imho these transformation packs are only good for the VSs they have :/
  20. i gotta agree, a silent keylogger is a bit skech
  21. i'll take the msi file too although i just wrote an autoit script for it.
  22. you can tell autoit to manually send a mouse click to a particular coordinate in a window. the easiset way to generate this would be to use one of the autoitscript generators.
  23. who cares about divx anyways XviD all the way.
  24. the official matroska packs didnt have any switches. I spoke with the devs and they were very opposed to anyone being able to install something like this without any user interaction.
×
×
  • Create New...