Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top