Problem with UNINSTALL_DISPLAYNAME variable

  • Thread starter Thread starter Mad Hot dog
  • Start date Start date
M

Mad Hot dog

Hi everybody!

I use InstallShield Developer version 8.0. I have a problem with the
system variable UNINSTALL_DISPLAYNAME. I need to specify a different
uninstallation display name in my script. I do it in the following
code snippet:

function OnFirstUIBefore()
// my variables...
begin
UNINSTALL_DISPLAYNAME = "MyApp";
// my code...
end;

This code doesn't work - in the user's Add/Remove Programs panel the
text 'MyApp' isn't displayed (a text from the Product name is
displayed instead of MyApp). What is the matter?!
I'm waiting for your answer.
Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top