Hi!
I have a .net installer class action added to my project. In the custom action's action data, I added a parameter source_path and value [OriginalDatabase].
After getting some strange error messages which seem to occur when a backslash character stands at the end of a parameter (like [SourceDir]), I discovered the following:
When I start the setup from the network, the first backslash of the network name gets lost. [OriginalDatabase] becomes \Build\Setups\setup.msi instead of \\Build\\Setups\setup.msi
Any idea what happens here? Maybe a .net framework bug in System.Configuration.Install.Installer or in InstallUtil.exe?
Cheers,
Alex