문제

I'm using "Text File Changes" feature in IS2011. I have a file and I want to replace 2 strings:

  1. replace the string always
  2. replace the string only if a checkbox was checked by user in install dialog

How can I set a condition for a replacement in Installshield 2011?

Thanks !

도움이 되었습니까?

해결책

Well I realized that you can't put a condition in a replacement which I don't understand why Flexera did not implemented it in Installshield.
However for a workaround I replace the string with itself case the preoperty that replaces it has not changed.

다른 팁

In IS2010, I've done conditionalized "Text File Changes" operations by creating a separate, empty component that I associate the TextFileChange item with.

You can then place a condition on the component.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top