dtf Questions

6

I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters that my application specifies (like the installation path, dec...
Hub asked 23/4, 2011 at 14:50

1

Solved

I'm using the Microsoft.Deployment.WindowsInstaller libraries to read out values from a .msi file. Properties are no problem, and the summary-information can also be read out, example: static vo...
Locket asked 12/11, 2014 at 13:53

1

Solved

The MsiProcessMessage function doco on MSDN shows this example: PMSIHANDLE hInstall; PMSIHANDLE hRec; MsiProcessMessage(hInstall, INSTALLMESSAGE(INSTALLMESSAGE_ERROR|MB_ABORTRETRYIGNORE|MB_ICONW...
Onetime asked 20/4, 2013 at 19:15

5

Solved

Is there a way to read the properties inside an MSI file? For example, given a MSI file named Testpackage.msi, I need to find productName PackageCode version This I am going to use it with WMI uni...
Inconclusive asked 18/11, 2008 at 14:14

2

I have found an example for encrypting a web.config during installation here, but my app is a windows service. The aspnetreg_iis method works only for web.config files. I know how to programatical...
Flagellum asked 20/11, 2008 at 21:54
1

© 2022 - 2024 — McMap. All rights reserved.