AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Compile_AHK II - for those who compile!
Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 26, 27, 28  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Nozavi



Joined: 20 Feb 2008
Posts: 111

PostPosted: Tue Dec 23, 2008 5:31 pm    Post subject: Reply with quote

ladiko wrote:
take a look at the example command lines

I did and I don't see where the problem is... Rolling Eyes Sad
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
ladiko



Joined: 13 Jul 2006
Posts: 290
Location: Berlin

PostPosted: Tue Dec 23, 2008 9:42 pm    Post subject: Reply with quote

Nozavi wrote:
netsh firewall add allowedprogram program=C:\Windows\system32\ftp.exe
The syntax supplied for this command is not valid. Check help for the correct syntax.


http://lantoolbox.com wrote:
Examples:
netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE
netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp DISABLE
ENABLE is default and can be excluded, ftp.exe is in the %path%, so you dont neet to specify the path:
Code:
netsh firewall add allowedprogram ftp.exe ftp
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Thu Dec 25, 2008 4:12 am    Post subject: Reply with quote

Ladiko, for some reason, on my home computer, using the latest Compile_AHK doesn't apply the icon I've chosen. On my work laptop, it works fine. For the record, the original Compile_AHK works fine on both my computers. Is there anything I can check for you regarding the icon issue?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ladiko



Joined: 13 Jul 2006
Posts: 290
Location: Berlin

PostPosted: Thu Dec 25, 2008 10:38 am    Post subject: Reply with quote

compile a script where the icon thing fails and send me the file %temp%\AutoHotkey\Compiler\Compile_AHK.log via PM or post it here.

Last edited by ladiko on Thu Dec 25, 2008 11:29 am; edited 1 time in total
Back to top
View user's profile Send private message
Drugwash



Joined: 07 Sep 2008
Posts: 921
Location: Ploiesti, RO

PostPosted: Thu Dec 25, 2008 10:41 am    Post subject: Reply with quote

Could you please explain exactly, step by step, which icon(s) you're trying to replace and how? Also, which operating system you're using?

Latest version contains a small change in icon selection routine so it can work in Win9x; there's a slight chance for a bug there, although the script has been tested in both Win98SE and Vista.
_________________
AHK tools by Drugwash
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Thu Dec 25, 2008 1:23 pm    Post subject: Reply with quote

ladiko wrote:
compile a script where the icon thing fails and send me the file %temp%\AutoHotkey\Compiler\Compile_AHK.log via PM or post it here.


Here you go. I also did some more testing and it seems the version info doesn't get set properly, either. Thanks for taking a look.

Code:

* Create resource file:
"C:\apps\system\AutoHotkey\Compiler\GoRC.exe" /r "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.rc" >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\GoRC.log"

~~ GoRC Log Start ~~
GoRC.Exe Version 0.90.2 - Copyright Jeremy Gordon 1998/2006 - JG@JGnet.co.uk
Output file: C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res
~~ GoRC Log End ~~

# Resource file created successfully!


* Set Versioninfo (with ResHacker-fix for non-1033 systems):
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeVersionInfo.script"

~~ Reshacker Log Start ~~
[25 Dec 2008, 07:19:23]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-delete Versioninfo , 1 , 1033
  Deleted: VERSIONINFO,1,1033
-addoverwrite "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res" , Versioninfo , 1 ,
  Added: VERSIONINFO,1,1033

Commands completed
~~ Reshacker Log End ~~

# Versioninfo set successfully!


* Replace icons:
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeIcon.script"

~~ Reshacker Log Start ~~
[25 Dec 2008, 07:19:23]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-addoverwrite "C:\apps\system\AutoHotkey\Scripts\BASS\ico\ico-combo\audio-generic.ico" , ICONGROUP,159,1033
  Modified: ICONGROUP,159,1033

Commands completed
~~ Reshacker Log End ~~

# Icons replaced successfully!


* Compile script:
"C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Ahk2Exe.exe" /in "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk" /out "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" /NoDecompile >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"
Successfully compiled: C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe

# Script Compiled successfully!

* Execute Run After Command:
C:\apps\system\AutoHotkey\Scripts\BASS\copy_trout.bat >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"

C:\apps\system\AutoHotkey\Scripts\BASS>copy "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" "C:\apps\audio\~players\Trout\trout.exe" /Y
        1 file(s) copied.

# Run After executed successfully!
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Thu Dec 25, 2008 1:28 pm    Post subject: Reply with quote

Drugwash wrote:
Could you please explain exactly, step by step, which icon(s) you're trying to replace and how? Also, which operating system you're using?


XP SP2 on both work and home machines. As for step by step, I'm just choosing the "Main" icon via the Select button on the Icons tab.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Drugwash



Joined: 07 Sep 2008
Posts: 921
Location: Ploiesti, RO

PostPosted: Sat Dec 27, 2008 1:09 am    Post subject: Reply with quote

Does the icon reside inside a dll/exe or is it a standalone .ico file? Can you please try both methods and report back which method fails?
_________________
AHK tools by Drugwash
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Sat Dec 27, 2008 6:38 am    Post subject: Reply with quote

