[WiX-users] Uninstalling a deleted SQL database

2007-03-09 Thread Peter Varga
Hi, How can I uninstall an sqldatabase installed by Wix if the database has been unfortunately deleted in the SQL Server Management Studio. If I start .msi, I have the modify dialog because the project is already installed. If I try to uninstall (start .msi, select Remove) I get an unknown db er

[WiX-users] Password input during the installation

2007-03-09 Thread Peter Varga
Hi, I ask the user to enter a password during the installation, which I then write into a config file (xmlfile). Do wix have a password input field instead of edit field to be able to hide the entered password ( * instead of readable characters)? If not, could somebody send me an example how to d