Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Integrate EXEs in Win7?

Featured Replies

Hi,

I read this post:

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!

Edited by Tripredacus


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.

  • Author

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.

Edited by TheWiz

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.