Enable script support to configure app installation

Enable script support to configure app installation
3

Upvotes

Upvote

 Jun 13 2019
6 Comments (6 New)
Completed

<Separating out Ideas submissions with multiple items>

 

There could be scenarios such as – an application INI file contains Localhost address which is dynamically written at the time of application deployment
Understanding the purpose of MSIX, which is to eliminate the necessity to have custom actions, scenarios such as above turn out to be challenging without installation time actions
Having Post-Install script execution supported in MSIX will ease its adaptation for minority of applications as well which required such customization

Comments
Microsoft
Status changed to: Working on it
 
Microsoft
Status changed to: Completed
 
Microsoft

Work completed.  This can be achieved using the Package Support Framework

 

http://aka.ms/msix-psf

Copper Contributor

@John Vintzel Is it possible to trigger a chain of installers for dependent libraries or frameworks using PSF? If yes, could you please throw some light on it? If not, is there a way to achieve this other than manual installation and VFS?

Microsoft

@shobz_krish You can use the appinstaller file and link to the frameworks in the file.  It will install the app + frameworks listed.  The feature also allows for auto-updating.

 

https://docs.microsoft.com/en-us/windows/msix/app-installer/app-installer-file-overview

Copper Contributor

@John Vintzel Please help me with a couple of questions on this:

1. MSIX document mentions that the dependencies will NOT get installed in case of side loaded apps and hence must be installed manually. Is this still true? Is there a way to get this done automatically for side loaded apps?

 

 2. As I understand, the dependencies in appinstaller can be packaged framework. 

But, what in case of some prerequisites to be installed like .NET framework 4.6.2 and SQL server?