Welcome to Atalasoft Community Sign in | Join | Help

January 2009 - Posts

CustomActionGroup: Making your own grouping in SharePoint admin pages

CustomActionGroups are a way to group together CustomActions in your SharePoint admin pages.  Go figure!  I’m going to give you a quick example of how these things work. A CustomActionGroup looks like this: InfoPath Forms Services is the group,
Posted by dterrell | 0 Comments

Visual Studio’s Tab Ordering

Did you know… You can keep recently-used files from falling off the File Tab Channel? Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by dterrell | 0 Comments
Filed under:

Shift_Job

Just a quick note that my responsibilities in Atalasoft shift again from Build Czar –> DotImage Engineer –> Vizit Engineer –> Installer Czar –> Vizit Engineer.  So I am back on Vizit engineering again, and once again banging my head on
Posted by dterrell | 0 Comments

Extending WiX Preprocessing: A few debug examples

This time we’ll talk about debugging that shiny new preprocessor code.  Since Visual Studio will lock your DLL when you use it to build something, the development cycle gets really slowed down by closing Visual Studio, editing/rebuilding your code,
Posted by dterrell | 0 Comments

Extending WiX Preprocessing: Getting at the WiX source as a preprocessor (with Reflection)

In my last blog post , I showed how easy it is to extend WiX, and make a simple preprocessor extension.  It barely went beyond the existing WiX preprocessor example, but it get’s you off the ground.  This time, I’d like to look at an available
Posted by dterrell | 0 Comments
Filed under: , , ,

Extending WiX Preprocessing: A ‘How-To’ with Reflection

The authors of WiX have made it easy for you to do some of your own preprocessing on your WiX files before they get handed to the compiler (hence PRE of ‘preprocessing’).  Aside from the regular preprocessor functions you can use (variable replacement,
Posted by dterrell | 1 Comments
Filed under: , ,