
TXTechie
-
Posts
158 -
Joined
-
Last visited
Reputation Activity
-
TXTechie got a reaction from Shrapnel in PowerShell App Deployment Toolkit (free)
Hello Everyone,
I was just made aware of the free PowerShell App Deployment Toolkit and wanted to share it here. One could fairly easily customize this toolkit by adding the AutoItX DLL/COM control to it thereby utilizing the AutoIt PowerShell CmdLets making it a complete solution for all types of deployments!
Regards,
TXTechie
-
TXTechie got a reaction from dorst622 in PowerShell App Deployment Toolkit (free)
Hello Everyone,
I was just made aware of the free PowerShell App Deployment Toolkit and wanted to share it here. One could fairly easily customize this toolkit by adding the AutoItX DLL/COM control to it thereby utilizing the AutoIt PowerShell CmdLets making it a complete solution for all types of deployments!
Regards,
TXTechie
-
TXTechie got a reaction from onlineth in Where do I get the oda FormDesigner?
I would also recommend that you check out the >ISN AutoIt Studio, which includes what many (including myself) believe to be a better Form Designer. The ISN AutoIt Studio is an IDE (Integrated Development Environment) for AutoIt and it is being developed by a member of the AutoIt community using AutoIt.
-
TXTechie got a reaction from BinaryBrother in Detect Antivirus
Nice! It found Symantec on Win7 (64-bit):
[0]|Symantec Endpoint Protection [1]|Enabled [2]|C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\WSCSavNotifier.exe [3]|C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\Rtvscan.exe -
TXTechie got a reaction from jelliott in Cannot automate visual studio 2010 install via AutoIt
Actually, this is a more reliable way to verify, and how I usually do it...
Instead of:
If @error = 0 Then I use:
If $Value = "Microsoft .NET Framework 4 Extended" Then Of course, changing what you are specifically looking for per application name or version on the right-side of the equal sign (=).
-
TXTechie got a reaction from 0xdefea7 in Program automation TDSS Killer, finding valid Class?
TomMelee,
You might want to check out the included form designer of the >ISN AutoIt Studio AutoIt IDE. It's in beta, but it's maturing nicely and it makes it MUCH easier to create GUIs!