basic msi - How to Avoid Resiliency of InstallShield -


i have basic msi project installs dlls location "c:\program files (x86)\companya\service". folder access permissions restricts access standard account (non administrator). launch application using standard account, doesn't uses dll's in above said location. due resiliency feature of installshield, tries check components. above component not accessible starts self repairing process showing dialog "please wait while windows configures producta" .

is there option turn off resiliency feature? or there way hide re-installation dialog?

please suggest if have other solution above problem.

  • you can put install condition on components validate privilegedproperty , not install particular components on machine. way installer not think have missing parts.

  • you can install elsewhere, have right to.

  • msi 5.0 have feature make dual purpose package can install user or admin.

  • you can deploy dll support file , copy via batch files. (not best practice work)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -