Dear Community,

I am deploying a .NET 2.0 application with some third party .dll's.

I have a problem on Windows XP whereby if a user (without .NET 2.0 - which is a "CORE PRE-REQUISITE") somehow interrupts the installation process, .NET 2.0 doesn't install and yet my application does.

I want an all-or-nothing install.

If they do not have .NET 2.0, it installs and then our software installs.

Some users have reported errors during our install process (they don't say what, the error appears and dissapears somewhat quickly) which seems to sometimes not install the Report Viewer pre-requisite or the .NET Framework.

This is all the information I have right now, but is there a setting to somehow force an atomic installation?