<div dir="ltr">Hello,<br><br>I&#39;m working on a C++/Boost/QT4 application for unix, osx, and windows.&nbsp; I am currently using cpack / nsis to create the installer for windows.<br><br>During installation on Vista, I am given a dialog titled &quot;This program might not have installed correctly&quot; that supplies two user options &quot;Reinstall using recommended settings&quot; or &quot;This program installed correctly&quot;.<br>
<br>After doing some research, it looks like this is a Vista UAC issue being addressed by the nsis folks.&nbsp; Here is a page covering the latest approach to a fix that I can find:<br><a href="http://nsis.sourceforge.net/UAC_plug-in">http://nsis.sourceforge.net/UAC_plug-in</a><br>
<br>Does anyone know of a cpack oriented fix, or is there currently a way within cpack to set the RequestExecutionLevel within the generated NSIS script?<br><br>Thanks a ton,<br>Mark<br></div>