Search found 4513 matches

Go to advanced search

by Dan
Tue Jul 07, 2020 11:56 am
Forum: Common Problems
Topic: How to fix Headless app from .exe to .appx
Replies: 6
Views: 57700
 
Jump to post

Re: How to fix Headless app from .exe to .appx

Hello, One of our customers reported regarding the headless app error in the msix upload . Apparently, you have to have to get a waiver from them. You need to contact Microsoft’s store operations support team. A headless app is one that doesn’t have a specific start point (like a library) or one tha...
by Dan
Thu Jun 04, 2020 9:14 am
Forum: Common Problems
Topic: Warning 4154 While adding Pre-intsall feature In EXE peoject
Replies: 16
Views: 62572
 
Jump to post

Re: Warning 4154 While adding Pre-intsall feature In EXE peoject

Hi, As I said, this message is displayed when the install condition is not verified. Can you please let me know if the prerequisite was however installed? If the prerequisite was not installed, then the warning is correct. To see why the prerequisite was not installed, please pass the following comm...
by Dan
Wed Jun 03, 2020 7:09 am
Forum: Common Problems
Topic: Warning 4154 While adding Pre-intsall feature In EXE peoject
Replies: 16
Views: 62572
 
Jump to post

Re: Warning 4154 While adding Pre-intsall feature In EXE peoject

Hello, Can you please attach a printscreen with the erorr that you have during installation? Also a log file will help us a lot to have a better view about this. To crate a log, please check the how do i create a log article. When you get that Warning 4154, can you please check if the prerequisite w...
by Dan
Fri May 29, 2020 12:04 pm
Forum: Common Problems
Topic: Warning 4154 While adding Pre-intsall feature In EXE peoject
Replies: 16
Views: 62572
 
Jump to post

Re: Warning 4154 While adding Pre-intsall feature In EXE peoject

Hi Akshay, You must make sure your prerequisite install conditions are correct from the conditions tab. These conditions are evaluated two times: - first to determine whether the prerequisite should be installed - a second time, after the prerequisite has been installed, to determine whether the pre...
by Dan
Tue Apr 07, 2020 2:38 pm
Forum: Common Problems
Topic: Error 1315. Unable to write to the specified folder(shared folder) when Windows 10 kb4551762 is installed
Replies: 9
Views: 68474
 
Jump to post

Error 1315. Unable to write to the specified folder(shared folder) when Windows 10 kb4551762 is installed

Hello, It seems that Windows 10 KB4551762 breaks the installation process when installed on a shared location with Basic or Silent UI level. Recently we’ve received some complaints from our users that they cannot install updates, be it a major upgrades or patches when the destination (install folder...
by Dan
Mon Mar 30, 2020 2:28 pm
Forum: Sample Projects
Topic: Send toast notifications in Windows Message Center using the Updater
Replies: 0
Views: 162105
 
Jump to post

Send toast notifications in Windows Message Center using the Updater

Hello, Starting with 16.9 version of Advanced Installer , the Updater has the ability to display custom messages to your users. This feature may be of great help when you want to reach your users either be it with great offers for the software, campaign discounts or just latest blog article. It does...
by Dan
Thu Feb 20, 2020 3:32 pm
Forum: Sample Projects
Topic: Bind SSL Certificate for website on upgrade without asking the certificate
Replies: 0
Views: 159458
 
Jump to post

Bind SSL Certificate for website on upgrade without asking the certificate

Hello, There are cases when you install WebApps where the user is asked to select a SSL certificate during installation. The related certificate being used by the IIS elements. Although Advanced Installer has predefined support for this, in case you also want to preserve the SSL certificate the the ...
by Dan
Thu Jan 16, 2020 12:47 pm
Forum: Common Problems
Topic: Error publishing appx to Microsoft Store - Package acceptance validation error
Replies: 1
Views: 12516
 
Jump to post

Re: Error publishing appx to Microsoft Store - Package acceptance validation error

Hi David, Since I dont need any capability I have checked off the 'Full Trust' option from the Capabilitties page. Please note that the related option is mandatory for all Win32 apps converted to MSIX. All the apps that are not native UWP and use Win32 API needs to have the realted option enabled. D...
by Dan
Thu Jan 16, 2020 11:56 am
Forum: Sample Projects
Topic: PSF: Trigger MSI installation from a MSIX package using PowerShell
Replies: 1
Views: 43776
 
Jump to post

Re: Trigger MSI installation from a MSIX package using PowerShell

The Running PowerShell scripts in MSIX video shows how you can configure the MSIX package to run PowerShell scripts during MSIX deployment.

If you have used this approach please let us know what was your scenario.
by Dan
Thu Dec 12, 2019 3:38 pm
Forum: Sample Projects
Topic: PSF: Trigger MSI installation from a MSIX package using PowerShell
Replies: 1
Views: 43776
 
Jump to post

PSF: Trigger MSI installation from a MSIX package using PowerShell

Hello, The MSIX has limitation, no news here. In case you want to migrate the current supported features to MSIX and install the unsuported features from MSI (e.g. drivers) and have a single distribution package as MSIX then it is possible. You can include the MSI in the MSIX and trigger the MSI ins...
by Dan
Fri Oct 25, 2019 2:03 pm
Forum: Building Installers
Topic: Building optional package for AppX/MSIX build
Replies: 2
Views: 18473
 
Jump to post

Re: Building optional package for AppX/MSIX build

Hello,

We don't have yet support for this but we are working on this. Once this feature will be available in Advanced Installer, I will let you know.

Thank you for your suggestion.

Best regards,
Dan
by Dan
Fri Sep 20, 2019 10:39 am
Forum: Sample Projects
Topic: MSI Open Database to get list of file paths to the installed files in a custom dll
Replies: 0
Views: 167256
 
Jump to post

MSI Open Database to get list of file paths to the installed files in a custom dll

Hello, Here's a sample project where you can see how to interact with the MSI database at runtime, through a custom action. The sample project is attached to this thread, so if you are interested to take a look directly at my project, you are more than welcome to download the ZIP file. For debugging...
by Dan
Wed Sep 18, 2019 2:51 pm
Forum: Common Problems
Topic: Attempting to upgrade
Replies: 10
Views: 20668
 
Jump to post

Re: Attempting to upgrade

Hello, Please keep in mind that custom actions must return a value of 0 for success. The installer interprets any other return value as failure. Also, in order to continue with the installation even the custom action returns a value other then 0, you can uncheck the “Fails installation if custom act...
by Dan
Wed Jul 10, 2019 8:07 am
Forum: Building Installers
Topic: modify / uninstall does not work after silent installation
Replies: 1
Views: 12916
 
Jump to post

Re: modify / uninstall does not work after silent installation

Hello, In order to see what fails during the uninstall process, can you pleae create a log file of the uninstall process? Can you please send us the .AIP (project file) and a verbose log of the uninstall process to support at advancedinstaller dot com so we can investigate it? If it contains confide...
by Dan
Mon Jun 10, 2019 12:49 pm
Forum: Sample Projects
Topic: How to link Installer Analytics with the installer
Replies: 0
Views: 181256
 
Jump to post

How to link Installer Analytics with the installer

Hello, In case you have a subscription for Installer Analytics and need to link to your installers here's more details. In the Analytics view from Advanced Installer you can track your installations, just enable the Installer Analytics. Once the checkbox has been enabled, an ID will be generated for...

Go to advanced search