Hi,
I'm facing a problem. With "Uninstall shortcut" at Programs menu (Created thru Files & Folders Pane -> Application Shortcut Folder of Advanced Installer) the Uninstaller program points to msiexec.exe /x [product code].
But I'v to create an unistaller which will show My Product name within the title menu during unistallation. Since it's using msiexec.exe as Uninstaller, it's showing "Windows Installer" instead of name of my application on top of the title menu.
Can u suggest how can I achieve this basic requirement using advanced Installer.
Thanks in advance.