I am developing an installer using Wix. I am using the ISWIX add in. I want to copy some folders in installation directory during installation. And these files and folders must be deleted after successfully uninstalled. And I also need to copy a library to the system folder of the PC and that should also be deleted during uninstallation. For this, do I need to have admin access? Is my installer can have launch condition like to check if the user is Admin or not?
Though it contains multiple questions but all the questions are correlated.