Registry changes

Hello,

in the past I had an update from version 1.3 to 1.4 that contained registry changes. When publishing version 1.5 I realized that these changes are not applied if the user updates from any version <= 1.3. I had to add the changes to version 1.5 which is not really what I wanted because now the changes are also applied for updates from 1.4 to 1.5.

Is there any way to change this behavior so that the changes are only applied once when the user updates from 1.3 to 1.4?

I'm curious if it would be possible to install .Net Framework 4.5 using wyUpdate for users on Windows 7 machines so that I can build newer versions of my application for .Net 4.5?

Is there any way to change this behavior so that the changes are only applied once when the user updates from 1.3 to 1.4?

Not yet. That's coming with the incremental updates in wyBuild 2.7. Right now all updates are direct patches. Meaning you need to include the registry state you want when the user upgrades to your latest version.

I'm curious if it would be possible to install .Net Framework 4.5 using wyUpdate for users on Windows 7 machines so that I can build newer versions of my application for .Net 4.5?

Yes. Include the .NET 4.5 bootstrapper in your update and execute it before or after your update.