Hello,
I am facing strage problem with Setup.
I have created Setup as part of my application inorder to directly take
output of my applications.
Setup gets interrupted and following msg appears.
"The installer was interrupted before Setup could be installed. You need to
restart the installer to try again."
(Usually you see this msg when one of the launch condition failsm but in my
case there are no launch conditions)
Problem is strage bcaz, Setup works in following situation
1. If I create Setup in different solution, and take same deployment files.
2. If I take Setup to different system, Installation completes!!
I am not able to figure out what is dependency derived from my application
solution which interrupts installation on my machine.
Thanks for discussion in advance,
Divyesh Shah
Phil Wilson - 17 Feb 2006 23:41 GMT
Run the msi file to create a log and see if that tells you what the error
is.
msiexec /i <path to msi file> /l*v <path to text log file>
Somewhere there'll be an error, perhaps in the 1720 range.

Signature
Phil Wilson [MVP Windows Installer]
----
> Hello,
>
[quoted text clipped - 21 lines]
> Thanks for discussion in advance,
> Divyesh Shah