Hi all,
sorry if this is a not too FS-related... I want to publish my scenery using an installer which not only installs the files in the right places but also edits scenery.cfg. So far I'm using INNO Setup but I can't get it to do the cfg-part. Can anyone please let me know the code I need to do this. It should also delete the entry upon uninstall. Here ist the entry I want to make in scenery.cfg:
Obviously, the layers should be on top of the users existing entries i.e. they should increase by one increment.
If anyone knows of a free setup utility that can provide this other than INNO I'm certainly interested.
Thanks,
Matthias
sorry if this is a not too FS-related... I want to publish my scenery using an installer which not only installs the files in the right places but also edits scenery.cfg. So far I'm using INNO Setup but I can't get it to do the cfg-part. Can anyone please let me know the code I need to do this. It should also delete the entry upon uninstall. Here ist the entry I want to make in scenery.cfg:
PHP:
[Area.049]
Title=PLN_LC
Local=Scenery\PLN_LC
Remote=
Active=TRUE
Required=FALSE
Layer=49
[Area.050]
Title=PLN
Local=Scenery\PLN
Remote=
Active=TRUE
Required=FALSE
Layer=50
Flatten.0=720,N45 34.77,W84 48.78,N45 34.81,W84 47.00,N45 33.53,W84 46.73,N45 33.90,W84 47.86
Flatten.1=720,N45 33.51,W84 47.55,N45 33.50,W84 46.64,N45 32.84,W84 46.72,N45 33.05,W84 47.55
[Area.051]
Title=PLN_lib
Local=Scenery\PLN_lib
Remote=
Active=TRUE
Required=FALSE
Layer=51
Obviously, the layers should be on top of the users existing entries i.e. they should increase by one increment.
If anyone knows of a free setup utility that can provide this other than INNO I'm certainly interested.
Thanks,
Matthias
