Not without an extract of the .wxs file. I can give you a sample what I 
always do as part of setting up the directory structure:
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="JustcroftDir" Name="Justcroft" ShortName="JUSTCROF">
<Directory Id="INSTALLLOCATION" Name="JustCGM 5.0" ShortName="JCGM50">
....
</Directory>
</Directory>
</Directory>

Basically the <Directory Id="TARGETDIR" Name="SourceDir"></Directory> is 
required in each project. The nested <Directory 
Id="ProgramFilesFolder">.... causes a directory structure such as 
C:\Program Files\Justcroft\JustCGM 5.0\ to be created.
Theo
Op 12-4-2011 10:38, swapna.rachako...@thomsonreuters.com schreef:
> When I compile WiX project "Program Files" folder is creating in my WiX
> project folder.
>
> Could anyone tell me where I am going wrong.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Forrester Wave Report - Recovery time is now measured in hours and minutes
> not days. Key insights are discussed in the 2010 Forrester Wave Report as
> part of an in-depth evaluation of disaster recovery service providers.
> Forrester found the best-in-class provider in terms of services and vision.
> Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-- 

    Never argue with idiots. They drag you down to their level, and then
    beat you with experience. — Dilbert 


------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to