Results 1 to 6 of 6

Thread: problem in creating msi

  1. #1

    Thread Starter
    Fanatic Member karthikeyan's Avatar
    Join Date
    Oct 2005
    Location
    inside .net
    Posts
    919

    problem in creating msi

    Dear friend,

    i have my vb project exe and soap toolkit exe. so i need to create msi with this two exe's both to gather.so i have created the msi but if i install the msi in another machine it shows error.

    The Error Message says “Another installation is in progress. You must complete that installation before continuing this one.”

    so can any one please help me solve this issue please
    Loving dotnet

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: problem in creating msi

    What did you use to create installer?

  3. #3

    Thread Starter
    Fanatic Member karthikeyan's Avatar
    Join Date
    Oct 2005
    Location
    inside .net
    Posts
    919

    Re: problem in creating msi

    Dear friend,

    there are some steps to create msi in msdn:

    http://support.microsoft.com/kb/263739/en-us


    can u please help me now
    Loving dotnet

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: problem in creating msi

    The Windows Installer, which is actually only a Windows Service, only permits one msi installation at a time.

    The message you're getting signifies a previous installation hasn't completed and therefore the Windows Installer is refusing to start a subsequest (your) installation.

    This won't neccessarily relate to your specific installation - you might be installing a program such as MS office - any program which uses an msi file to install itself.

    What you can try first off is rebooting. If this is a secondary program, the chances are that a reboot will terminate it's installation if it's crashed (annoying as it is, then you have to try to repair/uninstall/reinstall this later from the add/remove control panel applet).

    Failing this, you can look at the registry or msconfig utility to see if there are any installers attempting to run on startup of the computer. You might also want to check with your IT department to see whether they are deploying any software which uses an msi installer via group policy at all.

    Another suggestion to look at would be one which involves your program itself. Are you first trying to install the soap toolkit then install your app in succession? Perhaps the soap toolkit is not completing or requires a reboot before any secondary installation (i.e. your app) can be installed?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  5. #5
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: problem in creating msi

    You normally wouldn't deploy the Toolkit, it's a developer's package.

    The Toolkit should contain two merge modules (.MSM files) and depending on what you are doing you may only need to use one of them for your application. This should be documented in the Toolkit under deployment issues.

    Also look at SOAP Toolkit 3.0 Redistributable.
    Last edited by dilettante; Jun 17th, 2008 at 06:31 AM.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: problem in creating msi

    Moved to Application Deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width