I tried a couple. Your default install.ini failed as well as this one:
CODE
;test.ini
[Environment]
[settings]
DiableLoadMenu = 0
SplitterPos = 40%
Dimension.Update = 0
Dimension.Width =60%
Dimension.Height =60%
DefaultHelp=helpfile.rtf
[Test]
description=Test File
selected=1
collapsed=1
helptext=This is a test
command=nocmd.cmd
[Users]
But, if I do this:
wihu /SkipSettings /ini="install.ini"
it works just fine. It's only when I hit NEXT on that second screen that it dies. Oh, and I did a lookup on the 1d exception...Illegal Instruction. Here's the disassembly:
CODE
00415489 call dword ptr ds:[42D2B0h]
0041548F mov ecx,dword ptr [esi]
00415491 and dword ptr [esi+4],0
00415495 sub ecx,10h
00415498 pop esi
00415499 jmp 00405AD6
0041549E push ebp
0041549F mov ebp,esp
004154A1 movss xmm0,dword ptr [ebp+0Ch] << Failure Address
004154A6 push esi
004154A7 mov esi,ecx
004154A9 mov ecx,dword ptr [ebp+8]
004154AC or dword ptr [esi+18h],0FFFFFFFFh
004154B0 xor eax,eax
004154B2 mov dword ptr [esi+8],ecx
004154B5 mov ecx,dword ptr [ebp+18h]
004154B8 movss dword ptr [esi+0Ch],xmm0
004154BD movss xmm0,dword ptr [ebp+10h]
004154C2 mov dword ptr [esi+24h],ecx
I'm running a AMD Thunderbird 1400MHz. I've attached the core dump from the failure as well. Program version is 2.1.25.2 as stated in the exe file resource. One other thing, I had to add a .txt to the dmp file, so you will need to remove it before you work with it.
edit 2006-01-21: removed attachments