Search found 5 matches

Go to advanced search

by VicGar
Tue May 06, 2025 2:47 pm
Forum: Common Problems
Topic: MSIX File Redirection crashes on Windows 11 24H2
Replies: 2
Views: 2408
 
Jump to post

MSIX File Redirection crashes on Windows 11 24H2

Hello.

After installing an MSIX package using

PS> Add-AppProvisionedPackage -online -packagepath "MyApp.MSIX" -skiplicense

... application wokrs ok on a Win11 10.0.22631 computer but fails on a Win11 10.0.26100 computer.

The error appears when executing Import-Module ..... (powershell sentence ...
by VicGar
Thu Mar 13, 2025 1:10 pm
Forum: Common Problems
Topic: "Application Details" missing powershell automation
Replies: 1
Views: 7522
 
Jump to post

"Application Details" missing powershell automation

Hi.

After searching at https://www.advancedinstaller.com/user-guide/powershell-automation.html I can't find any reference about PowerShell properties/methods to create/remove/modify "Applications Details" elements.

Captura de pantalla 2025-03-13 125917.png

Is this feature missing or pending ...
by VicGar
Fri Jan 17, 2025 8:28 am
Forum: Building Installers
Topic: Run program from an installed app
Replies: 5
Views: 15258
 
Jump to post

Re: Run program from an installed app

"The fact that the apps are in the same MSIX package does not really matter here.
Since you're using a Win32 app, the FullTrust capability is required for this scenario to work."

Thanks Catalin for the response.

Now I have the rationale requested by the Security Team in order to use FullTrust ...
by VicGar
Thu Jan 09, 2025 8:41 am
Forum: Building Installers
Topic: Run program from an installed app
Replies: 5
Views: 15258
 
Jump to post

Re: Run program from an installed app

Catalin wrote: Wed Jan 08, 2025 4:39 pm ... By default, your application runs into a container and does not have access outside of its' own container.
Thanks Catalin for your responese, but in my case, P1.EXE and P2.EXE both are included in the MSIX package.

Best regards.
Vicente
by VicGar
Thu Jan 02, 2025 11:58 am
Forum: Building Installers
Topic: Run program from an installed app
Replies: 5
Views: 15258
 
Jump to post

Run program from an installed app

Hello.

I've created an MSIX package that contains two programs, P1.EXE and P2.EXE.
P1.EXE is the application entry point and it works ok.
At some point of P1.EXE execution, P1.EXE runs P2.EXE.
This works ok if application capabilities is defined as "Full Trust" but I don't want to have such a ...

Go to advanced search