Hi all, Thanks for your support provided so far. In our application we have self repair option done through the Control Panel->Add/Remove Programs->Click here for Support Information(link) and we want self repair to be done in a restricted user. The self repair starts but after some time we get error as "Error 1730. You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance." The self repair is working in Administrator mode but the above specified error is displayed in non-admin mode. We have set the AlwaysInstallElevated key to 1. Still its not working. When we checked log file it seems Install initialize custom action is creating problem.The Log file generated is as below: MSI (s) (70:9C) [02:35:47:288]: Doing action: InstallInitialize Action ended 2:35:47: SetSREServiceURL. Return value 1. MSI (s) (70:9C) [02:35:47:288]: Machine policy value 'AlwaysInstallElevated' is 1 MSI (s) (70:9C) [02:35:47:288]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (70:9C) [02:35:47:288]: Note: 1: 1730 Action start 2:35:47: InstallInitialize. MSI (s) (70:9C) [02:35:50:125]: Product: Globalfs Server 1.73.2205.0 -- Error 1730. You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance. MSI © (5C:AC) [02:35:47:328]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg Error 1730. You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance. Action ended 2:35:50: InstallInitialize. Return value 3. Action ended 2:35:50: INSTALL. Return value 3. Kindly help us to proceed.