TARGETDIR isn't used in VS 2003 web projects. The property is TARGETVDIR .

Signature
--
Phil Wilson
[MVP Windows Installer]
TARGETDIR is used in VS 2003, because of which only, I wasa able to create my
own target directory during installation. But the problem I'm facing is, I
was not able to map this target directory to a virtual directory. Is there
any other settings, that needs to be done to my msi file using orca? Or is
there any other way to achieve the same thing?
Are there any help files available on MSI properties?
> TARGETDIR isn't used in VS 2003 web projects. The property is TARGETVDIR .
> > Hi,
[quoted text clipped - 12 lines]
> > with
> > VS 2005. What changes needs to be done for VS 2003 setup files?
Phil Wilson - 09 May 2007 15:12 GMT
TARGETDIR is not used for the web folder destination. The property name is
TARGETVDIR. Web setups are different.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> TARGETDIR is used in VS 2003, because of which only, I wasa able to create
> my
[quoted text clipped - 28 lines]
>> > with
>> > VS 2005. What changes needs to be done for VS 2003 setup files?