Wix - Creating a Windows Share - but why can it be deleted? -
this question might not 100% related wix, appreciated. have wix msi along installing stuff, creates windows share based on past in folder path:
<directory id="topfolder"> <component id="cmptopfolder" guid="{9e6c5291-xxxx-yyyy-zzzz-6fb6a12dfe99}"> <createfolder /> <util:user id="everyone" name="everyone"></util:user> <util:fileshare id="fstopfolder" description="my shared folder" name="my_share"> <util:filesharepermission user="everyone" genericall="yes" /> </util:fileshare> </component> </directory>
this works fine , windows share created , ticks along nicely .... on sites ( & in our office ) , again, when using our app accesses share, find windows share has gone ?!
so wondering, firstly if have set share correctly in wix , if so, can please let me know might cause windows share deleted ( except user going in , deleting ) - other shares on pc still there ?!
thanks in advance,
chris.
Comments
Post a Comment