I have created an application MyApp . I can install MyApp directly using its setup, then i can see MyApp in Control Panel\Programs\Programs and Features .
Along with it I have created an installer (MyApp Installer) using inno setup for MyApp .when i install it using the installer ,Both MyApp and MyApp Installer are visible in control panel. It may confuse the user while uninstalling it .So I want only one (MyApp Installer) to be appeared in control panel .
How can I hide MyApp in control panel and show only MyApp Installer when i install it through inno setup installer ?