I'm a newbie in installations and would like to ask following question:
I want to write some wrapper installer that by itself will only perform some operations and call to external installers (it will not include any Features/Components).
I do not want that this installer will update nothing in registry and also register itself for Add/Remove programs. As I see InstallShield does part of such registrations automatically.
How disable automatic registrations\updating registries performed by InstallShield itself (also creating folders etc)?

Thanks in advance