Browse by Tags

All Tags » custom actions (RSS)

I'm a slacker!

I was reminded that I haven't posted in a while and that I've been a slacker. I profusely apologize and hereby seek to remedy that situation. So here's what I've been up to... Why should you avoid using the TypeLib table ? I have a customer...

Customizing the PathEdit and DirectoryCombo controls to validate path entries

My last post Common Tasks: Validating a Path received this comment from HookEm: Two of your 5 conditions can be handled without a custom action using the native MSI controls: "Must be less than 200 characters in length": see the Text property...
Posted by SusanGorman | with no comments

Common Task: Validate a Path

The built-in dialog for selecting the Destination Folder will automatically do a certain amount of validation on the selected path. For example, if the user types in a path using a character that isn't allowed by Windows (such as a question mark ...

Build and test a simple DLL

Continuing with the walkthrough of making a DLL from my previous blog ... As a reminder, I'm following along with Chapter 19 (Dynamic Link Libraries) from Programming Windows 95 by Charles Petzold. I have a header file with a macro defined for exporting...
Posted by SusanGorman | with no comments
Filed under: , ,

What the heck is a __declspec?

(Note: I’m using InstallShield 12 for my install development and Visual Studio 2005 for DLL development.) The goal is to learn to make a simple DLL that I can use in an MSI custom action. Today I started with the basics using a classic book that still...
Posted by SusanGorman | 1 comment(s)
Filed under: , ,