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