Jump to content

deltron

Active Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Location
    St. Louis, Missouri

deltron's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. It's possible that the firewall service might be turned on, but the firewall is disabled, checking the registry is probably the best way to check if the firewall is on.
  2. $fwstate = RegRead("HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\", "EnableFirewall") The state might also be found in HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile
  3. is there any way to have a break in the progress? I want to be able to have an OK button to stop a countdown. Also if possible, and is there any way to make the size of the _ProgressSet text box any bigger? My text is being cut off
  4. I'm wondering if anyone here has used AutoIt with XP Embedded? I am just starting to do it right now, so far I'm using Dependency Walker to get info about my autoit scripts, but I'm just wondering if anyone has any input on what components to add to make using autoit scripts viable.
  5. I gotta say though, this is pretty sweet
  6. I'm getting an error: >Running:(3.2.0.1):C:\Program Files\AutoIt3\autoit3.exe "C:\Documents and Settings\rjg2152\Desktop\Grabber.au3" C:\Documents and Settings\rjg2152\Desktop\Grabber.au3 (75) : ==> Subscript used with non-Array variable.: DllCall("captdll.dll", "int", "CaptureRegion", "str", $lPicFileName, "int", $lWinPos[0], "int", $lWinPos[1], "int", $lWinPos[2], "int", $lWinPos[3], "int", 100) DllCall("captdll.dll", "int", "CaptureRegion", "str", $lPicFileName, "int", $lWinPos^ ERROR was trying to get some window info in internet explorer
  7. sorry for resurrecting an old thread, but I'm wondering if work ever continued on updating this script.
  8. awesome, thanks Val
  9. I am wondering if there's any way to have AutoIt suppress reboots, I have an unattended install that wants to reboot. Since I am deploying this, I can't get the exit code of the final installs due to the reboot. Any ideas?
  10. yeah, I actually found that -ms switch yesterday on www.appdeploy.com. I do have several other apps that this is beneficial for, that don't have silent installs. thanks
  11. this worked for me now to figure out the actual exit codes (hopefully they're documented somewhere) and add more error checking in my code.
  12. RunWait works fine with the unattended installs, but since this is for an uninstall that needs to have buttons pushed, that is why I'm looking for a solution/advice to try and get it working. The uninstall function in my script works just fine if you replace RunWait with Run, which then pushes the necessary buttons. I'm really looking for this in the future, because RunWait works fine with my unattended installs, but the ones that need to have buttons pushed are the ones that I am looking for a solution for. thanks BD
  13. I clarified my original post, hopefully this will explain more.
  14. well my issue is that I cannot use send() while using RunWait, as stated in my first post
×
×
  • Create New...