$ signs in ini-files

O

olsen.orjan

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?
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top