|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Still disappears (did hard reset before trying) |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| That's... unexpected.
Still? |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Unchanged.
Can you give me the .reg file? Maybe I can import it manually in PHM Regedit? (are .reg files universal because I can't get TRE on this)
Like make your next cab the files/dll register
and then give me the .reg file manually? |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| So not %... let's try the commas? |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Unchanged |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| Without the file handler? |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| This is all it is currently trying to do, nothing else:
[HKEY_CLASSES_ROOT\.pvb]
@="PVB.ProjectRun"
[HKEY_CLASSES_ROOT\PVB.ProjectRun]
@="VBCE Project File"
[HKEY_CLASSES_ROOT\PVB.ProjectRun\DefaultIcon]
@="\\Windows\\pvbhost2.dll,-2"
[HKEY_CLASSES_ROOT\PVB.ProjectRun\shell]
[HKEY_CLASSES_ROOT\PVB.ProjectRun\shell\Open]
[HKEY_CLASSES_ROOT\PVB.ProjectRun\shell\Open\command]
@="\\Windows\\pvbload.exe %1" |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Installs correctly
VBCE2.0 does not work |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| So it is literally crashing because we are trying to add:
[HKEY_CLASSES_ROOT\.pvb]
@="PVB.ProjectRun"
That's it! |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| Here is the command to add the .vb, which works fine
HKCR,".vb","",0x00000000,"VBCE.ProjectRun"
Here is the command to add the .pvb, which does not work
HKCR,".pvb","",0x00000000,"PVB.ProjectRun"
You tell me why it won't work lol |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Okay, I'll play with this tonight or tomorrow. About to head into work.
Thanks for your help! |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| Here it is again, but the .pvb line is the last instruction in the set.
Also one with just .vb and .pvb lines and nadda else.
Right you are, thanks for sharing a frustrating afternoon on this. I'm completely baffled! It makes zero sense. It's not a fault in CABMaker, or the Cab zipper. It looks like it's x86 CE's cab installer.
Have a good afternoon yourself  |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| Microsoft.VBCE2.0RuntimeforCE3.0.486.cab - > Disappears
Microsoft.VBCE2.0RuntimeforCE3.0.486-just file ext.cab - > Installs correctly, VBCE2.0 doesn't work |
|
|
|
Subscribers H/PC Guru Posts: | 5,289 |
Location: | United States | Status: | |
| |
|
|
|
Administrator H/PC Oracle Posts: | 17,733 |
Location: | United Kingdom | Status: | |
| I was thinking about this all night. It's seemingly baffling as to why it works on the 790 but not on x86. The different CE version is the prime suspect.
My thought last night was that it could be an encoding issue in the source. For some reason all the .reg files you've sent - and from which I've built the manual regsrv - we're UTF16. I'm wondering if there's a corrupt character encode being forwarded somewhere.
The idea is sensible, but for the fact the 790 should be breaking too.
It also doesn't explain why the regsrv on the x86 just won't work, while on MIPS they're fine.
Very frustrating! |
|
|