Results 1 to 2 of 2

Thread: ascii file update, help needed

  1. #1
    Join Date
    Jul 2005
    Posts
    26

    ascii file update, help needed

    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

  2. #2
    Join Date
    Aug 2005
    Location
    Siegen, Germany
    Posts
    21
    Try the $P(absoluteInstallLocation)\ -property. I am doing all of the replacemant during my installation with this property.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •