Questions tagged [iso-image]

An ISO image is an archive file, also known as a disc image of an optical disc, composed of the data contents of every written sector of an optical disc, including the optical disc file system.

An ISO image is an archive file, also known as a disc image of an optical disc, composed of the data contents of every written sector of an optical disc, including the optical disc file system. ISO images can be created from optical discs, or can be used to recreate optical discs using software from many software vendors.

20 questions
0
votes
1 answer

How can I set keyboard filter on windows 7 embedded x64?

I am having trouble setting keyboard filters on windows 7 embedded x64 on a virtual machine. I have tried updating using windows embedded developer update on my windows 7 standard development machine but it will not allow me to get keyboard filter…
user3008146
0
votes
2 answers

How do I ensure data integrity of ISO images?

I want to create a long-term data archive of old stuff I don't need daily, but don't want to throw away either (e.g. all raw data of my thesis work). Optical media have failed me too often in the past, so now I am using an external USB disk and - to…
Jens
  • 1,386
  • 14
  • 31
0
votes
3 answers

Extract ISO using vbscript

Today's problem is this: I need to extract an ISO image file for windows updates using VBScript. Reason for using VBScript is because everything in on stand-alone systems, and I'm trying to automate the process by making scripts. That ISO file will…
CodeMonkey
  • 1,136
  • 16
  • 31
-1
votes
1 answer

How to update the Windows 10 version on a custom ISO image

So my company has a custom Win10 boot image for provisioning new computers. However a new image hasn't been created recently. I am looking for a way to keep all the custom parameters like the PowerShell scripts that run with it, etc. I found there…
Nudge
  • 51
  • 1
  • 6
-1
votes
1 answer

read ISO image from Rust (FFI bindings)

I am trying to read the contents from the ISO image using Rust. I have installed libiso9660-dev and libcdio-dev on my Linux machine to get access to the header files. Libiso9660 is a library to work with ISO9660 filesystems (development files). I…
A.Z.
  • 1,638
  • 2
  • 18
  • 27
1
2