c# - My custom MSI will not install on Windows 7 or Windows Server 2008 R2 -


i have several deployment projects of them being web deployment projects. msis have installed on both vista , windows server 2008. not install on windows 7 or server 2008 r2 unless run console window right clicked "run administrator" unless this, none of installers install.

i cannot force customers have open console window have install software. workaround now, our customers doing need fix in future releases.

i tried creating launch condition , setting condition adminuser didn't work.

thanks help.

this error related user access control (uac) default settings. detailed steps of workaround read post: http://rambletech.wordpress.com/2011/09/15/windows-server-2008-you-do-not-have-sufficient-privileges-to-complete-this-installation-for-all-users-of-the-machine/

hth,

ozzie.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -