Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem setting up windows from the iso file&some questi
2005-09-24, 08:15 PM,
#8
 
hi Vitali
thank u very much for answering and correcting me .. first test was really great and i could setup 6 of 10 programs for test , even there was two of them started normally , but the any way the problems wasn't related to ur software , it was related to the switches i used .
combining nlite and wuc gives me complete winxp sp1 and 10 programs :
winrar
spx studio
ultraiso
acdsee 3
kaspersky 5.153
acrobat reader 5
capture
ebook workshop
flashget 1.65
firefox 1.06
all in one cd with 285MB , still have a space for complete office XP with front page and around 70MB for some other programs .. that's really great .. thanks for the good work and keep going on .
i got a problem using auto it and winrar archive to make an attended acrobat reader silent setup .. here's the script i've got


Quote:Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('J:\UnattSoft\AcroRead5\AcroReader5.exe')
WinWait("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
If Not WinActive("Acrobat Reader 5.0.5 Setup","Welcome to the Reade") Then WinActivate("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
WinWaitActive("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
Send("{ENTER}")
WinWait("Choose Destination Location","Setup will install R")
If Not WinActive("Choose Destination Location","Setup will install R") Then WinActivate("Choose Destination Location","Setup will install R")
WinWaitActive("Choose Destination Location","Setup will install R")
Send("{ENTER}")
WinWait("Information","Thank you for choosi")
If Not WinActive("Information","Thank you for choosi") Then WinActivate("Information","Thank you for choosi")
WinWaitActive("Information","Thank you for choosi")
Send("{ENTER}")

and here's the modified script after editing and before compiling it :

Quote:Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
$SF_1 = "AcroReader5.exe"; Setup File Name
; Execute Installer
If FileExists ( @ScriptDir & "\" & $SF_1 ) Then
Run ( $SF_1 )
Else
Exit
EndIf
WinWait("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
If Not WinActive("Acrobat Reader 5.0.5 Setup","Welcome to the Reade") Then WinActivate("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
WinWaitActive("Acrobat Reader 5.0.5 Setup","Welcome to the Reade")
Send("{ENTER}")
WinWait("Choose Destination Location","Setup will install R")
If Not WinActive("Choose Destination Location","Setup will install R") Then WinActivate("Choose Destination Location","Setup will install R")
WinWaitActive("Choose Destination Location","Setup will install R")
Send("{ENTER}")
WinWait("Information","Thank you for choosi")
If Not WinActive("Information","Thank you for choosi") Then WinActivate("Information","Thank you for choosi")
WinWaitActive("Information","Thank you for choosi")
Send("{ENTER}")
{ENTER}")#endregion
Exit

can u tell me what's wrong here?
if u know a good source explaining how to edit the autoit script in a good way to get sure it'll work .. please guide me to it and thanks in advance
best regards and all the best of luck and more developments for this nice software
Smile Smile
Reply


Messages In This Thread
[No subject] - by - 2005-09-23, 12:07 PM
[No subject] - by - 2005-09-23, 01:50 PM
[No subject] - by - 2005-09-23, 06:25 PM
[No subject] - by - 2005-09-23, 07:29 PM
[No subject] - by - 2005-09-23, 07:42 PM
[No subject] - by - 2005-09-24, 08:15 PM
[No subject] - by - 2005-09-24, 09:54 PM
[No subject] - by - 2005-09-24, 10:53 PM
[No subject] - by - 2005-09-25, 05:14 PM
[No subject] - by - 2005-09-25, 09:52 PM
[No subject] - by - 2005-09-26, 03:59 PM
[No subject] - by - 2005-09-26, 05:53 PM
[No subject] - by - 2005-09-27, 09:16 AM
[No subject] - by - 2005-09-27, 09:34 AM
[No subject] - by - 2005-09-27, 11:49 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)