Discussion:
oscdimg and atfsboot
(too old to reply)
rob davis
2008-12-09 23:10:06 UTC
Permalink
I get the following message when i try to create a windows PE boot image on
my windows vista client pc

ERROR: Could not delete existing file "c:\winpe_x86\ISO"
Error 5: Access is denied.

can you help me out?

thanks
unknown
2008-12-10 09:42:22 UTC
Permalink
Worng command line... What is your command line?

Example for creating a custom Windows PE with support for HTA and
Scripting

Start a "Windows PE Tools" Command Prompt (Elevated), and the type the
following (press ENTER after each line)

md C:\Diskimages

copyPE x86 C:\WinPE

ImageX /mountrw ISO\Sources\boot.wim 1 mount

peimg /install=*HTA* Mount\Windows

peimg /install=*Scripting* Mount\Windows

ImageX /Unmount /Commit Mount

oscdimg –n –betfsboot.com ISO C:\Diskimages\WinPE21.iso

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com



On Tue, 9 Dec 2008 15:10:06 -0800, rob davis
Post by rob davis
I get the following message when i try to create a windows PE boot image on
my windows vista client pc
ERROR: Could not delete existing file "c:\winpe_x86\ISO"
Error 5: Access is denied.
can you help me out?
thanks
rob davis
2008-12-11 05:36:01 UTC
Permalink
Oooh.. i was using the regular cmd command line...... (i just notice the pe
tools command prompt...

thank you.......
Post by unknown
Worng command line... What is your command line?
Example for creating a custom Windows PE with support for HTA and
Scripting
Start a "Windows PE Tools" Command Prompt (Elevated), and the type the
following (press ENTER after each line)
md C:\Diskimages
copyPE x86 C:\WinPE
ImageX /mountrw ISO\Sources\boot.wim 1 mount
peimg /install=*HTA* Mount\Windows
peimg /install=*Scripting* Mount\Windows
ImageX /Unmount /Commit Mount
oscdimg –n –betfsboot.com ISO C:\Diskimages\WinPE21.iso
Regards
Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com
On Tue, 9 Dec 2008 15:10:06 -0800, rob davis
Post by rob davis
I get the following message when i try to create a windows PE boot image on
my windows vista client pc
ERROR: Could not delete existing file "c:\winpe_x86\ISO"
Error 5: Access is denied.
can you help me out?
thanks
unknown
2008-12-12 07:53:05 UTC
Permalink
Well, the only difference is that the Windows PE Tools command prompt
sets the path to the various tools...

The copype command will do the same thing in a standard command
prompt... (as long as you don't close it :) )

Regards

Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com


On Wed, 10 Dec 2008 21:36:01 -0800, rob davis
Post by rob davis
Oooh.. i was using the regular cmd command line...... (i just notice the pe
tools command prompt...
thank you.......
Post by unknown
Worng command line... What is your command line?
Example for creating a custom Windows PE with support for HTA and
Scripting
Start a "Windows PE Tools" Command Prompt (Elevated), and the type the
following (press ENTER after each line)
md C:\Diskimages
copyPE x86 C:\WinPE
ImageX /mountrw ISO\Sources\boot.wim 1 mount
peimg /install=*HTA* Mount\Windows
peimg /install=*Scripting* Mount\Windows
ImageX /Unmount /Commit Mount
oscdimg –n –betfsboot.com ISO C:\Diskimages\WinPE21.iso
Regards
Johan Arwidmark
Microsoft MVP - Setup / Deployment
http://www.deployvista.com
On Tue, 9 Dec 2008 15:10:06 -0800, rob davis
Post by rob davis
I get the following message when i try to create a windows PE boot image on
my windows vista client pc
ERROR: Could not delete existing file "c:\winpe_x86\ISO"
Error 5: Access is denied.
can you help me out?
thanks
Loading...