I have a child install which:
1. silently uninstalls any older exisiting versions of itself
2. installs itself
Since I also require step 2 to be silent, I created a .iss file.
When I run this install on its' own (without the -s switch) it works perfectly. However, once I call it from the parent install with the -s switch, it exhibits some stange behaviour. The files & registry entries complete successfully, however it will not leave any data in the C:\Program Files\InstallShield Installation Information area.

Therefore, it does not appear in the add/remove programs area.
Any ideas?
Thank-you in advance