[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.
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )