Please refer the code below. #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_outfile=_VoyagerSDK_2.3.7011.6022.exe #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_Res_Description=Moorthy #AutoIt3Wrapper_Res_Fileversion=1.5.0.15 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y #AutoIt3Wrapper_Res_LegalCopyright=Avanade 2007 #AutoIt3Wrapper_Res_Field=Comments|TestPPPP #AutoIt3Wrapper_Field=Title|PPPP #AutoIt3Wrapper_Run_AU3Check=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** We are able to change the above set of properties. But my requerement is to update the summary tab(Title,auther,subject etc) in the properties. Please right click the exe and open the property winodow. Select the summary tab. We have to change the summary properties.
I have did the same as you suggested but coudnt find the functions for setting the exe properties such as titles,subjects,kewords,comments etc. Could you pleas suggest which function to use for changing these properties. Thanks.
Thanks for your reply. We are using the version autioitv3.2.4.9. We are creating the exe with the help of autoitexe using .au3 file. At the end exe is created successfully but we are not able see the comments when we right click on the exe properties in the summary section. we want to dyanamically set some comments like build date and time. Initially we checked AutoitWrapper but we are not able to get the resource to update the comments. Please suggest us.
We are trying to create exe using autoit.exe through command line. We are able to create the exe successfully. But we need to get the comments in the summary page of the exe properties. How can I add these things?