Jump to content

MAVERICKS CHOICE

Member
  • Posts

    1,816
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by MAVERICKS CHOICE

  1. Howdy havin a small prob with installin Damnfo viewer in Ua. I have been using a posted Autoit script to install & works ok outside of Ua. It does install however but I can't seem to get around the occasional last screen that says"Do you want NFO to be your default viewer Yes or No" You obviously need to press yes or the viewer does not work? Script attached. Run ("setup.exe") WinWaitActive("**** NFO Viewer v2.10 Setup") send ("{ENTER}"); License Agreement WinWaitActive("**** NFO Viewer v2.10 Setup") send ("{TAB 2}") Send ("{UP}") WinWaitActive("**** NFO Viewer v2.10 Setup") send ("{ENTER}"); EULA WinWaitActive("**** NFO Viewer v2.10 Setup") send ("{ENTER}"); location WinWaitActive("**** NFO Viewer v2.10 Setup") send ("{ENTER}"); language WinWaitActive("**** NFO Viewer v2.10 Setup","Installation complete!") sleep (2000) send ("{ENTER}"); Run sleep (1000) winclose("**** NFO Viewer v2.10") sleep (500) winclose("**** NFO Viewer v2.10") EXIT I have used the Damnfo.msi installs but doesn't appear to work properly. Any light appreciated
  2. Pretty sure usin Taskill in Runonceex like that will cause the executeable to run first then execute taskill next not really servin the purpose. I generally script it through Autoit.
  3. Thanks Nologic youv'e just helped me out of a hole I was havin with damnfo. .
  4. Im begining to think this is a marvelous tool for any ua enthusiast concerned for security,as mentioned many countless hours spent debuggin our creations to give it all away to just anyone....Thanks for a solid contribution.
  5. Hey Asta fantastic release & guide, good to see ya back here. Yours however is slightly heavier than VC's in fairness haven't fully tested both as yet.
  6. Interesting, your own method?
  7. Excellent piece of script Yzowl, I'll certainly be bookmarkin that one.
  8. If you don't mind what are you using to kill the process?How are you installing batch,runonceex, wpi? how are you calling the "kill Process"? Sorry bout all the questions but it will make your problem easier to solve & everybody else may pick something up also.
  9. I would not recomend using your friends as a base but a guid e only. Much better to use all your own files & follow the guide its a lot cleaner to do it that way. Everything you mentioned is achievable if you follow the relevant guides here & members postings using the Search Button. Good luck.
  10. Just remade my UA dvd with NLite,Ryans pack & Bashys drivers & Xpize ua. I also threw a couple of my other drivers in there as well using NLite, must say workin remarkably well except for one small problem with my raid drivers, its a winxp promise driver MBUltra 133 (pdc20276) ide controller on a 81inexp Gigabyte board its approx three years old & bashy's drivers do not support it however. I only use the Raid ide for one hard drive which Is for storage only & this drive is never effected when I format or reinstall windows etc & that way my data is safe. Gettin to the problem Nlite installs the driver exceptionally well & in device manager surely is ok & installed the correct driver. I open up disk management & does not show the H/D. Now if I uninstall the raid driver & reinstall the H/D appears & I'm able to import the foreign disk into windows & is OK. Can anyone tell me a workaround or a better way to install this UA, does not matter if I reboot again drive does not show??
  11. Anyone know the way to silently register Acme Cad converter vers 5.0, can get to install UA ok. But I can't find the registering information once I manually input the serial, substituting a pre registered .exe in the program doesn't appear to work either.
  12. Seem to be havin an issue with the latest 7zip ver20, & your prog complains its not present on the system & asks to install the latest beta? It works fine while 7zip ver 4.19 beta installed but refuses to work with 4.20?
  13. Yep xp will support HD of that size, I did have issues & windows suggested I had 130gig hd when in fact I had a 200 gig but when updated to sp2 with all critical updates it appeared to be OK. Don't forget the bios, maybe not all mobos will accept large hd's or support tho.
  14. Look guys haven't read the entire thread here, but the best way I found is to test & play with known working scripts that other members have produced, also as Mhz said use the built in Autoit tools etc, just lots of effort & testing. Oh the Autoit forums is another good place to visit its all a bit daunting at first but not that difficult really.
  15. My recomendation would be to use a non service pack(Gold ed. of XP) & remake with NLite integrating the service pack & Ryans packs. Just be careful what you remove with NLite thats all. As far updating a pre service packed XP disk I have never had good success & don't recomend it.
  16. I really don't see the need as a multiboot creation will need some menu anyhow.....
  17. Yep I do the same but on a couple of hard drives after a few misfortunes.
  18. Yep & use rewriteable cd's or dvd's.....
  19. @Kcaj & welcome, Here man do a simple search next time tho.... http://www.msfn.org/board/index.php?showtopic=40518
  20. Gotta agree with you War I always block Active x altogether.
  21. Basically how windows checks your relevant cd drive & lists all possible drive letters to ensure it can read your disk & install your software. Better to do it this way however... 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:\CD.txt SET CDROM=%%i: Bit cleaner...
  22. Thankyou, don't know what I was thinking.
  23. No, I thought that gave the uninstall option?
×
×
  • Create New...