Re: Migrating from ZfDS 6.5 to 10.
Your app is probably failing at the registry because of a lack of permissions.
If you write values to the registry either your users are local admins or you need to elevate the rights of the action at that point for it to be "successfull".
Difference here is the elevated privileges have changed since 6.5.
6.5: user is temporarily put member of the local admin group.
10: a temporary user equivalent to admin is created, the task is accomplished, then the user is deleted.
And I understand your frustration regarding the new way of bulding bundles, its quite a change from 6.5.
Cheers
|