Srex Posted June 7, 2014 Author Share Posted June 7, 2014 Yes everything works 100% now thanks guys for taking the time ! Link to comment Share on other sites More sharing options...
JohnOne Posted June 7, 2014 Share Posted June 7, 2014 If you decide to use the other one, be sure to add to the func to ensure it looks in resources folder for Windows8andLater.reg and script folder for other. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Srex Posted June 7, 2014 Author Share Posted June 7, 2014 Yes I will. Decided to go with yours for now Link to comment Share on other sites More sharing options...
TXTechie Posted June 7, 2014 Share Posted June 7, 2014 Why not just include both of the .reg files with your script (if compiling it to an executable) and put them wherever you want to put them when your script runs (at runtime) via the built-in FileInstall function? Link to comment Share on other sites More sharing options...
Srex Posted June 7, 2014 Author Share Posted June 7, 2014 Why not just include both of the .reg files with your script (if compiling it to an executable) and put them wherever you want to put them when your script runs (at runtime) via the built-in FileInstall function? Wow I had no idea about this . But I am not sure if the user will be able to open the .reg file and see what's inside of it? Would prefer this for them to feel more safe about running it. Sure looks awesome though Link to comment Share on other sites More sharing options...
JohnOne Posted June 7, 2014 Share Posted June 7, 2014 Or you could simply apply the registry changes with the Reg* functions. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
TXTechie Posted June 7, 2014 Share Posted June 7, 2014 This is one of the many great advantages of using AutoIt, you can include all of the required files that your script will need at runtime and you only need to deploy a single .exe file. Link to comment Share on other sites More sharing options...
TXTechie Posted June 7, 2014 Share Posted June 7, 2014 Or you could simply apply the registry changes with the Reg* functions. In Srex's particular case, this is probably the better solution. Link to comment Share on other sites More sharing options...
Srex Posted June 7, 2014 Author Share Posted June 7, 2014 so just #include <thefileiwanttoinclude.extention> Shellexecute(thefileiwanttoinclude.extention) or do you mean with fileinstall? Okay I will try to look into all this when the program is more ready.. Really learning here awesome Link to comment Share on other sites More sharing options...
Srex Posted June 7, 2014 Author Share Posted June 7, 2014 Oh damn, I could even readreg, and say "sorry this problem has already been fixed" if certain value else apply changes??? WOW Link to comment Share on other sites More sharing options...
TXTechie Posted June 8, 2014 Share Posted June 8, 2014 Correct. 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