Eric, I've created an enum for the possible values for CO_INSTALL_PROPERTIES.type field (CoApp.Toolkit.Engine.CompositionAction); when you get a chance, can you make sure that the values for that field match that:
public enum CompositionAction {
SymlinkFile,
SymlinkFolder,
Shortcut,
}
That'll make sure the Composition Rules parse correctly :D
[Description: Description: Description:
fearthecowboy]<http://fearthecowboy.com/>
Garrett Serack | Microsoft Open Source Software Developer | Microsoft
Corporation
Office:(425)706-7939 email/messenger:
[email protected]<mailto:[email protected]>
blog: http://fearthecowboy.com<http://fearthecowboy.com/>
twitter: @fearthecowboy<http://twitter.com/fearthecowboy>
I don't make the software you use; I make the software you use better on
Windows.
<<inline: image001.gif>>
_______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp

