h711 Posted October 10, 2008 Posted October 10, 2008 (edited) Hi, I use xskin mode and some other bitmaps to dress up my UI. But when I run the exe on a different pc, I got an error message says skin folder not found. Does AutoIt includes all the bitmap when compile to an exe file? If not, how can I make this happen? Thanks! Edited October 10, 2008 by h711
Bert Posted October 10, 2008 Posted October 10, 2008 #include The Vollatran project My blog: http://www.vollysinterestingshit.com/
h711 Posted October 10, 2008 Author Posted October 10, 2008 I had no luck with #include for the skin file. #include <C:\Program Files\AutoIt3\Beta\Skins\DeFacto> #include <C:\Program Files\AutoIt3\Beta\Skins\DeFacto\skin.dat> nothing works so far
Szhlopp Posted October 10, 2008 Posted October 10, 2008 1) Use "fileInstall". 2) Use my datafiler. 3) Use the search button. RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
h711 Posted October 10, 2008 Author Posted October 10, 2008 Thanks. Not sure about step 2 and 3, but think this should work. DirCreate ( "C:\Temp_Skin\DeFacto" ) FileInstall("C:\Program Files\AutoIt3\Beta\Skins\DeFacto\skin.dat", "C:\Temp_Skin\DeFacto\skin.dat",1) I just have to use fileinstall 10 times for 10 files...
Zedna Posted October 10, 2008 Posted October 10, 2008 Look at my resources UDF:http://www.autoitscript.com/forum/index.php?showtopic=51103 Resources UDF ResourcesEx UDF AutoIt Forum Search
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