As the title gives away I have huge problems inserting the custom install location that WiX uses when doing the usual:
<Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="ToplevelFolder" Name="blaa"> <Directory Id="INSTALLFOLDER" Name="bluub"> ...so on....
Into a .settings
file.
The good thing is that the .settings
-file is written in XML though it doesn't end on .xml explicitly. Also I'm not talking about a Settings.settings
-file (from the .NET environment)
This being said, I've already tried the WiX integrated XML editing extension by temporarily changing the .settings to an .xml
file to insert a string (more precisly the INSTALLFOLDER-location) and afterwards renaming it back to .settings
file by using the name="bla.settings"
tag. Even though the building of the.msi works perfectly then, the installation itself spills out the errorcode
"Failed to open XML file, system error: -2147024786"
after about 80-90% of the installation.
I've searched everything for Days now without getting any further, so I would really appreciate some help!
PS: I've already heard that custom Actions can do the Work here to, and might even be the solution. However I'm lacking the insight of how to build one that does just precisely what I need. Again Information /Tutorials/Guids would really be appreciated!
No comments:
Post a Comment