You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CustomAction WriteREGION_TYPE creates a file, and because of that files are not removed automatically.
so I added, CustomAction Clean_Custom_Files_After_Uninstall
Files were removed but not the empty folders.
I have added RemoveFile and RemoveFolder but still empty folder was not removed.
Could you please advise?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following wxs file.
I took a small example from https://resources.oreilly.com/examples/9781782160427/-/tree/master/Chapter%203/Built%20in%20properties%20example
and added some changes :
CustomAction
WriteREGION_TYPE
creates a file, and because of that files are not removed automatically.so I added, CustomAction
Clean_Custom_Files_After_Uninstall
Files were removed but not the empty folders.
I have added
RemoveFile
andRemoveFolder
but still empty folder was not removed.Could you please advise?
Beta Was this translation helpful? Give feedback.
All reactions