I'm working on a C# Managed Bootstrapper Application. I don't quite
understand how my bundle is identified as already-installed or not.
Examples I have read simply check the installed state (PackageState) of one
of the MSI packages - for example,
http://bryanpjohnston.com/2012/09/28/custom-wix-man
So I've found the following sources of documentation and information. Are
there any more comprehensive sources I'm missing?
One "Bootstrapper Application Interface" article in the wix.chm, also at
http://wixtoolset.org/documentation/manual/v3/
(Sketch of the API for C++ coders)
http://blogs.ms
It depends on what you mean by installed. The engine will install the
bundle when it runs Apply. So if .NET gets installed but your MSI fails,
your bundle is still considered as installed.
If you want to know whether your bundle is installed, then you should be
able to rely on the WixBundleInsta
3 matches
Mail list logo