Orsi Posted October 20, 2010 Share Posted October 20, 2010 Hello again. For months Im trying to finish my unattended setup but some things are driving me crazy!Here's the list and please, tell me what you know, any help will help me a lot!-Why my Windows Explorer sidebar favorites and libraries are blank? I tried to monitor its registry - no success. Is this a software related issue? It only happens when I test with unattended softwares and MAYBE a user related registry tweak.-Why my Internet Explorer isnt being shown in Start Menu and Pinned Items?-Why sometimes some of my Autoit script doesnt run? Actually it runs but do nothing (Norton Internet Security 2011 is the script).Again: ANY help will be appreciated. Link to comment Share on other sites More sharing options...
Orsi Posted October 20, 2010 Author Share Posted October 20, 2010 Ok... looks like I found what's f***ing the windows explorer sidebar... its .NET 4! any idea why? Its weird... Link to comment Share on other sites More sharing options...
urie Posted October 20, 2010 Share Posted October 20, 2010 No one can ever help you without examples of you scripts you need to post what you have done. Link to comment Share on other sites More sharing options...
Orsi Posted October 20, 2010 Author Share Posted October 20, 2010 the AutoIt Norton Internet Security 2011 is this, really basic and simple. The problem is that everything its doing is to launch the setup and nothing after thatOpt("WinWaitDelay",100)Opt("WinTitleMatchMode",4)Opt("WinDetectHiddenText",1)Opt("MouseCoordMode",1)Run('NIS2011\NIS-TW-30-18-1-0-37-BR')WinWait("Norton Internet Security 2011","")If Not WinActive("Norton Internet Security 2011","") Then WinActivate("Norton Internet Security 2011","")WinWaitActive("Norton Internet Security 2011","")MouseClick("left", 580, 595, 1)MouseClick("left", 826, 500, 1)Sleep(40000) Link to comment Share on other sites More sharing options...
Tripredacus Posted October 20, 2010 Share Posted October 20, 2010 Is there no unattend/silent install option for that product? I got away from using coords in AutoIT early on because of resolution differences. Or you can use the Info Tool to get button names instead. Link to comment Share on other sites More sharing options...
Orsi Posted October 20, 2010 Author Share Posted October 20, 2010 May i see a sample of this method? Plssss? Tks Link to comment Share on other sites More sharing options...
Tripredacus Posted October 21, 2010 Share Posted October 21, 2010 The Info Tool comes with AutoIT. Actually its called AutoIT Window Info. Basically you open the program you want to automate. Then open the Info tool. You can select buttons on the installer and the tool will tell you what the Modal values are for those buttons or windows. BUT! Some programs will show no info so it is not the perfect solution. If there is a silent command line you can look or ask in here:http://www.msfn.org/board/forum/80-application-installs/I have made an autoit app that installs Nero and just passed the full command. The reason i do not like specifying coords is because sometimes the windows do not always open in the same place, or screen resolution can be different. Link to comment Share on other sites More sharing options...
Orsi Posted October 21, 2010 Author Share Posted October 21, 2010 Actually I wanted to know about how to handle buttons by its names Looks like its simple. 'ControlClick' basically... The problem is that no NIS button has an ID and its have no unattended switch, just like NIS 2010...but thanks again Link to comment Share on other sites More sharing options...
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