Jump to content

Is GImageX still supported? Issue with VB.NET


Ginolard
 Share

Recommended Posts

Is there still support for GImageX?

I am trying to use it to take an image of a Volume Shadow of the C: drive. The code to create the VSS volume and assign it a drive letter works well. However, when I try to use GimageX to take an image of it, nothing happens.

Well, I say nothing, it creates the WIM file but then nothing ELSE happens. I have the same behaviour when using SmartDeploy's SMARTWIM COM component too (although, bizarrely, THAT works if I use a VBS to do it!)

This is the code I have

Dim Gi As New GImageXCtrl

Gi.Source = "K:\"

Gi.Destination = "\\SERVER1\ghost$\imagextest\" + My.Computer.Name + "_CDrive.wim"

Gi.ImageName = "Test WIM"

Gi.DisplayName = ""

Gi.DisplayDescription = ""

Gi.Flags = "Ultimate"

Gi.Check = True

Gi.Verify = False

Gi.Bootable = True

Gi.CaptureImage()

Has any ever got this working in a .NET application?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...