Replies: 3 comments 6 replies
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
-
Why does your EULA need to be elevated? Is it an app or something? EULAs are typically read only documents in that scenario the LicenseFile (RTF not HTML) would be the simpler way to display a EULA. |
Beta Was this translation helpful? Give feedback.
-
I'm kind of in the same camp. I volunteer in the FOSS world by contributing, maintaining a few projects and answer questions when I can. I'm somewhat hampered by the fact that my employer has an org in GHEC so context switching is really a pain. Normally when I pop in here it just says I can't contribute because it's outside of my enterprise and that friction alone is enough to move on most of the time. If you could create a minimum reproducible example and share it via a github repos I'd me more inclined to look at it. Otherwise the whole scenario isn't clear to me and sounds suspect since generally running a browser elevated is a bad thing. I also provide professional consulting services if you really need an answer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we use a WiX Burn Bundle V4 to deploy our app. The license aggrement is a local html file set with
<bal:WixStandardBootstrapperApplication LicenseUrl="LicenseAgreements_en.html"
When the installer is started with administrator rights, the files are placed in "C:\Windows\Temp\{UUID}" by default. When clicking on the license URL, the default browser is started without admin rights and has no access to the license file.
If the browser would be started with the same rights as the installer the problem would be solved.
Changing the temporary directory with the commandline parameter "-burn.engine.working.directory" or the registry key "HKLM\Software\Policies\Wix\Burn\EngineWorkingDirectory" would mean to deliver an additional application or batch file, which we want to avoid.
Beta Was this translation helpful? Give feedback.
All reactions