 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
ladiko
Joined: 14 Jul 2006 Posts: 168 Location: Berlin
|
Posted: Sat Apr 05, 2008 12:06 pm Post subject: FileInstall - Msgbox , Could not extract file: |
|
|
At first i have my hello_world.ahk: | Code: | Msgbox , hello world :-)
return |
and at second there is my file_inst_test.ahk: | Code: | FileInstall, hello_world.exe , %A_ScriptDir%\hello_world.exe , 1
If(errorLevel)
Msgbox , 16 , %A_ScriptName% - this is my error message , could not extract hello_world.exe
return |
now i compiled both and run the hello_world.exe. i dont klick the OK-button, so the file is in access and couldnt be replaced by FileInstall --> My error message (with the error icon and my choosen text) should appear?!?!?!
but what happens:
and then, when i click on OK:
and this is a big problem if you have a gui that it +Alwaysontop cause the automatic error message apears under your gui. if you could create your own msgbox, you can make it appear on top of your gui.
so please chris, remove the default messagebox. i have errorlevel and can handle it myself
thank you for your patience! |
|
| Back to top |
|
 |
tic
Joined: 22 Apr 2007 Posts: 1272
|
Posted: Tue Apr 08, 2008 7:14 pm Post subject: |
|
|
|
|
| Back to top |
|
 |
ladiko
Joined: 14 Jul 2006 Posts: 168 Location: Berlin
|
Posted: Wed Apr 09, 2008 12:42 am Post subject: |
|
|
| good idea ,tic! i dont thought about that! could be a solution until the default message is removed. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|