
Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
hi,
Since I am new to MSI in .net , i am not sure whether i should use
installer class to set TargetDir.
I am looking for path from the registry. How to access path in the
'search target machine'.
With regards
pras
> There's a "search target machine" that can do a registry search for a path
> and set a property for a custom folder - that's an example of the usual way
[quoted text clipped - 32 lines]
> >> > installer class so that I can change the TARGETDIR .
> >> > I am using VC++.NET.
prash - 18 Apr 2005 10:45 GMT
hi phil,
I get path c:\root\child2 from the registry ,but i want to install my
application at c:\root.
How can i do this(that path may be any thing,here i have taken just
for an example)
waiting for yor reply
with regards
Pras
> hi,
> Since I am new to MSI in .net , i am not sure whether i should use
[quoted text clipped - 41 lines]
> > >> > installer class so that I can change the TARGETDIR .
> > >> > I am using VC++.NET.