Has anyone tried packaging a "clickonce" deployment using WiX?

Our goal is to create a package that will push the bits to a site/Vdir and have 
the click once package be ready for use.

One of the problems I've run into is the customAction for Mage.exe's signing of 
the file. We had it after the installfinalize section and it worked fine, but 
then we found out that the manifest needed to have a few values updated prior 
to being signed.

Old Order:

InstallFinalize

1.       Mage.exe generates Application Manifest

2.       Mage.exe signs Application Manifest


Now I need to create the application manifest before the util:XMLConfig steps 
run and then sign the file after it runs, but the problem is when I try and 
schedule  Step 1 prior to SchedXmlConfig, I'm getting an error stating that the 
mage.exe tool is returning an incorrect value.

Anyone have any ideas to get around this?

Thanks
Pierson
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to