G
Guest
Hi all
I am using the setup.exe bootstrapper for installing the .NET framework on a client machine and then calling my .msi file for application installtion
I have set the bootstrapper to None in the Setup Project for my application in Visual Studio.Net. Also i am using the MDAC.MSM merge module for MDAC installtion on client computer
The bootstrapper settings.ini file has the following entrie
[Bootstrap
Msi=C:\Test\MyApplication.ms
FxInstallerPath=c:\Test
and i have placed the relevant files in corresponfding locations
The bootstrapper installs the .NET framework without any errors, but then it pops up a window saying "Incorrect Command Line Parameters. Windows Installer. V2.0..........".
I even tried installing my application by running the msi file, and it runs fine if .NET framework is already installed on that m/c
Why is the error in there? and how can i go abt. installing .Net framework, MDac and my application all in one
Please help me as soon as possible
Thank you in advance
Ama
I am using the setup.exe bootstrapper for installing the .NET framework on a client machine and then calling my .msi file for application installtion
I have set the bootstrapper to None in the Setup Project for my application in Visual Studio.Net. Also i am using the MDAC.MSM merge module for MDAC installtion on client computer
The bootstrapper settings.ini file has the following entrie
[Bootstrap
Msi=C:\Test\MyApplication.ms
FxInstallerPath=c:\Test
and i have placed the relevant files in corresponfding locations
The bootstrapper installs the .NET framework without any errors, but then it pops up a window saying "Incorrect Command Line Parameters. Windows Installer. V2.0..........".
I even tried installing my application by running the msi file, and it runs fine if .NET framework is already installed on that m/c
Why is the error in there? and how can i go abt. installing .Net framework, MDac and my application all in one
Please help me as soon as possible
Thank you in advance
Ama