MSFN Forum: Integrate EXEs in Win7? - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Integrate EXEs in Win7?

#1 User is offline   TheWiz 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 29-August 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 September 2012 - 08:58 AM

Hi,

I read this post: http://www.msfn.org/...e-exes-in-win7/

But i still didn't understand how can i had exe file.

I want for example to add
Direct link to EXE
http://go.microsoft.com/?linkid=9801148 
.Net 4.5.


I will be happy if u can explain it step but step for KISS users.

10x!

This post has been edited by Tripredacus: 10 September 2012 - 09:00 AM



#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 10 September 2012 - 09:03 AM

You just need to find the silent install switches for that application. Then you can put it into first logon commands. I personally use this type:

			<FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Description>Install program</Description>
                    <CommandLine>cmd /C start /wait c:\install.cmd</CommandLine>
                </SynchronousCommand>
            </FirstLogonCommands>


So I use a CMD because I need to do more than one thing at a time. Either you can just use a CMD as well, or put the install command directly in that CommandLine spot.

#3 User is offline   TheWiz 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 29-August 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 September 2012 - 09:31 AM

1. <FirstLogonCommands> ...... i add to my Autounattend.xml file?
2. I Mount image, create my folder, copy exe file, copy CMD file , Un-Mount. that it?

no need Audit Mode?

10x.

This post has been edited by TheWiz: 10 September 2012 - 09:34 AM


#4 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 11 September 2012 - 07:35 AM

From what I understand, you could add it to the unattend.xml in Panther on an image that was sysprepped without an answer file. I wouldn't install into Audit Mode, it can install in OOBE mode.

#5 User is offline   HerbM 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 07-September 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 September 2012 - 05:32 PM

So is this how the command prompt in WinPE is done?

What pass?

I need to replace the booted Command prompt in a WinPE with a scripted command prompt to (like you say) do multiple things.

I have assuming I could do this but it sounds like you are pretty much describing what I need to do.

After a functional WinPE is running with basic windows command line, I need to run commands to fix up the AutoUnattend on writable disk (merge tow of them actually) and then (re)start the (separate source)DVD installer for the real (non-WinPE) install.

The details aren't important, but the idea is to "do some stuff" from WinPE and reboot.

So, likely I could just call this out in the Windows PE section of the (WINPE) AutoUnattend.xml file.

Cool.

Thanks.

--
HerbM

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy