Removing failed Install artifacts

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

    #1

    Removing failed Install artifacts

    I had a setup install fail on me for some reason which is
    not clear. I had to kill the install because it got
    stuck... I killed it using Windows Task Manager.

    So now I can not make another setup install file that
    will run because the system thinks there is already a
    install in process.

    How can I clean out the artifacts of the previously
    failed install from my computer?

    I tried to work around the blockade by making a wholly
    new set up project with a different msi name but i could
    not fool the Windows program install system. He still
    thinks I am trying to install the same program... which I
    am!

    Thanks!

    Bob
  • Carlos J. Quintero [.NET MVP]

    #2
    Re: Removing failed Install artifacts

    Try msizap.exe:

    http://msdn.microsoft.com/library/de...msizap_exe.asp

    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
    You can code, design and document much faster.
    Free resources for add-in developers:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


    "BobAchgill " <anonymous@disc ussions.microso ft.com> escribió en el mensaje
    news:01ab01c55c 8b$63e02290$a50 1280a@phx.gbl.. .[color=blue]
    >I had a setup install fail on me for some reason which is
    > not clear. I had to kill the install because it got
    > stuck... I killed it using Windows Task Manager.
    >
    > So now I can not make another setup install file that
    > will run because the system thinks there is already a
    > install in process.
    >
    > How can I clean out the artifacts of the previously
    > failed install from my computer?
    >
    > I tried to work around the blockade by making a wholly
    > new set up project with a different msi name but i could
    > not fool the Windows program install system. He still
    > thinks I am trying to install the same program... which I
    > am!
    >
    > Thanks!
    >
    > Bob[/color]


    Comment

    Working...