First, I wanted to mention that Cameyo is a great product. That being said, the documentation for it is a little sparse in areas. In particular, I'm trying to determine how to add non-string values into the registry via ZeroInstaller. The documentation only mentions that you can do things like: <value path="[path]" string="[value]">
But what if the value is a dword instead of a string? Or binary data?
The reason you don't see documentation for dword / bin is because only strings were supported until now. Will post the latest ZeroInstaller this weekend, with support for dword / bin and examples.