Help - Search - Members - Calendar
Full Version: [QUESTION] Crystal Player Silent Switch
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
andregcasal
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 smile.gif
André Casal
muiz
It has no install switch
Try autoit

CODE
Opt("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
muiz
Did it work?
muiz
no thx mad.gif
Vingen
Hi, are there any silent switch to this software??

if not, are there anyway to install it silent???
cyberloner
cannot found any silent for it... just wish help
try it found out quality is not that good... intro u VideoLAN if you are looking for free dvd player...
andregcasal
I'm sorry for not replying... MSFN stoped sending me emails for new posts (why oooh why?!). Well, i'm here now smile.gif
I don't have any experience with AutoIt but it seems pretty simple smile.gif
I'll try it and report back to you in a few minutes smile.gif

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 tongue.gif Well, could anyone answer my question please? biggrin.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.