I did quite a bit more testing and I think I may have narrowed it down to two issues.

1) The icon and version info seem to work properly so long as I don't click the Save button in the Compile_AHK GUI. Once I click that button and attempt a compile, I lose the icon and version information in the resultant executable. At that point, I can uncheck the alternate .bin option and compile with the icon back in place. However, that leads us to the second issue.

2) The alternate .bin option doesn't appear to work at all for me. As in, compiled executables do not appear to have used the specified .bin file.

Apologies if this seems have muddied the waters even more.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ladiko



Joined: 13 Jul 2006
Posts: 290
Location: Berlin

PostPosted: Sat Dec 27, 2008 3:39 pm    Post subject: Reply with quote

#1 i have to test first, but #2 is really not working - i fix it in the next hours.

edit:
try this and if it doesnt help, please post the logfile.


Update of 2008-12-27
    + Changed: pathes to icon files in the defaults.ini are no longer relative
    + Changed: "cmd /c" calls removed, where not needed
    + Changed: more steps logged in the log file
    + Changed: more detailed UAC help
    + Fixed: alternative bin was not used
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Sun Dec 28, 2008 5:59 am    Post subject: Reply with quote

It looks like the alternate .bin issue is fixed. However, with an alternate .bin selected, I'm still having the icon issue. Here are three logs files. The first is a compile withOUT an alternate .bin chosen (icon works). The second is with an alternate .bin chosen and a .ico file selected (icon doesn't work). The third is with an alternate .bin selected and an icon chosen from a .dll resource file (icon doesn't work).

#1
Code:

* Create resource file:
"C:\apps\system\AutoHotkey\Compiler\GoRC.exe" /r "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.rc" >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\GoRC.log"

~~ GoRC Log Start ~~
GoRC.Exe Version 0.90.2 - Copyright Jeremy Gordon 1998/2006 - JG@JGnet.co.uk
Output file: C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res
~~ GoRC Log End ~~

# Resource file created successfully!


* Set Versioninfo (with ResHacker-fix for non-1033 systems):
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeVersionInfo.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:50:41]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-delete Versioninfo , 1 , 1033
  Deleted: VERSIONINFO,1,1033
-addoverwrite "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res" , Versioninfo , 1 ,
  Added: VERSIONINFO,1,1033

Commands completed
~~ Reshacker Log End ~~

# Set Versioninfo successfully!


* Replace icons:
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeIcon.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:50:41]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-addoverwrite "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk_1.ico" , ICONGROUP,159,1033
  Modified: ICONGROUP,159,1033

Commands completed
~~ Reshacker Log End ~~

# Icons replaced successfully!


* Compile script:
"C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Ahk2Exe.exe" /in "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk" /out "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" /NoDecompile >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"
Successfully compiled: C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe

# Script Compiled successfully!

* Execute Run After Command:
C:\apps\system\AutoHotkey\Scripts\BASS\copy_trout.bat >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"

C:\apps\system\AutoHotkey\Scripts\BASS>copy "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" "C:\apps\audio\~players\Trout\trout.exe" /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC.bin /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin "C:\Documents and Settings\skwire\Local Settings\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin" /Y
        1 file(s) copied.

# Run After executed successfully!



#2
Code:

* Create resource file:
"C:\apps\system\AutoHotkey\Compiler\GoRC.exe" /r "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.rc" >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\GoRC.log"

~~ GoRC Log Start ~~
GoRC.Exe Version 0.90.2 - Copyright Jeremy Gordon 1998/2006 - JG@JGnet.co.uk
Output file: C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res
~~ GoRC Log End ~~

# Resource file created successfully!


* Set Versioninfo (with ResHacker-fix for non-1033 systems):
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeVersionInfo.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:55:42]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-delete Versioninfo , 1 , 1033
  Deleted: VERSIONINFO,1,1033
-addoverwrite "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res" , Versioninfo , 1 ,
  Added: VERSIONINFO,1,1033

Commands completed
~~ Reshacker Log End ~~

# Set Versioninfo successfully!


* Replace icons:
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeIcon.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:55:42]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-addoverwrite "C:\apps\system\AutoHotkey\Scripts\BASS\ico\trout_new.ico" , ICONGROUP,159,1033
  Modified: ICONGROUP,159,1033

Commands completed
~~ Reshacker Log End ~~

# Icons replaced successfully!


* Set alternative .bin file
FileCopy , C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Winamp.bin , C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin , 1
# Set alternative .bin file successfully

* Compile script:
"C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Ahk2Exe.exe" /in "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk" /out "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" /NoDecompile >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"
Successfully compiled: C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe

# Script Compiled successfully!

* Execute Run After Command:
C:\apps\system\AutoHotkey\Scripts\BASS\copy_trout.bat >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"

C:\apps\system\AutoHotkey\Scripts\BASS>copy "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" "C:\apps\audio\~players\Trout\trout.exe" /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC.bin /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin "C:\Documents and Settings\skwire\Local Settings\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin" /Y
        1 file(s) copied.

