Hello,

 

I'm converting an existing InstallShield merge module to Wix.  This
merge module puts some files in the Windows Installer cache directory to
support maintenance operations.

 

My code is as follows:

 

<Directory Id="WindowsFolder">

            <Directory Id="Installer" Name="INSTAL1~"
LongName="Installer">

                        <Directory Id="XXXXXXXX_XXXx_XXXX_"
Name="{XXXXXX~" LongName="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}">

 

                                    <Component /Component>

                                    .

                                    .

                        </Directory>

            </Directory>

</Directory>

            

When installed the files go to
C:\Installer\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}, the Windows
directory is ignored.  A verbose log show the WindowsFolder.guid
property correctly but the files end up in the wrong place.

 

Any ideas on what I'm doing wrong?

 

Thanks,

Tom

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to