PDA

View Full Version : How to scan registry during Basic MSI Project Installation



Hiren Kansara
01-17-2006, 05:40 AM
Hi ,

I have created a Basic MSI Project using InstallShield(11.5) having default setting. During Installation process, I can see following dialog boxes. WelCome Dialog => Licence Agreement Dialog => Customer Information Dialog => Destination Folder Dialog => Set up Type(Complete or Custom) => Ready to Install => Installing process => Finish Dialog.

Now, What should I do if I want to scan registry after Customer Information Dialog Box during installation process???

Waiting for reply,

Thanks and Regards,
Hiren Kansara

TsungH
01-23-2006, 12:07 AM
What do you mean by "scan registry"? You will want to elaborate on your question.

widgit
01-24-2006, 06:14 AM
new to this so might be telling you the wrong thing, but there's a menu option called 'custom actions'.

think you can perform a custom action based on which dialog is being displayed. if you search the help for 'RegDBKeyExist Example', you can find examples of different ways of working with the registry.