# Run After executed successfully!



#3
Code:

* Create resource file:
"C:\apps\system\AutoHotkey\Compiler\GoRC.exe" /r "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.rc" >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\GoRC.log"

~~ GoRC Log Start ~~
GoRC.Exe Version 0.90.2 - Copyright Jeremy Gordon 1998/2006 - JG@JGnet.co.uk
Output file: C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res
~~ GoRC Log End ~~

# Resource file created successfully!


* Set Versioninfo (with ResHacker-fix for non-1033 systems):
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeVersionInfo.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:54:45]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-delete Versioninfo , 1 , 1033
  Deleted: VERSIONINFO,1,1033
-addoverwrite "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\VersionInfo.res" , Versioninfo , 1 ,
  Added: VERSIONINFO,1,1033

Commands completed
~~ Reshacker Log End ~~

# Set Versioninfo successfully!


* Replace icons:
"C:\apps\system\AutoHotkey\Compiler\ResHacker.exe" -script "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ChangeIcon.script"

~~ Reshacker Log Start ~~
[27 Dec 2008, 23:54:45]

[FileNames]
Exe=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
SaveAs=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin
Log=C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\ResHacker.log

[Commands]
-addoverwrite "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk_1.ico" , ICONGROUP,159,1033
  Modified: ICONGROUP,159,1033

Commands completed
~~ Reshacker Log End ~~

# Icons replaced successfully!


* Set alternative .bin file
FileCopy , C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Winamp.bin , C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin , 1
# Set alternative .bin file successfully

* Compile script:
"C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Ahk2Exe.exe" /in "C:\apps\system\AutoHotkey\Scripts\BASS\trout.ahk" /out "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" /NoDecompile >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"
Successfully compiled: C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe

# Script Compiled successfully!

* Execute Run After Command:
C:\apps\system\AutoHotkey\Scripts\BASS\copy_trout.bat >> "C:\DOCUME~1\skwire\LOCALS~1\Temp\AutoHotkey\Compiler\Compile_AHK.log"

C:\apps\system\AutoHotkey\Scripts\BASS>copy "C:\apps\system\AutoHotkey\Scripts\BASS\trout.exe" "C:\apps\audio\~players\Trout\trout.exe" /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC.bin /Y
        1 file(s) copied.

C:\apps\system\AutoHotkey\Scripts\BASS>copy C:\apps\system\AutoHotkey\Compiler\AutoHotkeySC_Original.bin "C:\Documents and Settings\skwire\Local Settings\Temp\AutoHotkey\Compiler\AutoHotkeySC.bin" /Y
        1 file(s) copied.

# Run After executed successfully!

Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ladiko



Joined: 13 Jul 2006
Posts: 290
Location: Berlin

PostPosted: Sun Dec 28, 2008 9:23 am    Post subject: Reply with quote

hehe ok ...

at first: good morning Smile

the log file is in cronological order. maybe the alternative bin file should be copied to the compiler directory before the icons and version info are changed Smile

i will fix this stupid failure in the next hours.

edit:
ok now when you click the [compile] button, following actions are executed in the named order:
  1. delete the old log to check write access
  2. execute run_before
  3. delete upx.exe if selected
  4. copy lib folder from compiler directory
  5. copy alternative bin file if selected
  6. change version info if selected
  7. change icons if selected
  8. modify manifest (UAC) if selected
  9. add resources if selected
  10. compile with ahk2exe.exe
  11. renew created date if selected
  12. execute run_after
  13. write ini file
  14. exit
seems to be fine for me, or would somebody suggest another order?

Update of 2008-12-28
    + Changed: order of actions changed
    + Changed: copy of lib folder is no longer deleted before the lib folder is copied again
    + Fixed: changes to the bin file were not applied if an alternative bin file was used
    + Fixed: AlwaysOnTop icons were not displayed in last version(s) cause the new function to delete icons was used


Last edited by ladiko on Mon Dec 29, 2008 11:57 am; edited 1 time in total
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Sun Dec 28, 2008 2:31 pm    Post subject: Reply with quote

It works now. =] Thanks so much, ladiko. About the only issue left, that I've found, is that the dropdownlists don't get updated when you change languages.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ladiko



Joined: 13 Jul 2006
Posts: 290
Location: Berlin

PostPosted: Mon Dec 29, 2008 12:33 am    Post subject: Reply with quote

for me the dropdownlist updates as wanted, "sprache" changes to "language" if i select "en-us" and "language" to "sprache" if i select "de-de".
Back to top
View user's profile Send private message
skwire



Joined: 18 Jan 2006
Posts: 273
Location: Conway, Arkansas

PostPosted: Mon Dec 29, 2008 1:42 am    Post subject: Reply with quote

My fault, I should have been more specific. It's the contents of the following DDLs that don't get updated:

Compression
Execution Level
Charset

Also, a lot of the text fields on the second, third, and fourth tabs don't get updated when switching back and forth between languages. Again, apologies for being so picky and thanks again for a wonderful tool.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 26, 27, 28  Next
Page 11 of 28

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group