Hi Thomas

The C:\Windows\Installer\ folder is hidden system folder which is
used by Windows Installer INTERNALY. It means that you should not
install any files to this folder (I think).

Anyway, you should use the
<Directory Id='WindowsFolder' Name='.' SourceName='.'>
to get the correct Windows folder location.

Regards

Stefan

Thomas Svare wrote:
> 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
-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
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