If I do a clean install of our product I see the two file shares showing
at the end of the install. However, when I do the major upgrade the file
shares are there before I start the major upgrade and are missing by the
time it is done. I've taken verbose log files of each and tried to
compare them, but don't see the problem yet. I've been looking in the
area of CreateSmb and it is similar in both cases. 

This is still a WiX 2.0 project needing an update to WiX 3.0 but
probably not going to happen before we have to ship.

<Component Id="ConnectSharedFilesShare" Guid="someguid">
          <FileShare Id="CONNECTSHAREDFILESSHARE"
Name="ConnectSharedFiles">
            <Permission GenericAll="yes" User="Everyone"></Permission>
          </FileShare>
</Component>

Any ideas why a share would not be recreated on a major upgrade?

Thanks
Chad


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to