Posted October 4, 201014 yr I'm trying to install AveFolderBG for Windows 7 during unattended installation of windows. The problem is that I can't run it with admin rights just like it shown in directions... How can I run it with admin rights using a silent installer?
October 4, 201014 yr 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>
October 4, 201014 yr 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.
October 5, 201014 yr Package your instaleer in a winrar sfx file and select "request admin access" in winrar when building the archive.
October 5, 201014 yr 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.