Bootstrapper error during deployment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amar

    #1

    Bootstrapper error during deployment

    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\MyA pplication.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


  • Amar

    #2
    RE: Bootstrapper error during deployment

    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

    Comment

    Working...