Re: [NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-17 Thread Thomas Schroedter
ia the ProductProperty(string) property on this object.  That should presumably allow you to get hold of the folders/files you need to delete. HTH, Bill From "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by:

[NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-09 Thread Thomas Schroedter
Title: MSI Task: Remove all files/folder during uninstall Hi, I want to add a custom action, which removes all files and folder of my installation during uninstall. Is there a way to add such a custom action inside the msi task? An example would be great! Thanks, Tom ** IMPORTANT *

RE: [NAnt-users] How to modify the MSITaskTemplate.msi file?

2006-05-08 Thread Thomas Schroedter
install?  (set the 'typical' attribute of the element to 'true'.) HTH, Bill From "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 05/05/2006 06:24

[NAnt-users] How to modify the MSITaskTemplate.msi file?

2006-05-04 Thread Thomas Schroedter
Title: How to modify the MSITaskTemplate.msi file? Hi, I've got a working nant script which creates a msi file. It works fine with the default MSI Template provided by NAntContrib. But I have tried to change the displayed dialogs in MSI Template file, using InstallShield Developer. What

[NAnt-users] task: How to remove an existing installation before installing a new version?

2006-05-03 Thread Thomas Schroedter
Title: task: How to remove an existing installation before installing a new version? Hi, I need a bit of help with the msi task. I've no problem to create a setup, it's working fine. Now, I've got a problem with updating the installation. What I want to do is install V1.0.0, create a new V

[NAnt-users] MSI Task: License Text not displayed!

2006-04-02 Thread Thomas Schroedter
Title: MSI Task: License Text not displayed! Hi, I want to display a license agreement text during a setup. But when I ran my setup nothing is displayed in the license aggreement dialog. My msi task looks like that: "... sourcedir   = "${release.dir}" output      = "${output.

[NAnt-users] Looking for a NAnt MSI web setup example.

2006-03-27 Thread Thomas Schroedter
Title: Looking for a NAnt MSI web setup example. Hi, I'm looking for a web setup example, which shows how to install a web application on IIS using the msi task. Thanks for your help! Tom ** IMPORTANT ** This email and any attachments transmitted with it are confidential. If

[NAnt-users] MSI Task: Wrong default location/targetdir

2006-03-19 Thread Thomas Schroedter
Hi, I try to change the default installation location. At the moment it points to "D:\", but it should point to something like C:\Program Files\\. How can I change the default location of a setup? Thanks, Tom ** IMPORTANT ** This email and any attachments transmitted with it are con

[NAnt-users] MSDataSetGenerator

2006-01-10 Thread Thomas Schroedter
Title: MSDataSetGenerator Hi, I want to compile a solution, but I've got a problem with strongly typed DataSets (a .xds file). Visual Studio runs a custom tool (MSDataSetGenerator) on them and generates cs files which are included in the project DLL. Is there a task in NAnt to call the cust