First post, by Vinsneuve
Vinsneuve
Offline
Rank
Newbie
Hi! 😀
I'm using Installshield 10.5 to create a MSI installer for DosBox + dfend2beta + some DOS games but I have a problem.
I need to create a Installscript rules to insert text lines in the .conf files section [autoexec].
Example (Prince of Persia):
1. file prince.conf must be in directory [INSTALLDIR]\DOSBox\prince
2. inside prince.conf, towards the end, the installer insert these lines:
-----
[autoexec]
mount D "[INSTALLDIR]\DOSBox\prince"
D:
prince.exe
-----
How can I do this with Installscript rules? Thanks a lot. 😀
Last edited by Vinsneuve on 2006-07-11, 14:53. Edited 1 time in total.