Re: Reset windows installer message
From: Phil Wilson (pdjwilson_at_nospam.cox.net)
Date: 01/18/05
- Next message: Dan: "ASP.NET"
- Previous message: Ricardo Magalhaes: "Re: Framework setup"
- In reply to: Arun: "Reset windows installer message"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 08:14:29 -0800
You can have only one MSI-based install running at one time. Your
InstallShield setup is probably MSI based, and so is the dotnet framework
setup. That might be something to do with it. The other thing that's
happening for some reason is that it's forcing a reboot and adding something
(to the RunOnce in the registry?) to start again after the reboot. That can
be something that InstallShield is doing behind your back or a consequence
of other script code you have in the setup.
If your InstallShield setup is MSI based, you need a separate launcher to
install the runtime, then install your app.
-- Phil Wilson [Microsoft MVP-Windows Installer] Definitive Guide to Windows Installer http://apress.com/book/bookDisplay.html?bID=280 "Arun" <kathir_arun@hotmail.com> wrote in message news:uRq4j9L$EHA.3924@TK2MSFTNGP15.phx.gbl... > Hi, > > I'm trying to invoke the installation of the dotnet framework through an > InstallShield program using the LaunchAppAndWait(dotnetfx.ex,"",WAIT) > command. > > Within a few seconds after it starts, it throws out a message "To continue > with setup, it is necessary to reset the windows installer. Restart your > computer and start setup again". I get this again and again, even if I > restart the machine. Any clues on what has gone wrong with my > installation? > > Regards, > Arun > >
- Next message: Dan: "ASP.NET"
- Previous message: Ricardo Magalhaes: "Re: Framework setup"
- In reply to: Arun: "Reset windows installer message"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|