Bootstrapper error during deployment

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
 
G

Guest

Sorry Found the problem.........
Its one of those stupid common problems thing that we come accross so often
The msi filename cannot have spaces!!!!!
Thanks all ..though
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top