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.

Vista Image (or unattended setup) in ImageUltra Builder?

Featured Replies

Has anyone tried using ImageUltra Builder to deploy a Vista WIM image yet? I am experimenting with it, and wanted to see if anyone had any tips or tricks. I figure I should be able to at least install it as a "Hardware Specific Image".

-Mike

  • Author

Ok, I almost have it working. I created my normal WIM image, and imported it into IUB as a Hardware Specific Image. I also set the image to deploy over the network to speed up the whole process. The computer gets repartitioned, and the WIM image applies to the c: drive. Unfortunately, upon first boot, I get an error that NTLDR can't be found.

I can manually fix it by running "bootsect.exe /nt60 c:", but adding that command (and bootsect.exe) to the HSI OS module does not work. I'm gonna try the /force switch next.

I think I can get it to work, and I'll let you guys know about my results.

-Mike

  • Author

I got it working. IUB now images a machine, and successfully boots into Vista. Here's how I got it working.

In my Hardware Specific Image source, I added a copy of bootsect.exe, and put this command in my deploy.bat, which runs the actual imagex.exe /apply command. Perviously, I had tried the bootsect.exe command after the imagex command. That didn't work. The bootsect command needed to be before the imagex command. Here is the contents of my deploy.bat file:

bootsect.exe /nt60 c: /force

imagex.exe /apply vista_image.wim 1 c:

And the contents of the source files folder for the OS module:

deploy.bat

imagex.exe

vista_image.wim

wimscript.ini

bootsect.exe

And finally the contents of my Vista basemap:

ImageUltra 3.0 - Windows XP Pro Primary Partition

HSI OS Module for Windows Vista Enterprise

-Mike

Edited by caouette

  • 2 weeks later...
imagex.exe /apply vista_image.wim 1 c:

How about imagex.exe /apply /boot vista_image.wim 1 c:

Worked for me ;-)

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.