Jump to content

Search the Community

Showing results for tags 'Admin Rights'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • General Discussion
    • Introduction
  • WinCert Member Projects
    • Win Toolkit
    • HeiDoc.net Projects
    • Windows Post-Install Wizard (WPI)
    • WPI, nLite and RVM Addons
    • DX WinNT6.x True Integrator
    • Switchless installers
    • XP Theme Source Patcher
    • OS Transformation Packs
    • Installer Repacks
  • WinCert.net International
    • WinCert.net Turkish
    • WinCert.net Italian
    • WinCert.net French
    • WinCert.net Spanish
    • WinCert.net Dutch
    • WinCert.net German
  • Microsoft Operating Systems and Software
    • Microsoft Windows
    • Microsoft Windows Server Family
    • Microsoft Office
    • Tips and Tricks
  • News, Support, Discussion
    • Software Field
    • Hardware Field
    • Networks and Security Field
    • Games Hangout
    • Scripting and Programming
    • Drivers Field
  • The Design Art Forum
    • Graphics Showcase
    • Windows Customization
    • Web Design/Hosting/Administering
  • Miscellaneous
    • Site and Forum Issues

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Scenario, I would like to integrate and install McRip System Files using the AiO integrator. However the installer requires admin rights for a successful install. So i'm wondering if the 7z SFX module can help me in getting the job done. or perhaps simply turning off UAC in via answer file. Like so... <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.micro...fig/2002/State"[/url] xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance%22>"]http://www.w3.org/20...hema-instance">[/url] <EnableLUA>false</EnableLUA></component></settings> I'm wondering if something like, adding xml to the manifest of the SFX module using reshack might help, but I'm note sure If it's safe, or even how to code it so it works with the installer. This is an example snip of the manifest found in rvkroots.exe <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel> </requestedPrivileges> </security> </trustInfo> The installer supports the switches /VERYSILENT /NORESTART, I've taken a look at this post which provides some insight, but I would prefer to either use the Answer File method or 7z Modified Module as oppose to using WinRAR SFX as suggested in to mentioned post. Any insight would be much appreciated. Best Regards.
×
×
  • Create New...