문제

I'm creating a Basic MSI, and i'm using System Search to read a value from the registry, and store it in a Property. I would like to use this property in a cfile path, but unfortunately the value, what I read from the registry looks like this: \\MyServer.MyDomain.com. Does anyone know ho could I remove, the two "\" ?

Thanks in advance!

도움이 되었습니까?

해결책

You'll have to wrote a custom action. The InstallScript function StrReplace will likely be useful.

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