Jump to content

what do i need to do so that program i made would come in control panel


Recommended Posts

Hi everyone!!!
I made a program which can be installed. Every thing is ok but how am I supposed to show that it control panel>program.

As the compiled file shows version 3.3.3 or something like that, I think its autoit version how am i supposed to replace it with my own version and company name

Link to comment
Share on other sites

here's how you can add your own metatags such as the file version ect

add to the top of your script

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Fileversion=1
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
#AutoIt3Wrapper_Res_LegalCopyright=BibashAdhikari
#AutoIt3Wrapper_Res_Language=1033
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Link to comment
Share on other sites

I,m on ipad now so ill be brief. Pcjunki made an important ref to wrapper directives - which, if you are not familiar with, stop whatever you are doing and go study them - but it does not relate to your question.

It depends on the nature of your program. 1. Portable 2. Custom setup 3. 3rd-party installer 4. Package

Each has its own procedure of making an appearance in control panel. I,m familiar with 1,2 & 4 and i can help. Which is it?

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

  • Moderators

If it is an installable application, use a wrapper like Wix (http://wixtoolset.org/) to wrap your installation into an MSI. This will create the necessary components to add it to the Add/Remove table for you.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...