Questions tagged [dtf]

DTF (Deployment Tools Foundation) provides a framework for easily and reliably writing managed code custom actions for the Windows Installer.

64 questions
0
votes
1 answer

WIX/DTF - Dialog with a list, edit field and add/remove buttons on it

Anybody knows a good source to get an idea how to create this kind of a dialog? I'm well aware that I'll need to write some CA's for that but relatively new to WiX (used to work with InstallShield). TIA!
Gabriel
  • 99
  • 3
0
votes
2 answers

How to modify folder structure while extracting an MSI using WiX DTF

I need to extract the files from an MSI into a folder, but change the directory structure of the files, all from within a C# application (ie: not by doing an admin install, or any other install of the MSI). Conceptually, I want to "unzip" the MSI's…
John M. Wright
  • 4,477
  • 1
  • 43
  • 61
0
votes
1 answer

How do you update Installed Product information with WIX DTF?

Using DTF i can get the installed product fine using the following code. var product = (from p in ProductInstallation.AllProducts where p.Publisher == CompanyName && p.ProductName == ProductName …
Ryan Burnham
  • 2,619
  • 3
  • 27
  • 43
-1
votes
1 answer

DTF XMLSchemaExtension issue in WiX

I am creating a custom WiX extension using the Deployment Tools Foundation (DTF) framework. I have created the necessary wixlib and extension classes. The problem is when I refer this extension through my .wxs file, I am getting the below error…
1 2 3 4
5