I am creating a Basic Msi Installer using Installshield 2012 spring professional .
Here i create a folder structure in Application Files as C:\Program files\Test Setup\Productname , Test Setup is the INSTALLDIR , and within this i have sub directories one of which [launch] contains the exe files .
I have added these files and the directory sturcture using the Add Files and folders option in Application files menu of Project Assistant.
After installing the product , when i uninstall it i find that while some exe files are deleted . few of the exe files in the launch subdirectory are not deleted . None of the exe s are started.
Installshield is supposed to delete all the files and folders it created unless they have been modified or being used , but i am not running the files during uninstall nor have i changed any file .. Where am i going wrong any ideas ??