How do I enable image file set support?

How do I enable image file set support?

When Ranger is is in the TransportChangeOptions state call:
  1. Ranger.SetGenericOption("OptionalDevices", "NeedImaging", "true");
  2. Ranger.SetGenericOption("OptionalDevices", "NeedFrontImage1", "true");
  3. Ranger.SetGenericOption("OptionalDevices", "NeedRearImage1", "true");
  4. Ranger.SetGenericOption("FrontImage1", "StorageFile", "FIM");
  5. Ranger.SetGenericOption("RearImage1", "StorageFile", "RIM");
The default location where image file sets are stored is in "c:\images".  Make sure that the folder "c:\images" exists and that all users have access to it. 

You can change the folder where Ranger stores image file sets by making the following calling when Ranger is in the TransportChangeOptions state:
  1. Ranger.SetGenericOption("Imaging", "RootCaptureDirectory",  "<your\directory\path>");

Copyright © 2023 Silver Bullet Technology
www.sbullet.com