all groups > visual studio .net setup > may 2007 >
You're in the

visual studio .net setup

group:

Adding TARGETDIR for web project using ORCA is not working


Adding TARGETDIR for web project using ORCA is not working savi_hk
5/4/2007 3:42:00 AM
visual studio .net setup:
Hi,
I created a Web setup project using VS 2003 and edited the output msi
file using Orcas to 'Add Physical Location Option for the target directory'.
I followed the same steps as mentioned in
http://www.codeproject.com/useritems/ChangeVDirWebSetupProject.asp (with
minor changes in specifying Control_Next in Control table as my setup was
created using VS 2003).

When I install using the edited msi file, I can all my files in the proper
target directory, as specified during installation, but the virtual directory
is never created. This problem is only with the VS 2003 setup, but not with
Re: Adding TARGETDIR for web project using ORCA is not working Phil Wilson
5/4/2007 10:58:25 AM
TARGETDIR isn't used in VS 2003 web projects. The property is TARGETVDIR .
--
--
Phil Wilson
[MVP Windows Installer]

[quoted text, click to view]

Re: Adding TARGETDIR for web project using ORCA is not working savi_hk
5/7/2007 10:31:01 PM
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?


[quoted text, click to view]
Re: Adding TARGETDIR for web project using ORCA is not working Phil Wilson
5/9/2007 7:12:57 AM
TARGETDIR is not used for the web folder destination. The property name is
TARGETVDIR. Web setups are different.
--
Phil Wilson
[Microsoft MVP-Windows Installer]

[quoted text, click to view]

AddThis Social Bookmark Button