Jump to content

Win 7 Application Install


Recommended Posts

Hi all,

I have a quick question for you all.

After some light reading it seems that there are lots of different way to tackle the application install side of things. I'll be honist im quite new to all of this.

I have created a .bat file listing commands to install several applications silently. I want to merge this .bat file + the installs to my windows 7 CD.

Which way would be best to tackle this? WAIK/WSIM? setupcomplete.cmd? runonce.cmd?

On a side note, would any other the above option disable UAC to stop the prompting?

I want to keep it simple but effective.

Thanking you all in advanced,

Regards,

Steve.

Link to comment
Share on other sites


http://www.msfn.org/board/adding-applicati...ll-t140198.html

and disable UAC add this to your 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>

change processorArchitecture="amd64" to processorArchitecture="x86" for x86

Edited by maxXPsoft
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...