Hey Rafael,
What can be happening?
The exe file you're trying to execute wasn't changed from 1.0.1 to 1.0.2, correct? It should execute, but it won't because wyBuild 2.6.14 and below have a bug where it will only "mark" the file to be executed if it's also being updated. And because your file is not changed from 1.0.1 to 1.0.2 wyBuild won't include the file to be updated, and thus won't "mark" the file to be executed.
This is being fixed in wyBuild 2.6.15 (out in the next couple of days). In the meantime you have 3 choices:
- Modify the app to be executed in 1.0.2 -- bump the version number, or change it in any other way.
- Execute a batch file in the temp folder and have it launch the file you want to execute.
- Or wait for wyBuild 2.6.15.
Sorry for the trouble.