installation doesn't accept patch

E

EP

I have an installation (PackageA) that was originally distributed with a
single compressed setup.exe.

I've created a patch based on an uncompressed version of PackageA.

When I run Update.exe, I get this error:
"This installation cannot be run by directly launching the MSI package.
You must run setup.exe"

When I run the updated ism from that quickpatch, I get the following error
"Another version of this product is already installed. Installation of
this version cannot continue".


How can I patch this installation?
 
P

Phil Wilson

What update.exe is this? Patches are usually installed with a msiexec command
line like:
msiexec /p <your.msp> REINSTALL=ALL REINSTALLMODE=omus
 
E

EP

It's an installshield developer 8 update.exe.

When I try the command line you provided I again get an error stating the
setup must be run from setup.exe.



Phil Wilson said:
What update.exe is this? Patches are usually installed with a msiexec command
line like:
msiexec /p <your.msp> REINSTALL=ALL REINSTALLMODE=omus
--
Phil Wilson [MVP Windows Installer]
----
EP said:
I have an installation (PackageA) that was originally distributed with a
single compressed setup.exe.

I've created a patch based on an uncompressed version of PackageA.

When I run Update.exe, I get this error:
"This installation cannot be run by directly launching the MSI package.
You must run setup.exe"

When I run the updated ism from that quickpatch, I get the following error
"Another version of this product is already installed. Installation of
this version cannot continue".


How can I patch this installation?
 
P

Phil Wilson

Then you need to look at things like this - it's probably an InstallShield
issue.

http://support.installshield.com/kb/view.asp?articleid=q105973

--
Phil Wilson [MVP Windows Installer]
----
EP said:
It's an installshield developer 8 update.exe.

When I try the command line you provided I again get an error stating the
setup must be run from setup.exe.



Phil Wilson said:
What update.exe is this? Patches are usually installed with a msiexec command
line like:
msiexec /p <your.msp> REINSTALL=ALL REINSTALLMODE=omus
--
Phil Wilson [MVP Windows Installer]
----
EP said:
I have an installation (PackageA) that was originally distributed with a
single compressed setup.exe.

I've created a patch based on an uncompressed version of PackageA.

When I run Update.exe, I get this error:
"This installation cannot be run by directly launching the MSI package.
You must run setup.exe"

When I run the updated ism from that quickpatch, I get the following error
"Another version of this product is already installed. Installation of
this version cannot continue".


How can I patch this installation?
 

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