
Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
Yes..
It is a .exe file.
A setup.exe file.
I an use the launch condition ind VS.NEt Deployment tool and install the 3rd
party software,but my concern here is I don't want the target machine,where
the application will be installed to see that product.
Is it possible.
Thanks and Regards..
> If you want to install the 3rd party software before yours, you probably
> have to use a launcher program that installs that one and then yours. Do you
[quoted text clipped - 11 lines]
> > It would be great if someone would suggest me what to do in such scenario.
> > Thanks and Regards
Peter van der Goes - 09 Nov 2004 16:45 GMT
> Yes..
> It is a .exe file.
[quoted text clipped - 4 lines]
> Is it possible.
> Thanks and Regards..
Out of curiosity, do you plan to have the third party product uninstall
automatically when your main product is uninstalled by a user?

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
MVB - 09 Nov 2004 16:59 GMT
Yes
That is exactly what I want to do.
> > Yes..
> > It is a .exe file.
[quoted text clipped - 9 lines]
> Out of curiosity, do you plan to have the third party product uninstall
> automatically when your main product is uninstalled by a user?
Phil Wilson - 09 Nov 2004 18:36 GMT
They're all called setup.exe. ;=) But does it contain an MSI file? Many of
them do, just like the dotnetfx redist contains an MSI file. The point being
that I know how to hide an MSI-installed product, but you probably can't
change anotther type of install unless you hide the associated registry
entries.

Signature
Phil Wilson [MVP Windows Installer]
----
> Yes..
> It is a .exe file.
[quoted text clipped - 20 lines]
> > > It would be great if someone would suggest me what to do in such scenario.
> > > Thanks and Regards
MVB - 10 Nov 2004 00:29 GMT
could you please tell me how to hide an MSI-installed product.
It would be really helpful.
Thanks and Regards
> They're all called setup.exe. ;=) But does it contain an MSI file? Many of
> them do, just like the dotnetfx redist contains an MSI file. The point being
[quoted text clipped - 32 lines]
> scenario.
> > > > Thanks and Regards
Phil Wilson - 10 Nov 2004 16:02 GMT
You can hide the product in Add/Remove by editing the MSI file with Orca
(from the Windows Installer section of the Platform SDK) and adding to the
Property table the property ARPSYSTEMCOMPONENT with a value of 1.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> could you please tell me how to hide an MSI-installed product.
> It would be really helpful.
[quoted text clipped - 43 lines]
>> scenario.
>> > > > Thanks and Regards