karlkar Posted January 13, 2014 Share Posted January 13, 2014 Hello. I've created a script that shows and handles GUI. Each button launches other sub-script. Scripts do communicate with use of WM_USER and WM_COPYDATA. I need to distribute this script to my users as one exe file. How can I do that, so users will see just one script? FileInstall + setting hidden attribute for subscripts? Installing them to some system directory? Do you have any ideas how should it be done? Thanks Link to comment Share on other sites More sharing options...
JohnOne Posted January 13, 2014 Share Posted January 13, 2014 You should create a temp folder in a common dir and store them there. 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...
wakillon Posted January 13, 2014 Share Posted January 13, 2014 Put to the start of your script a cmd line "switcher" and rewrite the script where each subscript is launched with an argument of your choice. Like that you will only have one executable ! karlkar 1 AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts 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