Jump to content

Janan

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About Janan

Janan's Achievements

0

Reputation

  1. 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.
  2. How to assign permission for MSI using CACLS.exe? I will need to wrap the MSI in a WiseScript wrapper and use the Execute Program action to call CACLS.Exe to set the permissions on the MSI. Could any one help me on this with example? Thanks & Regards, Janan.R
  3. I have given the access permission to the users according to the privileges[ admin/ non admin] using the Lock Permission table by hard coding the user id in the User Column.Actually I dont want the Login id to be hard coded directly. Do I have to write a Custom Action for that? Or can I use any Environmental Variable or Property (Like INSTALLDIR) in the Lock Permission Table itself? Kindly help..
×
×
  • Create New...