Search found 14 matches
- Fri Dec 08, 2006 8:40 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 5:33 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 5:15 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 4:59 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
Well, the logging did nothing but show the first command (let it sit for 5 minuits...), and i did the other thing. No dialog at all showes up, and this is the code i used: Let>WW_TIMEOUT=30 WaitWindowOpen>Blah waitready>0 wait>1 If>WW_RESULT=FALSE mdl>Window NOT FOUND! goto>END else mdl>WINDOW FOUND...
- Fri Dec 08, 2006 4:12 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 4:11 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 3:56 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 3:51 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 3:36 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 3:28 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 3:05 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
- Fri Dec 08, 2006 2:34 pm
- Forum: Technical / Scripting
- Topic: Open File - Security Warning
- Replies: 25
- Views: 25709
Open File - Security Warning
Alright, here's another one: I'm trying to do a macro that will install some printer drivers, and when it loads up the driver via ExecuteFile (or any other method), it pop ups with one of those security windows; then it hangs. Why is this? code: ExecuteFile>[pathtofile] WaitWindowOpen>Open File - Se...
- Tue Dec 05, 2006 9:31 pm
- Forum: Technical / Scripting
- Topic: Issues with making a Norton Uninstall Script.
- Replies: 2
- Views: 4332
Thanks Marcus, that worked like a charm!mtettmar wrote:Take a look at this script:
http://www.mjtnet.com/forum/viewtopic.php?t=3034
This might give you some ideas. This script had to get over the same issue - lots of install windows with the same title.

The If statement is pretty clever
- Tue Dec 05, 2006 8:23 pm
- Forum: Technical / Scripting
- Topic: Issues with making a Norton Uninstall Script.
- Replies: 2
- Views: 4332
Issues with making a Norton Uninstall Script.
Hi, I'm doing a script for our fcompany, and am having issues with performing a uninstall of norton. I find i have trouble using the regular "waits", as in each computer's timing seams to be different. I need to find out how to make the macro wait until the next window of norton to appear for the re...