[wix-users] Copy full installer to local drive during install

Christopher Painter chrpai at iswix.com
Sun May 3 07:40:19 PDT 2020


I did that for a few client years ago.  First I built the installer and then I built the server.   The server contained all the client files and laid them down creating a fileshare in the process.   The client was installed from this share and there was code in the application that checked for an updated MSI on this share.   When detected, it used LUA Minor Upgrades without needing an elevated account on the client side and then the installer relaunched the client.

As far as the server install was concerned, the client installer was just more files to install.  No custom actions were needed.

Does that sound like your scenario?

________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Vanniekerk, Tyrel (GE Healthcare) via wix-users <wix-users at lists.wixtoolset.org>
Sent: Friday, May 1, 2020 7:34 PM
To: wix-users at lists.wixtoolset.org <wix-users at lists.wixtoolset.org>
Cc: Vanniekerk, Tyrel (GE Healthcare) <tyrel.vanniekerk at ge.com>
Subject: [wix-users] Copy full installer to local drive during install

Hey guys,

Currently I have a custom action that copies the entire installer directory to a local folder during install of the server version of our software and then when the client loads and realizes it's not up to date, it downloads the installer from the server and runs it.

Is there any WiX way to copy the entire installer (setup exe with everything still in it and extra prereq folders etc.) to the install folder on the machine?

Thanks,
Tyrel

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list