Jump to content

iuli_kyle

Member
  • Posts

    126
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by iuli_kyle

  1. Finall got it working thanks for oyur help Nah, np . Anytime . Glad i could be helpful
  2. It's impossible. Nothing is modified, but the parameter so it'll run with no window. Check that again
  3. Here is the fixed code > Run('Y:\apps\digiguide\digiguide.exe','',@SW_HIDE) WinWait("DigiGuide Setup - Terms and Conditions","") $process=WinGetProcess("DigiGuide Setup - Terms and Conditions") If Not WinActive("DigiGuide Setup - Terms and Conditions","") Then WinActivate("DigiGuide Setup - Terms and Conditions","") WinWaitActive("DigiGuide Setup - Terms and Conditions","") ControlClick("DigiGuide Setup - Terms and Conditions", "", "controlID [, middle [, 350 [, 341 ]]]") WinWait("DigiGuide Setup - Destination","") If Not WinActive("DigiGuide Setup - Destination","") Then WinActivate("DigiGuide Setup - Destination","") WinWaitActive("DigiGuide Setup - Destination","") ControlClick("DigiGuide Setup - Destination", "", "controlID [, middle [, 350 [, 341 ]]]") WinWait("DigiGuide Setup Wizard","") If Not WinActive("DigiGuide Setup Wizard","") Then WinActivate("DigiGuide Setup Wizard","") WinWaitActive("DigiGuide Setup Wizard","") ControlClick("DigiGuide Setup Wizard", "", "controlID [, right [, 367 [, 329 ]]]") While ProcessExists($process) Sleep(100) WEnd Exit Hope will work now. Also, "next" or "install" buttons are identified by a class and a instance. You can get this info by using AutoIT Window Info tool. For example, a button identified by class "Button" and instance "3" you'll run this, in order for that button to be clicked : ControlClick("DigiGuide Setup - Terms and Conditions","","Button3") Hope it helps !
  4. You should run it with @SW_HIDE flag, which hides installers window. Also, ControlClick () is way more better. Take a look in the help file or provide me with the installer and i'll write a script
  5. That's called violation of license. Next time please read more carefully and remove that link.
  6. False-positive, most surely. Many antivirus products find UPX compressed executables to contain something malitious. Believe me that there is nothing to harm your PC.
  7. Ok, next version will have 7zs.sfx latest version. Also i'm working for PNG support for icons and fixed some minor bugs. I will come with an update soon. @Everyone : Thanks !
  8. Hello, Glad to see you in 2013 ... with a new SFXMaker version, 1.3.1 Final. You can check the changes in changelog page. What took me so long to get the final version up ? Quite a long story there. Anyway, i have a big announcement to make, since this will be the last version of SFXMaker build by me. Yep, you heard it right. I know, it's quite sad, since there's a strong comunity back there who uses my little tool. Reason is simple : full-time job, which takes all my free time. If there are any interested developers who want to continue what i've build up until now, feel free to contact me, more to discuss in private. Also, i set up a pledgie account, so, if no one is interested to be an independent developer, i will open source SFXMaker after i reach the goal. More details on my website and pledgie.com page ! If you like SFXMaker, please consider making a donation to show your support and help. Best of luck in life, dear users of SFXMaker ! Iuli. Changelog -Added Windows 8 support -Added information GUI about SFXMaker's future -Added better support for larger files (more than 2 GB installers) -Updated some language files -Fixed small bug with project files (*.sfp) Download http://www.isoft-online.com/ If you encounter any bugs, or you would like to make a suggestion, feel free to post.
  9. Hi, I just started today to learn a bit of multi boot procedures. So, my DVD structure is so : DVD ----+LXP1 (Live XP, built with PE Builder) ---------+I386 ---------+Programs ---------I386.dat (boot image) ---------WIN51IA ---------WIN51IA.SP2 ----+PRO1 (Windows XP Professional) ---------+I386 ---------I386.dat (boot image) ---------WIN51IA ---------WIN51IA.SP1 ---------WIN51IA.SP2 ----+BOOT (CDShell) ----+BootCD (Hiren's BootCD) I built the ISO and tested it. But the OSs are not loading. Dunno why, but i get this error : "CDBOOT: Couldn't find NTLDR". I also didn't hex-edited setupldr.dll because i haven't modified the folder name (it is still I386). I would greatly apreciate some help !
  10. Yeah ... i'm gonna have a party for that. And all of you are invited . Thanks again Nuhi !
  11. I have all Vista hotfixes and updates installed. But i don't get any error regarding ntdll.dll file. nLite suddenly stops while it's updating the files.
  12. Everything is back now. Waiting your test version ... Anyway, thanks for care.
  13. Unistalled BitDefender and deactivated every security program. nLite still crashes when it is updating the files
  14. I tried even with BitDefender deactivated and it didn't worked.
  15. I now figured our that it stops working when it is updating the files (it doesn't matter which addon i use).
  16. Yes mate. You can use Nero for your burning as N Lite saves as ISO file and you can burn from that. No i don't want to burn the ISO. I didn't asked for that ! I asked which is the tool, if nLite uses it, to burn the discs directly .
  17. iuli_kyle

    Some questions

    Hi everyone, I'll be quick. Does nLite use an external tool to burn the disc and to read the disc info ? Or the burning feature is a part of nLite's algorithm ? If it is using another tool, can you tell me which ? Thnx again for this wonderful application.
  18. I figured out that it stops working after extracting RyanVm's Update pack, while it's updating the files. What is the problem ?
  19. Hi, First of all, nLite is a great application. Now, while i tryed to run nLite on a Vista system by default (no compatibility setting were selected), it gave me an error. Now, i selected it to run in compatibility mode with XP SP2. Everything went fine until nLite begun to do it job, i mean to integrate and remove things. Is this a bug ? Thnx in advance .
×
×
  • Create New...