Jump to content

Recommended Posts

Posted

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

Posted

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

WinPose - simultaneous fluent move and resize

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

Magic Math - a math puzzle

Demos:

Title Bar Menu - click the window title to pop-up a menu

 

  • Moderators
Posted

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!

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...