5 Feb
2004
5 Feb
'04
5:28 p.m.
[Tim Peters]
The "right" drive letter is the value of InnoSetup's {sd} (system drive) constant, but I don't know how to feed that into the Pascal code that sets this up.
[Chris McDonough]
I'm sure it's possible, I can probably figure it out. I'll put it on my todo list.
Staring at the docs, I think this Pascal expression: ExpandConstant('xyz{sd}xyz') would yield the string xyzC:xyz on my box today. I don't have access to any box where the system drive isn't C:, though -- PITA to test.