Jump to content

Featured Replies

Have you tried dissabeling uac with autounattend.xml?

    <settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
</settings>

  • Author

Have you tried dissabeling uac with autounattend.xml?

    <settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
</settings>

I always disable uac. The specific application does not work if I won't right click and select "run as administrator" even if I had it disabled. I suppose that it won't work if I just make it run silently. It just requires admin rights.

  • Author

Package your instaleer in a winrar sfx file and select "request admin access" in winrar when building the archive.

Does winrar has this option? Great that's what I was looking for.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...