Jump to content

MafiaMan

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Everything posted by MafiaMan

  1. Yeah , but after i complie script it has only 7xx kb , while original exe has 13mb . What am i doing wrong ? @edit I'm reading this guide now http://www.wincert.net/forum/index.php?/topic/1466-using-autoit-for-silent-install/ Alredy see few of my mistakes @@edit Alright . I made it working . Thanks for all yours help. Now i just have to integrate it to rt7lite and see if all this works
  2. I don't know what you mean exactly . I have .exe and .au3 files . When i opet sfxmaker 1.2.1 rc1 what do i have to do then ?
  3. Hello Of all posible ways , i find sfx maker the easiest to use . It's all well when it makes installer by itself but when it can't find the switches , then i'm in trouble. Few year back i was doing scripts in autoIT ....Can i somehow use the codes from AutoIT , in SFXMaker ? Thanks
  4. aha . Thanks , It works like a charm . Thank you two much for this help
  5. how ? it's not working. I entered the key manualy, then went where you said and exported RegInfo. I named it ''serial'' and put it in the same folder where is the installation of Xilisoft VCU and my script and it's not working I tryed like this Regwrite ( "serial.reg" )
  6. I have couple of programs i bought for which i have serials but i don't know how to copy/paste them with auto it ? I made automated install's for them and i get to the part where are the blank field but what next. How to instert them in and then press OK . Problem for example with xilisoft <<converter spam>> is that registration windows doesn't have it's title and i don't know what to type in script ; This will install Xilisoft <<converter spam>> 5.1.2 Run ( "x-hd-video-converter.exe" ) ; License Agreement WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "License Agreement" ) ControlClick ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "" , "Button2" ) ; Choose Components WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "Choose Components" ) ControlClick ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "" , "Button2" ) ; Choose Install Location WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "Choose Install Location" ) Send ( "{TAB}" ) Send ( "{TAB}" ) Send ( "{TAB}" ) Send ( "{ENTER}" ) ; Choose Start Menu Folder WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "Choose Start Menu Folder" ) ControlClick ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "" , "Button2" ) ; Create shortcut WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "Create shortcut" ) Send ( "{SPACE}" ) Send ( "{DOWN}" ) Send ( "{SPACE}" ) Send ( "{DOWN}" ) ControlClick ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "" , "Button2" ) ; Completing the Xilisoft <<converter spam>> 5.1.2.0829 Setup Program WinWaitActive ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "Completing the Xilisoft <<converter spam>> 5.1.2.0829 Setup Program" ) Send ( "{SPACE}" ) ControlClick ( "Xilisoft <<converter spam>> 5.1.2.0829 Setup" , "" , "Button2" ) Run ( @ProgramFilesDir & "\Xilisoft\<<converter spam>>\vc5.exe" ) ; HD H264 Video (*.mp4) WinWaitActive ( "Xilisoft <<converter spam>>" , "HD H264 Video (*.mp4)" ) ControlClick ( "Xilisoft <<converter spam>>" , "" , "ToolbarWindow321" ) Send ( "{RIGHT}" ) Send ( "{DOWN}" ) Send ( "{DOWN}" ) Send ( "{DOWN}" ) Send ( "{ENTER}" ) After all this i get the registration windows with blank field with are called Edit1 and Edit2 I'm getting really angry about all this -.-' . Heeelp
  7. aha , ok then . I'm hoping this will be solved in near future . Until then i will put programs made by autoIT in some folder in w7 image . But i'm curious about one thing . What's with ''black'' and ''eternity'' editions of vista which can be found on on warez/torrent sites ? How are they made ?
  8. I'm searching everywhere ,but i cannot find the solution . If we can find in v-lite options to install additional app's how to include our own ? I've tryed xp way but it's not going . Come on people , let's solve this out
×
×
  • Create New...