I have written a installation for a database. The installation does the
following things.
- Create a folder
- Copy an .mdf file into it
- Run some attach scripts

So far so good, the database is attached.

But now the uninstall. This does the following.
- Run a drop script.

But when I try to uninstall I get the message:
Product: Testing setups -- Error 1321. The Installer has insufficient
privileges to modify this file: J:\TestingSetups\MsSql\TestDb.mdf.

I think this is because wix first checks the privileges  for the .mdf file,
which the database is holding and refuses to go on.
Does anyone know a way to get around this?

Bas
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to