Hello,

Ok i have a few questions regarding Inno Setup.

1: Can any1 tell me if its possible to run an .exe before setup begins and depending on that it should continue. i.e
I know Inno Setup cant check for Processes.
So i created this in VB to check if the application is running then end its task else quit the installtion.
Now depending on the result of that i would like setup to continue.

2: Although UninstallIconFile & UninstallDisplayIcon bot point to an icon file, it seems to only use the icon of the executable file!! why cant i change it ?

3: Also i cant seem to achieve a simple thing:
Upon uninstall, user should get a msgbox asking whether to delete or keep
user profiles & settings etc...
If yes then delete else keep, but i keep on getting errors!!
Can any1 guide on how to get this?

Thanx