0

Is it possible to run the pre-installation scripts or the post-installation scripts during appx installation time? If it is possible how can we achieve this?

serenesat
  • 4,611
  • 10
  • 37
  • 53
Vishnu s
  • 261
  • 2
  • 18

1 Answers1

1

At the moment this is not possible. The only way to achieve something like this is to create something like a MSI wrapper around your AppX package and from the MSI run custom scripts before and after you install the AppX package (using another script, PowerShell for example).

I would not recommend such a solution, but in theory it is possible.

Bogdan Mitrache
  • 10,536
  • 19
  • 34