I have an inifile on my network that looks like this before installing
a new version on my program:
....
....
...
Line.7=$S.1Address 1 : $23
Line.8=$S.1Address 2 : $24
Line.9=$S.1Date : $28
Line.10=$S.1Resp. : $29
After installation, it looks like this:
Line.7=22
Line.8=23
Line.9=24
Line.10=28
Line.11=29
Everything between the $ signs are deleted. Anyone that knows how to
solve this problem?
Mattias Sjögren - 28 Nov 2006 20:06 GMT
>Everything between the $ signs are deleted. Anyone that knows how to
>solve this problem?
How is this related to .NET? What kind of installer are you using, and
is it modifying the INI file during setup?
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
aejw.com - 30 Nov 2006 12:28 GMT
Try this INI handler / class for .net
http://www.aejw.com/default.aspx?page=dev_cini
>I have an inifile on my network that looks like this before installing
> a new version on my program:
[quoted text clipped - 16 lines]
> Everything between the $ signs are deleted. Anyone that knows how to
> solve this problem?