Jump to content

Recommended Posts

Posted

Hello,

I try to compile a soft x64 compilation and at the output, I have no Icon why?

What I try :

#region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=PDFXCview_0_0.ico
#AutoIt3Wrapper_Outfile_x64=../tags/PDF-XChange_Setup_x64_v2.5.201.1.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_UseX64=y
#AutoIt3Wrapper_Res_Description=Install PDF-XChange Viewer
#AutoIt3Wrapper_Res_Fileversion=2.5.201.1
#AutoIt3Wrapper_Res_Language=4108
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Run_Tidy=y
#AutoIt3Wrapper_Run_Obfuscator=y
#endregion ;**** Directives created by AutoIt3Wrapper_GUI ****

Also with this path :

#AutoIt3Wrapper_Icon=.\PDFXCview_0_0.ico

And replace with this icon :

#AutoIt3Wrapper_Icon=C:\Program Files\AutoIt3\Aut2Exe\Icons\AutoIt_Main_v10_48x48_256.ico

The information in the registry are correct :

[HKEY_CURRENT_USER\Software\AutoIt v3\Aut2Exe]
"LastExeDir"="U:\\Programmation\\PDF-XChange\\tags\\"
"LastScriptDir"="U:\\Programmation\\PDF-XChange\\trunk\\"
"LastIconDir"="U:\\Programmation\\PDF-XChange\\trunk\\"
"LastIcon"="U:\\Programmation\\PDF-XChange\\trunk\\PDFXCview_0_0.ico"
"LastCompression"=dword:00000002
"AllowDecompile"=dword:00000001
"UseUPX"=dword:00000001

I try to entry the icon with Aut2exe.exe and AutoIt3Wrapper.exe and the problem is the same. Someone can help me?

Thanks in adavnce

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...