Hi,
I downloaded the latest Cameyo.exe and tried to use the command-line package builder.
I followed the steps in XML-based package building page - http://www.cameyo.com/doc/index.html?first_troubleshooting_steps.htm
And also activated the license as prescribed. Below is the sample XML file I used.
And the command line I used is - "D:\cameyo>Cameyo.exe -BuildPkg sample.xml". All the files needed are in the same directory as Cameyo.exe.
When I run, I always get a Fatal dialog saying - License required.
Appreciate any help you can provide/suggest.
Thanks,
Glenn
<ZeroInstallerXml>
<Properties>
<Property AppID="Sample" />
<Property FriendlyName="Sample" />
<Property Version="1.10.0.0" />
<Property IconFile="notepad.exe" />
<Property VirtMode="DISK" />
<Property BuildOutput="Sample.exe" />
</Properties>
<FileSystem>
<File source="notepad.exe" targetdir="%Program Files%\Sample" />
</FileSystem>
<Registry>
<Key path="%CurrentUser%\Software\Sample">
<Value name="Version" string="[Version]" />
</Key>
</Registry>
<Sandbox>
<FileSystem access="Full" />
<Registry access="Full" />
</Sandbox>
</ZeroInstallerXml>
Hello Glenn,
Please open a package in Package Editor and click the Advanced tab. Is "Auto update" in gray, or is it in blue?
As it turns out, the downloaded version I have does not support command-line package builder. I had to request a trial Dev version to do my evaluation. It's working now.