[WiX-users] getting disk cost details

2009-05-19 Thread Mark Sinnathamby
Hi, I have a custom dialog during installation where I have to show the disk cost and remaining space on a selected drive where the application is going to be installed. I want to use two properties to use as the text for two labels on this screen. How do I get the values into the two properties

[WiX-users] DB Drop at Uninstall

2009-05-04 Thread Mark Sinnathamby
Hi, The database credentials for creating my database are taken during installation via a dialog box. Using the login, password and server name details entered by the user, I create the database during installation, using SQL authentication. But when I am uninstalling, the database does not drop

[WiX-users] database drop during uninstallation

2009-04-28 Thread Mark Sinnathamby
Hi, In my Wix installation, I've got a couple of executables, some windows services and a database. For creating the database, I use a custom dialog which gets the username, password and database name into properties, and these properties are used during the database component installation. But

Re: [WiX-users] WiX-users Digest, Vol 35, Issue 107

2009-04-24 Thread Mark Sinnathamby
le into an msi package (Frank Neumann) 6. database and windows service not getting uninstalled (Mark Sinnathamby) 7. Re: database and windows service not getting uninstalled (Rob Mensching) -- Message: 1 Da

[WiX-users] database and windows service not getting uninstalled

2009-04-24 Thread Mark Sinnathamby
Hi, I have created an msi installation pack with Wix, using my own custom UI library. I have added the maintenance dialogs in this library as well. When I install the product, Which consists of a database a windows service and some executables, everything gets installed without any problems. When

[WiX-users] Disk Cost Details in Wix

2009-04-21 Thread Mark Sinnathamby
Hi, I am trying to display the disk space needed and disk space remaining for an application being installed in Wix. These details will be displayed in a custom dialog as labels. How do I obtain the disk space needed for the application and also the remaining disk space? Are there any properties