I am creating a setup and deployment project that needs to include the .Net Framework in the installation.
I have followed Microsoft's steps for installing the Bootstrapper plugin and everything installs fine...
EXCEPT...I also want to install MDAC. Microsft give instructions for also installing MDAC with a deployment project but the computer I am installing on still installs MDAC 2.7 whether it exists on the machine or not.
The instructions Microsft gave are...
ref: (
To install MDAC with a Setup project
1-Make sure that the Visual Studio .NET Framework Bootstrapper Plug-in is installed.
2-Select the Setup project in Solution Explorer. From the View menu, point to Editor and choose Launch Conditions.
3-Select the Requirements on Target Machine node. From the Action menu, choose Add Registry Launch Condition.
4-Select the Search for RegistryEntry1 node. In the Properties window, select the RegKey property and type Software\Microsoft\DataAccess.
5-Select the Root property and select vsdrrHKLM.
6-Select the Value property and type FullInstallVer.
7-Select the Property property and type MDACSEARCH.
***8-In the Launch Conditions Editor, select the Condition1 node. In the Properties window, select the Condition property and select MDACSEARCH>="2.6". ***
9-Select the Setup project in Solution Explorer. On the Project menu, choose Properties.
10-Set the Bootstrapper property to Windows Installer Bootstrapper.
I'm just wondering if that should be MDAC<="2.7" or this the correct behaviour on the machine installing the application?
I have followed Microsoft's steps for installing the Bootstrapper plugin and everything installs fine...
EXCEPT...I also want to install MDAC. Microsft give instructions for also installing MDAC with a deployment project but the computer I am installing on still installs MDAC 2.7 whether it exists on the machine or not.
The instructions Microsft gave are...
ref: (
To install MDAC with a Setup project
1-Make sure that the Visual Studio .NET Framework Bootstrapper Plug-in is installed.
2-Select the Setup project in Solution Explorer. From the View menu, point to Editor and choose Launch Conditions.
3-Select the Requirements on Target Machine node. From the Action menu, choose Add Registry Launch Condition.
4-Select the Search for RegistryEntry1 node. In the Properties window, select the RegKey property and type Software\Microsoft\DataAccess.
5-Select the Root property and select vsdrrHKLM.
6-Select the Value property and type FullInstallVer.
7-Select the Property property and type MDACSEARCH.
***8-In the Launch Conditions Editor, select the Condition1 node. In the Properties window, select the Condition property and select MDACSEARCH>="2.6". ***
9-Select the Setup project in Solution Explorer. On the Project menu, choose Properties.
10-Set the Bootstrapper property to Windows Installer Bootstrapper.
I'm just wondering if that should be MDAC<="2.7" or this the correct behaviour on the machine installing the application?