PDA

View Full Version : ascii file update, help needed



tausifk
08-18-2005, 02:27 AM
Hi,

I am using prof installshield universal project on windows 2000 mc

I am trying to update my property file which is being installed
on target location... I added the ascii file update wizard in post-install
sequence... and in action i added these three actions:
1. search for aaaaa=uuuu
2. replace old line with new line(s) : aaaa=newvalue
where old line is aaaaa=uuu
3. add lines : newly added line

i setted the ascii file location as $D(install)/dummy.properties (that
is where i m copying this file while installation.

can any body tell me where m i making mistake?
is my property file location correct? (i m not changing any installation
path while installing in destination panel... the default path is used)

regards

tgrebe
09-22-2006, 03:31 AM
Try the $P(absoluteInstallLocation)\ -property. I am doing all of the replacemant during my installation with this property.