gzm55 Posted May 28, 2005 Posted May 28, 2005 i use GUICtrlCreatePic to add a pic in to my program, and it works well. but when i copy the .exe file to other directory, the pic in my program won't be shown until i copy the pic to the same directory. how to itegrate the pic to the .exe file of my program? ps:very sorry for my poor english :">
/dev/null Posted May 28, 2005 Posted May 28, 2005 how to itegrate the pic to the .exe file of my program?I don't think that's possible. You would need a windows installer to distribute all your files with the .exe. Search sourceforge.net for some open source Win32 installers.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Andre Posted May 28, 2005 Posted May 28, 2005 hi, is possible when using FileInstall !!! Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
gzm55 Posted May 28, 2005 Author Posted May 28, 2005 maybe i've got it. FileInstall() could solve my problem.
gzm55 Posted May 28, 2005 Author Posted May 28, 2005 hi,is possible when using FileInstall !!!Andre<{POST_SNAPBACK}> thx, i'v got it^^
/dev/null Posted May 28, 2005 Posted May 28, 2005 is possible when using FileInstall !!!I did no know FileInstall. Very nice!CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
w0uter Posted May 28, 2005 Posted May 28, 2005 if i need a big installer. i usually create a self-extracting RAR with max compression. and make it run the main .exe automaticly after it is done extracting. but fileinstall wil work for small files. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
gzm55 Posted May 28, 2005 Author Posted May 28, 2005 if i need a big installer.i usually create a self-extracting RAR with max compression.and make it run the main .exe automaticly after it is done extracting.but fileinstall wil work for small files.<{POST_SNAPBACK}>yeah,i think so!
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