RagnaroktA Posted October 7, 2006 Author Share Posted October 7, 2006 I am curious as to how you fixed it? I am assuming it had to do with the links in our names on the about window.JSI'm making the script install the rogue DLLs if they dont exist. It's not mentioned at all in any of the script, it's gotta be in one of the includes, and rather than edit those, I'm just installing the files. I cant even find anything relevant as far as what they do. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted October 7, 2006 Share Posted October 7, 2006 I'm making the script install the rogue DLLs if they dont exist. It's not mentioned at all in any of the script, it's gotta be in one of the includes, and rather than edit those, I'm just installing the files. I cant even find anything relevant as far as what they do.Hrm... I will try and look up the DLL and see exactly what it does so you can better narrow down what is needed from it.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
powaking Posted October 9, 2006 Share Posted October 9, 2006 Hrm... I will try and look up the DLL and see exactly what it does so you can better narrow down what is needed from it.JSLooks awesome guys. Puts my toolbox to shame Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 9, 2006 Author Share Posted October 9, 2006 Looks awesome guys. Puts my toolbox to shameHey thanks! Did you notice anything missing that would be useful in the final script? Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
powaking Posted October 10, 2006 Share Posted October 10, 2006 (edited) Hey thanks! Did you notice anything missing that would be useful in the final script?Other than what I use differently here at work nah you got it all covered. If plugins will be available then those can be handled easily then.Not sure if you knew but this site has some cool icons. May want to take a look at them: http://www.vistaico.com/ Edited October 10, 2006 by powaking Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 10, 2006 Author Share Posted October 10, 2006 Other than what I use differently here at work nah you got it all covered. If plugins will be available then those can be handled easily then.Good deal then. Plugins will be available, but I'm still trying to figure out a good way to handle them. Any ideas? Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
powaking Posted October 10, 2006 Share Posted October 10, 2006 (edited) Good deal then. Plugins will be available, but I'm still trying to figure out a good way to handle them. Any ideas?First thing that comes to mind is using an inI for each plugin. I know for my toolbox I have an app that I wrote for my toolbox that gets pushed out to a remote machine. On that remote machine it executes this tool we have build internally that checks for missing patches and stores it in an inf file. My tool then reads this inf and downloads and executes the patches we have internally. Now my tool also reports back to the agent which patch is downloading and which patch its installing via TCP commands. In order for my tool to report successfully I have to issue commands along with it (agents name, agents ip address). When using beyondexec (which is what I use) I find that my commands have to put inside " "'s. With the INI file can have a line for the apps name, any commands associated with it and if it requires authentication other than what is currently being used (In my case my tool can be used before joining the domain, very useful if you want to create a snapshot image of the machine this way its up to date with patches and such).The INI can either be created manually or a gui can be made so the user can create their own plugin and write it to an INI file. Just a thought (quick thought). What do you think? Edited October 10, 2006 by powaking Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 11, 2006 Author Share Posted October 11, 2006 (edited) First thing that comes to mind is using an inI for each plugin. I know for my toolbox I have an app that I wrote for my toolbox that gets pushed out to a remote machine. On that remote machine it executes this tool we have build internally that checks for missing patches and stores it in an inf file. My tool then reads this inf and downloads and executes the patches we have internally. Now my tool also reports back to the agent which patch is downloading and which patch its installing via TCP commands. In order for my tool to report successfully I have to issue commands along with it (agents name, agents ip address). When using beyondexec (which is what I use) I find that my commands have to put inside " "'s. With the INI file can have a line for the apps name, any commands associated with it and if it requires authentication other than what is currently being used (In my case my tool can be used before joining the domain, very useful if you want to create a snapshot image of the machine this way its up to date with patches and such).The INI can either be created manually or a gui can be made so the user can create their own plugin and write it to an INI file. Just a thought (quick thought). What do you think?I like it, I'll certainly give it a shot.UPDATEI've been handed a pretty retarded "Clean up someone elses mess" project at work, so I'm going to have to put RAS on hold temporarily.The good news... The project I was handed has to do with migrating user accounts (we used to use 3-initial AD accounts, our parent company changed to first-initial/last-name) so I'm turning the tool to automate this and complete the tasks remotely into a plugin for RAS.Remote User State Migration Toolv1.0 BetaScreenshot Edited October 11, 2006 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted October 11, 2006 Share Posted October 11, 2006 Sweet! Let us know when you are back on and how this one deal works for you! JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 12, 2006 Author Share Posted October 12, 2006 Sweet! Let us know when you are back on and how this one deal works for you!JSWill do boss, I should be able to pick it back up real soon. Anyone think this tool would be a good addition? Anyone think it could use a little bit more? Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
powaking Posted October 12, 2006 Share Posted October 12, 2006 Will do boss, I should be able to pick it back up real soon. Anyone think this tool would be a good addition? Anyone think it could use a little bit more?We use PC Transplant here. This looks to give it a run for its money. Lets see the end result, I find PC Transplant takes WAY TOO LONG. Why, dont' know, just does.How are you planning on doing customized templates? INI's with a template builder? Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 12, 2006 Author Share Posted October 12, 2006 We use PC Transplant here. This looks to give it a run for its money. Lets see the end result, I find PC Transplant takes WAY TOO LONG. Why, dont' know, just does.How are you planning on doing customized templates? INI's with a template builder?The templates will be .inf files. This tool is not yet all AutoIt. I'm using Microsofts User State Migration Tool to get the data. Eventually, if warranted, I'll write it all in AutoIt, but I need it fast, and these tools are already available, and free. :"> Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted October 12, 2006 Share Posted October 12, 2006 Will do boss, I should be able to pick it back up real soon. Anyone think this tool would be a good addition? Anyone think it could use a little bit more?I think it would be a great addition for sure! Especially if it helps with the plugin implementation you are wanting to go for.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
Slythfox Posted October 13, 2006 Share Posted October 13, 2006 This program is looking really impressive. I can't wait to try the complete thing. Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 19, 2006 Author Share Posted October 19, 2006 This program is looking really impressive. I can't wait to try the complete thing.Thanks for the compliment Slythfox! I'll be able to pick it back up soon.I've added the first plugin to the first post in this thread. Right now, it's more of a standalone application. It's VERY Beta. The code will be cleaned up later, I just needed something functional. Feedback/improvements appreciated. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
FeReNGi Posted October 19, 2006 Share Posted October 19, 2006 Change the Wake on Lan icon because that icon is now standard used for RSS feeds ! ServicesPE|LoadVMDK Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 19, 2006 Author Share Posted October 19, 2006 Change the Wake on Lan icon because that icon is now standard used for RSS feeds !Done, now it's a network card. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
GaryFrost Posted October 20, 2006 Share Posted October 20, 2006 You know if you need to fit more on a screen just look to my signature. SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference.  Link to comment Share on other sites More sharing options...
RagnaroktA Posted October 20, 2006 Author Share Posted October 20, 2006 You know if you need to fit more on a screen just look to my signature.Thanks Gary I'll certainly use them if I need to. Most of your stuff is already in the script... heh.On another note, c'mon people, test the first plugin, give me some kinda feedback. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
Slythfox Posted October 22, 2006 Share Posted October 22, 2006 (edited) Careful with the vista like icons you use, in terms of copyrights and licenses. I noticed someone on these forums is using vista like icons that actually can't be used for autoit apps, as it violates it's license.There are GPLed vista-like icons available. But you need to make sure you include a reference to them somewhere (About menu?)I believe these are the icons that I am taking about, that are GPLed:http://www.kde-look.org/content/show.php?content=31585Do you know if the official vista icons are public domain? Edited October 22, 2006 by Slythfox 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