target / sccmosd-refresh-multitool

A method to migrate from Windows 7 (w/ BIOS) to Windows 10 (w/ UEFI) In A Single Task Sequence
MIT License
9 stars 3 forks source link

Looks like - RMT_LTIApply.wsf is missing #3

Closed ThumbsUpCode closed 8 years ago

ThumbsUpCode commented 8 years ago

Looks like - RMT_LTIApply.wsf is missing

mikebeckel commented 8 years ago

It's not missing. I wasn't sure if we could redistribute Microsoft code so we left it up to you to download MDT and modify the file.

RMT_LTIApply.wsf is based on LTIApply.wsf which is included with the MDT Deployment Toolkit. The only modification to the file is the removal of the /mbr parameter on the bootsect.exe command. You are responsible for making this update in your Deployment Toolkit package.

Here's what the line looks like after removing the /mbr command.

oLogging.CreateEntry "Executing BOOTSECT.EXE to install a Vista boot sector", LogTypeInfo
iRC = oUtility.FindExeAndRunWithLogging( "bootsect.exe", "/nt60 " & sBootDrive)
ThumbsUpCode commented 8 years ago

Thanks, That made sense. I overlooked couple of words though, I m still testing it.

jgeater commented 7 years ago

I'm running into a slightly different problem. I made the modification but the script is returning the "Class not defined" Here are the log entries.


Property LogPath is now = C:\Windows\CCM\Logs\SMSTSLog RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) Property pe is now = RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) Microsoft Deployment Toolkit version: 6.3.8330.1000 RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) The task sequencer log is located at C:\Windows\CCM\Logs\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) Property Debug is now = FALSE RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) FAILURE (Err): 506: Create object: Set oScriptClass = New RMT_LTIApply - Class not defined RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000) FAILURE ( 5400 ): Create object: Set oScriptClass = New RMT_LTIApply - Class not defined RMT_LTIApply 10/25/2016 7:33:09 AM 0 (0x0000)


Any idea what I'm missing?

ThumbsUpCode commented 7 years ago

rmt_ltiapply

You seem to be missing a building block of .wsf (ZTIUtil... vbs). Find attached pic.

`

```