Adrian Posted February 21, 2008 Posted February 21, 2008 Hi, I am trying to automate the installation of an application delivered using the BitRock installation program. Au3Info (and autoit itself) can see NO INFORMATION AT ALL except the window dimensions and the title. I have tried WinDetectHiddenText on but to no avail. No text is "visible" to autoit at all... it makes it nigh on impossible to test for specific conditions and act accordingly. Has anyone come across anything like this before and does anyone have any advice please?
rudi Posted February 21, 2008 Posted February 21, 2008 Hi,I am trying to automate the installation of an application delivered using the BitRock installation program. Au3Info (and autoit itself) can see NO INFORMATION AT ALL except the window dimensions and the title. I have tried WinDetectHiddenText on but to no avail. No text is "visible" to autoit at all... it makes it nigh on impossible to test for specific conditions and act accordingly.Has anyone come across anything like this before and does anyone have any advice please?You might want to try to do a "blind fly": Use ControlClick() to do selections and to click controls or buttons, and send("yourtext") to fill out forms.Have a look at MouseCoordMode() to use Window Relative Clicks.Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Adrian Posted February 25, 2008 Author Posted February 25, 2008 You might want to try to do a "blind fly": Use ControlClick() to do selections and to click controls or buttons, and send("yourtext") to fill out forms.Have a look at MouseCoordMode() to use Window Relative Clicks.Regards, Rudi.Thank you Rudi, yes, I have done this but there are situations where the installer encounters conditions where it needs to prompt for user input, and other times when it does not. I need to be able to detect these.I'm really stuck... anyone know why this bitrock installer isn't visible to autoit?Thanks
MHz Posted February 25, 2008 Posted February 25, 2008 If this is the Bit Rock InstallBuilder or another of their products, then checking their FAQs at their site may give you a silent switch to use so it just installs unattended for you. I am not sure what language the installer is made from. It seems cross platform but they say it is not Java based.
computir Posted August 25, 2009 Posted August 25, 2009 I have a bitrock install file and was able to do a test.exe --help and received the following information: Usage: --help Display the list of valid options --version Display product information --optionfile <optionfile> Installation option file Default: --mode <mode> Installation mode Default: win32 Allowed: win32 unattended --debugtrace <debugtrace> Debug filename Default: --installer-language <installer-language> Language selection Default: Allowed: en ca nl et fr de hu it jp pl pt_BR pt ro ru sl es zh_TW zh_CN va cy --pathselection <pathselection> Default: Allowed: specify select --chosenpath <chosenpath> Destination Directory Default: --prefix <prefix> Destination Directory Default: ***unknown variable contentinstalldir*** --prefix <prefix> Destination Directory Default: ***unknown variable contentinstalldir*** --uninstaller <uninstaller> Default: 1
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