I am using Wix 3.0. The linker is complaining about SideShowMenuFolder and 
SDKMenuFoler, saying that these are in the user profile, but there are no 
corresponding entries in the RemoveFolder table. Why does it think these are in 
the user's profile? I've set the ALLUSERS property. I ran setup without adding 
these directories, and verified that ProgramMenuFolder is indeed set to the All 
Users location.

        <Property Id="ALLUSERS" Value="1" />
        <Directory Id='TARGETDIR' Name='SourceDir'>

            <!-- Start menu Folder -->
            <Directory Id="ProgramMenuFolder" Name="PMF">
                <Directory Id="SideShowMenuFolder" Name="Windows SideShow">
                    <Directory Id="SDKMenuFolder" Name="SDKSDK"/>
                </Directory>
            </Directory>
...
</Directory>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to