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:
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 *
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
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
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
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.
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
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
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