Yes, my friend, there most definately is.
Use the .Net setup project to create your msi, and whilst in design view,
you can add entries to the system registry
open the solution explorer window, and along the top you will see a bunch of
icons you should be able to easily recognise the registry icon :o))
--
Of all words of tongue and pen, the saddest are: "It might have been"
Bill.Richards @ greyskin .co .uk
http://greyskin.co.uk
Post by SwamiI guess now my question is how to make the entry for install directory into
the registry? I can add a key "InstallDir" for my .NET installation, but is
there any property that I can add for the "Value" filed so that the path can
evaluated? I knwo for InstallShield they have [INSTALLDIR]...I wonder if
there is anythign like that in .NET.
Thanks.
Post by billrUnfortunately this is only going to be the case if the application you are
interested in makes an entry in the Registry, and not all applications do
(especially .NET apps)
--
Of all words of tongue and pen, the saddest are: "It might have been"
http://greyskin.co.uk
Post by SwamiI was wondering how I can programmatically find out the path of an installed
program. I have an application that needs access to a config file that
resides in the folder of another application. I'm guessing that this can be
done by accessing the registry, but some articles or sample code would be
useful.
Thanks.