andregcasal Posted March 25, 2006 Posted March 25, 2006 Hi there!I would like to know the Crystal Player silent install switch, i've been in Crystal Player Foruns but no one could give me an answer.Thank's in advance André Casal
muiz Posted March 26, 2006 Posted March 26, 2006 (edited) It has no install switchTry autoitOpt("WinWaitDelay",100)Opt("WinTitleMatchMode",4)Opt("WinDetectHiddenText",1)Opt("MouseCoordMode",0)Run('CrystalPro.exe')WinWait("License Agreement","Disagree")If Not WinActive("License Agreement","Disagree") Then WinActivate("License Agreement","Disagree")WinWaitActive("License Agreement","Disagree")Send("{TAB}{TAB}{TAB}{ENTER}")WinWait("About","Official site")If Not WinActive("About","Official site") Then WinActivate("About","Official site")WinWaitActive("About","Official site")Send("{TAB}{TAB}{TAB}{ENTER}")WinWait("Install...","Add CrystalPlayer ic")If Not WinActive("Install...","Add CrystalPlayer ic") Then WinActivate("Install...","Add CrystalPlayer ic")WinWaitActive("Install...","Add CrystalPlayer ic")Send("{TAB}{TAB}{TAB}{TAB}{SPACE}{TAB}{TAB}{TAB}{SPACE}{TAB}{ENTER}")WinWait("File types","Uncheck all")If Not WinActive("File types","Uncheck all") Then WinActivate("File types","Uncheck all")WinWaitActive("File types","Uncheck all")Send("{TAB}{TAB}{TAB}{ENTER}{TAB}{TAB}{ENTER}")WinWait("Message","CrystalPlayer is ins")If Not WinActive("Message","CrystalPlayer is ins") Then WinActivate("Message","CrystalPlayer is ins")WinWaitActive("Message","CrystalPlayer is ins")Send("{ENTER}")WinWait("Crystal Player Professional 1.97","")If Not WinActive("Crystal Player Professional 1.97","") Then WinActivate("Crystal Player Professional 1.97","")WinWaitActive("Crystal Player Professional 1.97","")Send("{ALTDOWN}{F4}")this is mine , you can try it Edited March 26, 2006 by muiz
Vingen Posted September 20, 2006 Posted September 20, 2006 Hi, are there any silent switch to this software??if not, are there anyway to install it silent???
cyberloner Posted September 20, 2006 Posted September 20, 2006 cannot found any silent for it... just wish helptry it found out quality is not that good... intro u VideoLAN if you are looking for free dvd player...
andregcasal Posted January 11, 2007 Author Posted January 11, 2007 (edited) I'm sorry for not replying... MSFN stoped sending me emails for new posts (why oooh why?!). Well, i'm here now I don't have any experience with AutoIt but it seems pretty simple I'll try it and report back to you in a few minutes EDIT: Hum, after a few minutes of search i still don't have the answer for this: How to use AutoIt Scripts in an unattended installation? I mean, do i have to install AutoIt first so i can use AutoIt scripts during Windows installation? Or is there a way to somehow execute AutoIt scripts using a stand-alone exe?EDIT2: Hum, I see you have been banned muiz, so I'm really talking to no one Well, could anyone answer my question please? Edited January 11, 2007 by andregcasal
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now