Search found 12 matches

Go to advanced search

by kerenor
Thu Apr 18, 2024 12:31 pm
Forum: Building Installers
Topic: upgrading a 32bit msi to a 64bit msi
Replies: 0
Views: 37
 
Jump to post

upgrading a 32bit msi to a 64bit msi

Hello We are using Advanced Installer to create an MSI installation. The app was previously set as 32-bit package (in Installation Options). As part of an upgrade, the executables contained in the app were made x64 compatible, but we left the app as 32-bit package by mistake, and several x64 devices...
by kerenor
Mon Jan 29, 2024 4:33 pm
Forum: Common Problems
Topic: Is there a way to allow loading dlls from PATH in MSIX?
Replies: 1
Views: 9700
 
Jump to post

Is there a way to allow loading dlls from PATH in MSIX?

Hello, I didn't find how to make programs inside MSIX load dlls from the environment variable PATH, or from any external-to-the-msix location that isn't C:\Windows\system32. In detail, I have an program that I intend to include in an MSIX package. The program uses gstreamer, files of which are insta...
by kerenor
Tue Aug 29, 2023 4:47 pm
Forum: Common Problems
Topic: a packaged dll file is changed in MSIX-packaging
Replies: 2
Views: 6359
 
Jump to post

Re: a packaged dll file is changed in MSIX-packaging

if interested -
This behavior doesn't happen with the microsoft msix editor, which creates a package that contains a dll that is binary-same to the dll I intended to package.

Would appreciate an explanation for this

Thanks
Keren
by kerenor
Sun Aug 27, 2023 11:02 am
Forum: Common Problems
Topic: a packaged dll file is changed in MSIX-packaging
Replies: 2
Views: 6359
 
Jump to post

a packaged dll file is changed in MSIX-packaging

Hello, We've encountered an issue in which an application that worked correctly outside MSIX worked extremely slower when packaged in MSIX and launched. Debugging the issue showed us this is because it is failing to correctly load one of its dll files (that are included in the MSIX package as well)....
by kerenor
Sun Aug 20, 2023 1:37 pm
Forum: Sample Projects
Topic: Create Application files and folders outside of VFS during MSIX install
Replies: 6
Views: 171177
 
Jump to post

Re: Create Application files and folders outside of VFS during MSIX install

Hello again :)

Is it possible to create the folder on installation, before the app is first launched? (The post indicates the folder will be created only when the app is started, and that is also the behavior I've seen, but I would want it to be created during the installation itself)

thanks
by kerenor
Mon Apr 10, 2023 8:54 am
Forum: Common Problems
Topic: Error starting a new process from the main app
Replies: 6
Views: 8768
 
Jump to post

Re: Error starting a new process from the main app

Thanks for your support

just updating that it indeed runs without ShellExecute. Interesting!
by kerenor
Sun Apr 09, 2023 8:24 am
Forum: Common Problems
Topic: Environment Variables don't work in MSIX?
Replies: 3
Views: 8622
 
Jump to post

Re: Environment Variables don't work in MSIX?

Thanks for your reply, I'm afraid it actually doesn't really help; I don't want an alias to launch to my application, I want an environment variable that I can use inside my application, like so

Code: Select all

string value = Environment.GetEnvironmentVariable("VAR_NAME");
Is there no way to set it?
by kerenor
Thu Apr 06, 2023 7:07 pm
Forum: Common Problems
Topic: Error starting a new process from the main app
Replies: 6
Views: 8768
 
Jump to post

Re: Error starting a new process from the main app

This is interesting, thanks Catalin for your response! My package indeed has fullTrust capability, and in fact we have very similar c# code, but in our case it also sets the ProcessStartInfo to use shell execution, like so psi.UseShellExecute = true; Perhaps that is the cause of this behavior. If I ...
by kerenor
Mon Apr 03, 2023 8:41 am
Forum: Common Problems
Topic: Environment Variables don't work in MSIX?
Replies: 3
Views: 8622
 
Jump to post

Environment Variables don't work in MSIX?

I set an env var to a simple string (Using the Environment tab, as explained in the tutorial here- https://www.advancedinstaller.com/msix-environment-variables.html ), and in my app I read that env var - it is still unset. Also when opening cmd in the app with Hover , the env var is unset. This is t...
by kerenor
Wed Mar 29, 2023 10:36 am
Forum: Common Problems
Topic: Error starting a new process from the main app
Replies: 6
Views: 8768
 
Jump to post

Error starting a new process from the main app

Hi, This is most likely an MSIX question and not an Advanced Installer question, but regardless I'd appreciate your help. I have a c# app that needs to start a new process that runs a .bat file. This fails with the error Unable to start C:\Program Files\WindowsApps\App.E_1.0.0.67_x64__5c1j8dm4w74ew\...
by kerenor
Mon Mar 20, 2023 4:13 pm
Forum: Sample Projects
Topic: Create Application files and folders outside of VFS during MSIX install
Replies: 6
Views: 171177
 
Jump to post

Re: Create Application files and folders outside of VFS during MSIX install

Hi, Thanks for this guide! Almost exactly what I needed :) The one thing I need to do still is change permissions on C:\ProgramData\MyFolderOutsideVFS. I changed them in the permissions tab of the folder from the Advanced Installers "Files and Folders" screen, but they didn't pass on when ...

Go to advanced search