Ginolard Posted September 24, 2010 Posted September 24, 2010 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?
Richard Robertson Posted September 24, 2010 Posted September 24, 2010 This forum is for AutoItX, not COM in general. We aren't the right place to ask this.
Ginolard Posted September 24, 2010 Author Posted September 24, 2010 Yeah I know. I didn't see a forum for GimageX so was just wondering if anyone here was supporting it. Clutching at straws basically
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now