Hi Sam
Thanks for the quick reply.Here's the thing: For the 'Output the wyUpdate files to:' path, if one enters %version%, then the version number is expanded, but the folder is not created.
For example, here's what happens:Output the wyUpdate files to: C:\Temp\%version%Version Number: 11.06
Scenario 1:Contents of C:\Temp before building the update: emptyWhen you click on Build Updates, you get an error and the updates fail to build.Contents of C:\Temp after building the update: an empty folder named %version%
Scenario 2:Contents of C:\Temp before building the update: an empty folder named 11.06When you click on Build Updates, you do not get an error, and the updates are built successfully.Contents of C:\Temp after building the update: an empty folder named %version%, and the client.wyc file, and the wyupdate.exe file are now inside the folder named 11.06
Therefore, the variable is actually being expanded correctly, except when the new folder is being created.
Also, if it isn't too difficult (and I imagine it should not be since only the folder creation is lacking the variable expansion), then would it be possible to add this as a feature? In my workflow, I need to keep the older wyc's as well, not just the latest (enterprise requirements - things aren't so straightforward here)... So I'd appreciate not having to copy and paste the files manually...
Thanks!