Hello.

I'm trying to change my Wix Installer in order to make it works under Vista.
My problem : I Have a Web-Plug-in which had to write some data on his current 
directory and can update itself..

But Vista don't give to the plug-in enough right to write in the directory.
I tried the Permission Element in order to create the folder with enough 
rights, but I dont have satisfying results.

What I do :
<Directory Id="PlayerFolder" Name='Player'>

    <Component Id="component0" DiskId="1" 
Guid="a5168911-1234-1234-1234-897234516189">

        <CreateFolder Directory="PlayerFolder">

            <Permission ChangePermission="yes" GenericAll="yes" User="Everyone" 
TakeOwnership="yes" CreateFile="yes" WriteAttributes="yes" 
WriteExtendedAttributes="yes" />

        </CreateFolder>

        <File Id="file100" Name="config.3dl" src 
="C:\alienbrainWork\WIX\Test\bin\config.3dl" >

            <Permission ChangePermission="yes" GenericAll="yes" User="Everyone" 
TakeOwnership="yes" Write="yes" WriteAttributes="yes" 
WriteExtendedAttributes="yes" />

        </File>

    </Component>

</Directory >

but my config.3dl file is not modified and I think that the update of the dll 
will don't work either.
What is wrong ?

Thx a lot :)

Nicolas.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to