jvintzel's avatar
jvintzel
Former Employee
Jun 13, 2019
Status:
Completed

Enable script support to configure app installation

<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

6 Comments

  • shobz_krish's avatar
    shobz_krish
    Copper Contributor

    jvintzel Please help me with a couple of questions on this:

    1. https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-prepare 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? 

     

     

  • shobz_krish's avatar
    shobz_krish
    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?