
[wix-users] v4: Using the WixUI extension
Jul 2, 2022 · In the end, I ended up using something like this: ```powershell $headers = @{ Authorization = "Basic " + [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("$($user):$($token)")) } # To fetch the metadata for a package, including the download URL, # navigate to e.g. …
[wix-users] Patch for DB(SqlScript) with no Uninstall option available
Jun 12, 2018 · From: Ven H <venh.123 at gmail.com> Sent: 12 June 2018 10:44 To: David Watson <dwatson at sdl.com> Cc: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>; Edwin Castro <egcastr at gmail.com> Subject: Re: [wix-users] Patch for DB(SqlScript) with no Uninstall option available If I do that, I cannot do ExecuteOnInstall, right?
[wix-devs] WixToolset.Dnc.HostGenerator errors
You are correct the issue is that "WixToolset.Dnc.HostGenerator.dll" is duplicated in the Analyzer item group. I think I just tracked down the duplication to a WPF's "GenerateTemporaryTargetAssembly" target executing the DncBA.targets "ResolveProjectReferences" target a second time (which adds the output of …
[wix-users] How to ignore invalid/unavailable drive for an optional ...
I couldn't find any documentation of this > behaviour for neither Windows Installer nor WiX Toolset. Is there a way to > disable those checks through WiX? Or any way at all?
[wix-devs] WixToolset.Dnc.HostGenerator errors
On Thu, Jul 14, 2022 at 10:53 AM Sean Hall <r.sean.hall at gmail.com> wrote: > You can get the files to be written to disk by adding this to the project > consuming the generator (D:\src\wix4\src\test\burn\WixToolset.WixBA): > > <PropertyGroup> > <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> > </PropertyGroup> > > It …
[wix-users] 11 files not being installed with our Enterprise installer ...
Classification provided by TITUS. -----Original Message----- From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Steven Ogilvie Sent: February 10, 2017 10:07 AM To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org> Subject: Re: [wix-users] 11 files not being installed with our Enterprise installer ...
[wix-users] Run as Administrator
Sep 6, 2016 · -----Original Message----- From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Kaveesh Dashora Sent: Tuesday, September 06, 2016 12:26 PM To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org> Cc: wix-users-bounces at lists.wixtoolset.org Subject: Re: [wix-users] Run as Administrator Below is the code ...
[wix-users] Experience of build with WiX 4 Toolset
Jul 21, 2022 · It would help if you could provide the Burn log from %TEMP% along with the relevant code from your BA. On Thu, Jul 21, 2022 at 6:03 AM Timofey Evsyutkin via wix-users < wix-users at lists.wixtoolset.org> wrote: > Hi there > > I have recently converted and built a small "Test Project" from v3 to v4.
[wix-users] Question on Minor upgrade - lists.wixtoolset.org
> > I did get MSP patching with WiX Toolset to work great - fully automated > too. However it still comes with a high maintenance cost (and in my opinion > is a huge waste of money).
[wix-users] Struggling with ICE38 for a per-machine MSI
Oct 31, 2016 · That gives "ICE38: Component ApplicationShortcut installs to user profile. It's KeyPath registry key must fall under HKCU." On Mon, Oct 31, 2016 at 1:20 PM, Carlos Sosa <carlos.sosa.us at outlook.com> wrote: > Change > > <RegistryValue Root ="HKCU" > To > <RegistryValue Root ="HKLM" > > > >-----Original Message----- > From: wix-users [mailto:wix …