Re: [WiX-users] Silent install problem

2007-09-11 Thread Anidil
Ooops..thanks Rob :-) Rob Hamflett wrote: > > You need to put the Custom Action into the InstallExecuteSequence. > > Rob > > Anidil wrote: >> This is the snip of the installUISequence.how should i be sequencing this >> for >> the silent install to work properly? >> >> NOT Installed >> >> >

Re: [WiX-users] Silent install problem

2007-09-11 Thread Rob Hamflett
You need to put the Custom Action into the InstallExecuteSequence. Rob Anidil wrote: > This is the snip of the installUISequence.how should i be sequencing this for > the silent install to work properly? > > NOT Installed > > After='FindRelatedProducts'>PATCHFOUND > > > Rob Hamflett wrote: >

Re: [WiX-users] Silent install problem

2007-09-11 Thread Anidil
This is the snip of the installUISequence.how should i be sequencing this for the silent install to work properly? NOT Installed PATCHFOUND Rob Hamflett wrote: > > It sounds like maybe you're doing the early exit in InstallUISequence, > which doesn't run at all > during a silent install. >

Re: [WiX-users] Silent install problem

2007-09-11 Thread Rob Hamflett
It sounds like maybe you're doing the early exit in InstallUISequence, which doesn't run at all during a silent install. Rob Anidil wrote: > I use the followin code, and associated customaction to detect previous > versions of the product.It warns the user about the previous version and > stops

[WiX-users] Silent install problem

2007-09-10 Thread Anidil
I use the followin code, and associated customaction to detect previous versions of the product.It warns the user about the previous version and stops the install.But when i try to do a silent install,it doesn't seem to check for the existing versions and gets installed parallelly.any help?