BOycaonguyen88 Posted March 19, 2014 Share Posted March 19, 2014 #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=Icon.ico #AutoIt3Wrapper_Outfile=AllActivator.exe #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_Res_Comment=boycaonguyen88 #AutoIt3Wrapper_Res_Description=Activator Windows 8.1/Windows 7 /Office 2010 - 2013 -Boycaonguyen88 #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_LegalCopyright=https://www.facebook.com/bcn88 #AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator ://////=__= ://////=__= ://////=__=./- ://////=__=. #AutoIt3Wrapper_Run_Obfuscator=y #Obfuscator_Parameters=/cs=1 /cn=1 /cf=1 /cv=1 /sf=1 /sv=1 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** Sory for my English is very bad. I have a problem with my script. In my Au3 script :#AutoIt3Wrapper_Res_Field=ProductVersion|2.1 But in My compiled Script , Product Version is always 3.3.10.2 Where have I gone wrong? How to change Product Version of my compiled scrip to 2.1? Thanks for your help! Link to comment Share on other sites More sharing options...
Moderators Solution Melba23 Posted March 19, 2014 Moderators Solution Share Posted March 19, 2014 BOycaonguyen88,Use the new #pragma directive: #pragma compile(ProductVersion, 2.1)M23 BOycaonguyen88 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
BOycaonguyen88 Posted March 19, 2014 Author Share Posted March 19, 2014 BOycaonguyen88, Use the new #pragma directive: #pragma compile(ProductVersion, 2.1) M23 Well done! Thanks alot ! M23 ! Link to comment Share on other sites More sharing options...
Developers Jos Posted March 19, 2014 Developers Share Posted March 19, 2014 Or use: #AutoIt3Wrapper_Res_ProductVersion=2.1 BOycaonguyen88 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
khongchiudungtin Posted December 18, 2015 Share Posted December 18, 2015 #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=Icon.ico #AutoIt3Wrapper_Outfile=AllActivator.exe #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_Res_Comment=boycaonguyen88 #AutoIt3Wrapper_Res_Description=Activator Windows 8.1/Windows 7 /Office 2010 - 2013 -Boycaonguyen88 #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_LegalCopyright=https://www.facebook.com/bcn88 #AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator ://////=__= ://////=__= ://////=__=./- ://////=__=. #AutoIt3Wrapper_Run_Obfuscator=y #Obfuscator_Parameters=/cs=1 /cn=1 /cf=1 /cv=1 /sf=1 /sv=1 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** Sory for my English is very bad. I have a problem with my script.In my Au3 script :#AutoIt3Wrapper_Res_Field=ProductVersion|2.1But in My compiled Script , Product Version is always 3.3.10.2 Where have I gone wrong? How to change Product Version of my compiled scrip to 2.1?Thanks for your help!I do not know Autoit milk to wait too exe howplease help you teach you are not Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted December 18, 2015 Moderators Share Posted December 18, 2015 khongchiudungtin,That makes no sense at all. Please use a better translator and repost - preferably in a new thread as I feel there is not much of a link with this one.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
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