Folder management

One of my updaters places a tool in %ProgramData%, which works great. However I'm planning on removing that tool from this updater and manage it through another system.

I understand that the first time I rollout an update without the folder, wyUpdate will remove it. However, in subsequent updates, will it keep removing that folder, even though it wasn't in the previous package(s)?

SamK wrote:> I understand that the first time I rollout an update without the folder, wyUpdate> will remove it. However, in subsequent updates, will it keep removing that folder,> even though it wasn't in the previous package(s)?

If the update start from a version where the tool exists in %ProgramData% than yes, the tool will be removed from the update.

Alright, can't risk that, will pick another folder location. Thanks