Page 1 of 1

tis-disable-office-dde

Published: November 6, 2017 - 8:41 AM
by gaelds
Hello,

with the 2016 version on Windows 7, installing this package causes an error when opening Office files from a desktop shortcut, for example. Is there a workaround, or should I uninstall it?

Re: tis-disable-office-dde

Published: Dec 19, 2017 - 7:41 PM
by dcardon
The package launches a .reg file in the user session. If you want to uninstall it, you'll also need to modify the values ​​in the user context. The `uninstall()` function doesn't have an equivalent for removing things in the user context like the `session_setup()` function.
Therefore, for uninstallation, you would need to create another `wapt tis-enable-office-dde` package with the .reg file that changes the default values ​​and execute it in a `session_setup()` call, just like the `tis-disable-office-dde` package.

Denis