I have a Basic MSI project that installs some dlls to a location say "C:\Program Files (x86)\CompanyA\Service"
. The folder access permissions restricts access to standard account (non administrator). Now I launch the application using a standard account, which doesn't uses the DLL's in the above said location. But due to the resiliency feature of InstallShield, it tries to check the components. As the above component is not accessible it starts self repairing process showing a dialog "Please wait while windows configures ProductA" .
Is there any option to turn off this resiliency feature? Or Is there any way to hide the Re-installation dialog?
Please suggest if we have any other solution for the above problem.