View Full Version : Name in "Remove Programs" list
NewsArchive
01-15-2012, 04:11 AM
In Window's program removal applet, my program shows what's apparently
the [PRODUCTNAME]. I would prefer it showed the [APPTITLE], which
includes my company name. Can I control that?
Mike Hanson
www.boxsoft.net
NewsArchive
01-15-2012, 04:12 AM
Mike,
> In Window's program removal applet, my program shows what's apparently
> the [PRODUCTNAME]. I would prefer it showed the [APPTITLE], which
> includes my company name. Can I control that?
Life is an illuuuusion... you have control over absolutely NOTHING!<g>
Oh, you're talking about SB... never mind.
--
Lee White
RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com
Enhanced Reporting: http://CreativeReporting.com
Product Release & Update Notices
http://twitter.com/DeveloperPLUS
NewsArchive
01-15-2012, 04:12 AM
>Mike,
>
>> In Window's program removal applet, my program shows what's apparently
>> the [PRODUCTNAME]. I would prefer it showed the [APPTITLE], which
>> includes my company name. Can I control that?
>
>Life is an illuuuusion... you have control over absolutely NOTHING!<g>
>
>Oh, you're talking about SB... never mind.
Stop yanking my chain! <g>
Mike Hanson
www.boxsoft.net
NewsArchive
01-15-2012, 04:12 AM
Mike,
> >Life is an illuuuusion... you have control over absolutely NOTHING!<g>
> >
> >Oh, you're talking about SB... never mind.
>
> Stop yanking my chain! <g>
But it's so much fun!<g>
By the way "illuuuusion" was using my best Lewis Black imitation!
--
Lee White
RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com
Enhanced Reporting: http://CreativeReporting.com
Product Release & Update Notices
http://twitter.com/DeveloperPLUS
NewsArchive
01-15-2012, 04:13 AM
I like that guy!
Mike Hanson
www.boxsoft.net
NewsArchive
01-15-2012, 04:13 AM
Mike,
> In Window's program removal applet, my program shows what's apparently
> the [PRODUCTNAME]. I would prefer it showed the [APPTITLE], which
> includes my company name. Can I control that?
What you can do is to set [PRODUCTNAME] to [APPTITLE]. Then the name in the
"Add/Remove Programs" panel appears as [APPTITLE].
Of course, all the [PRODUCTNAME] text in the dialogs and message boxes
appear as [APPTITLE] now.
For example, in the following Welcome dialog text:
"Welcome to the [PRODUCTNAME] Setup Wizard."
If you would like to display the "real" product name (without your company
name) then you can create a new compiler variable (e.g. [REAL_PRODUCTNAME])
and set it to your product name. Then change all relevant instances (in
Text and Messages) of [PRODUCTNAME] to [MY_PRODUCTNAME] and you are done.
-- Finish "Dialog Text":
DLG_FINISH_HEADING_2
DLG_FINISH_INTERRUPTED
DLG_FINISH_SUCCESS
-- Installation Process "Dialog Text":
DLG_INSTALL_HEADING
DLG_INSTALL_TEXT
-- Maintenance "Dialog Text":
DLG_MAINTENANCE_REMOVE
DLG_MAINTENANCE_TEXT
-- Select Destination Folder "Dialog Text":
DLG_DESTINATION_BROWSEPROMPT1
DLG_DESTINATION_PROMPT1
-- Welcome "Dialog Text":
DLG_WELCOME_HEADING
DLG_WELCOME_TEXT
DLG_WELCOME_UPDATE
-- Misc Errors (optional):
ERR_LAUNCH_CONDITION_COLOR
ERR_LAUNCH_CONDITION_OS
ERR_LAUNCH_CONDITION_PROCESSOR
ERR_LAUNCH_CONDITION_RAM
ERR_LAUNCH_CONDITION_SCREEN
-- Uninstall:
UNINST_CONFIRM
UNINST_FINISH
Friedrich
NewsArchive
01-16-2012, 02:02 AM
Yeesh! I though there would be a simpler option. <g> I may go that
route regardless, though.
Mike Hanson
www.boxsoft.net
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.