G
Guest
Hello,
I have just started working with Beta 2 of Vista and have been trying to fix
a problem I've found with the ActiveX control I'm developing that only
happens when running IE in Protected Mode and after some debugging, I believe
is related to the file virtualization feature.
A quick overview first -- we're a game company and the goal is to host our
games in the web browser. We've got a control that downloads a cab file
containing the game, lets the user verify the signature on the game, then
extracts the CAB and runs the game contained within it.
Under IE6 and IE7 on earlier platforms (XP, 2000, 98SE) this works just
fine, but under Vista I'm seeing two problems:
1) The verify signature dialog does display for the game, but it does not
display the publisher information (it shows as untrusted)
2) About half of the cab extraction succeeds and then I get an error code 3
(this is from SetupIterateCabinetA). I think it is possible this is
happening once the virtualized file names approach MAX_PATH, but that's just
a guess so far.
Turning off protected mode fixes both of these problems.
I can give a link to the control if necessary, but I would prefer not to
post it on the newsgroup. Please contact me at <first initial last name at
mind-control.com>
Any help would be appreciated!
Thanks,
Matthew Douglass
Mind Control Software, Inc.
I have just started working with Beta 2 of Vista and have been trying to fix
a problem I've found with the ActiveX control I'm developing that only
happens when running IE in Protected Mode and after some debugging, I believe
is related to the file virtualization feature.
A quick overview first -- we're a game company and the goal is to host our
games in the web browser. We've got a control that downloads a cab file
containing the game, lets the user verify the signature on the game, then
extracts the CAB and runs the game contained within it.
Under IE6 and IE7 on earlier platforms (XP, 2000, 98SE) this works just
fine, but under Vista I'm seeing two problems:
1) The verify signature dialog does display for the game, but it does not
display the publisher information (it shows as untrusted)
2) About half of the cab extraction succeeds and then I get an error code 3
(this is from SetupIterateCabinetA). I think it is possible this is
happening once the virtualized file names approach MAX_PATH, but that's just
a guess so far.
Turning off protected mode fixes both of these problems.
I can give a link to the control if necessary, but I would prefer not to
post it on the newsgroup. Please contact me at <first initial last name at
mind-control.com>
Any help would be appreciated!
Thanks,
Matthew Douglass
Mind Control Software, Inc.