
how to disable "login with Google/Facebook" on wix member site
Oct 11, 2019 · But is there a way to force wix members to sign in with email/password as opposed to letting them sign in with the facebook/google option? I have a client that has a site that is …
WiX: How to register application to start when Windows launches?
Mar 19, 2013 · I'm exploring distribution of .NET desktop applications with MSI generated by WiX. So far it works great. But I've got a few questions, googling can't help out with. What's the …
How to manage lightbox from header button of main page in wix
May 1, 2023 · Give it a name, e.g. "Login Lightbox". Add Login Form to Lightbox: Once you have created the lightbox, you can add a login form to it. You can drag and drop a login form from …
xml - How to : Making a program start on Windows startup with …
Feb 4, 2015 · I have simple "Hello world" windows forms application (created in VS-2013). How to making an aplication start on Windows startup, with WIX Toolset ? Must work in windows7 and …
Wix API - How to get Access token for using rest API for my app
Jun 21, 2021 · When that occurs, wix calls to your server and sends the auth code and the instance id. Thats is explained on the step 3 of the documentation. Only when the user …
Wix - how to remotely login to external sites - Stack Overflow
Aug 27, 2021 · The consumer will log on to my website and go directly to the customer portal without seeing the second login screen. But through the backend the consumer will log in to …
wix - How to inquire StarTeam login credentials - Stack Overflow
Sep 2, 2015 · As custom action of a WiX-based installer (MS Windows 7), I need to check out some files from a StarTeam server. stcmd seems to provide all functionality and I am able to …
Landing on a subpage on my Wix website redirects to the home …
Jan 30, 2018 · I had the same problem. Figured it out though. If you're using the Wix Language Menu, go into the settings and click the Redirect Tab. It defaults to "Automatically redirect all …
Automatically pull correct .NET runtime installer into my WiX …
Aug 21, 2024 · I'm creating a WiX installer for a multi-process application where several of those processes use .NET 8. I need to include the .NET 8 desktop runtime installer because the end …
Wix not writing to HKCU when run with a user needing admin login?
Mar 19, 2024 · That works well for most cases, except when a non-admin user tries to run the install. In that case, the Admin login prompt pops up fine and if I type in an admin pwd, all the …