Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

Browse by Tags

All Tags » Installer » C# (RSS)
Custom ConfigurationSectionHandlers in InstallerClasses
I'm writing an installer class for an MSI Setup Project, and find myself needing to manipulate my web.config containing a custom ConfigurationSection. This should be trivial seeing as my SectionHandler code is bundled with the rest of the application...

Posted Monday, May 07, 2007 10:02 AM by Avner Kashtan | 1 comment(s)

Filed under: , ,

InstallerClasses and little-known gems.
I'm writing an Installer class for an MSI installer project, and passing a checkbox's value from the MSI UI. I noticed that when I pass the checkbox's linked variable into my code, it's received as a string, and not only a string - the possible values...

Posted Sunday, May 06, 2007 6:55 PM by Avner Kashtan | with no comments

Filed under: , ,

More Posts