Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Right after initial logon. So when you run windows for the first time it will run then.
  2. I haven't heard any word from hasi for like a month. So I don't know he still has all of the code for the website though so I hope he will return soon. He did offer to let me oversee the site though. So I really need the code.
  3. God I wish this was a sticky ADMINS PAY ATTENTION please? Over 200 downloads so far.
  4. Ooooo Oooooo please share the script.
  5. Make a seperate cmd or bat file and call it through WPI. If you want to make it cleaner add cmdow and it in an sfx winrar file and have the sfx file extract to the temp dir and call the cmd after extraction.
  6. WPI is very invasive to the registry to make sure that even if re-boots happen it can still finish installing the apps it has been told to. So iI guess it COULD fall into the malicous category. What we need to do is to find out a way to abort wpi once it has been started. Have you ever tried to stop it during the install proccess. Almost impossible.
  7. Not really do-able as far as I know.
  8. Reshack will even show you the icon and let you change it.
  9. @ totoymola I just started using that prog 4 days ago. Really simple and easy to learn. Awwww come on guys this is fun to make these. Anyway I found an app that does this CPL File Maker Kindof Shareware but the nag is very rare yet I have the full version so I will still make any for those who want them.
  10. You misunderstand me I mean STAND ALONE program. Ya know one that does not have an installer.
  11. Ok I got a crazy idea and I figured out how to make a package that will fully silently install a stand alone app as a Control Panel Extension. First one: Resource Hacker: Resource Hacker.exe So bring on the requests any stand alone app could be added into your Control Panel!!
  12. Thats ok I will stll make any packages requested, but ne idea look at my next post.
  13. Not a prob m8. Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('MicrosoftAntiSpywareInstall.exe') WinWait("Microsoft AntiSpyware","WARNING: This comput") If Not WinActive("Microsoft AntiSpyware","WARNING: This comput") Then WinActivate("Microsoft AntiSpyware","WARNING: This comput") WinWaitActive("Microsoft AntiSpyware","WARNING: This comput") MouseMove(354,357) MouseDown("left") MouseUp("left") Sleep(1000) WinWait("Microsoft AntiSpyware","I &do not accept the") If Not WinActive("Microsoft AntiSpyware","I &do not accept the") Then WinActivate("Microsoft AntiSpyware","I &do not accept the") WinWaitActive("Microsoft AntiSpyware","I &do not accept the") MouseMove(18,285) MouseDown("left") MouseUp("left") Sleep(1000) MouseMove(354,357) MouseDown("left") MouseUp("left") Sleep(1000) WinWait("Microsoft AntiSpyware","Click Next to instal") If Not WinActive("Microsoft AntiSpyware","Click Next to instal") Then WinActivate("Microsoft AntiSpyware","Click Next to instal") WinWaitActive("Microsoft AntiSpyware","Click Next to instal") MouseDown("left") MouseUp("left") Sleep(1000) WinWait("Microsoft AntiSpyware","The wizard is ready ") If Not WinActive("Microsoft AntiSpyware","The wizard is ready ") Then WinActivate("Microsoft AntiSpyware","The wizard is ready ") WinWaitActive("Microsoft AntiSpyware","The wizard is ready ") MouseDown("left") MouseUp("left") Sleep(1000) WinWait("Microsoft AntiSpyware","The installation wiz") If Not WinActive("Microsoft AntiSpyware","The installation wiz") Then WinActivate("Microsoft AntiSpyware","The installation wiz") WinWaitActive("Microsoft AntiSpyware","The installation wiz") MouseMove(354,357) MouseDown("left") MouseUp("left") Sleep(1000)
  14. @ allanol Booteditor, Again, if the same one I'm thinking of...it's ALSO on site, as well as having the neccesray DLLs without having to register them. After having probs on several systems with this I decided to siplify the proccess. That exe is just an sfx file too most would still need to get the dlls. That's on the Unattended site by the way. As well as just the stand alone CDIMAGE EXE. There's also a preconfigured INI file to help new comers. The main reason for the choice on this one is for start menu shortcuts. now to really amaze people I want to learn how to make a file like cdimagegui.cpl for control panel addition.
  15. @ 1chaoticadult These where mainly made for interfacing programs like WPI and the others so the useer can choose options instead of getting them all!!! Highjackthis will be up very soon.
  16. I call stuff in my wpi.cmd before wpi runs no idea about after the reboot though.
  17. Install progs first that most other crap depends on like java or the .net framework, whatever after that just make sure you have the crap that needs other first like make sure msn messenger goes before messenger plus and so-on other than that the order is not important.
  18. Have you added in any programs??? If so open config.js with an editor that will show you errors (I use notepad 2) look for sections that are in yellow your error is in that section.
  19. I think you are VERY MISTAKEN I am not craking software I am building installers for programs that are FREE and do not have any installers. DAP has an installer already so just by the darn thing.
  20. Already got one designed thank you though.
  21. Kind of an interesting concept m8. Beyond my skills though.
  22. LOL are you half asleep?? The link for the icon is just below the pic of it.
×
×
  • Create New...