Search found 2791 matches

Go to advanced search

by Bogdan
Fri Nov 01, 2019 3:34 pm
Forum: Building Installers
Topic: Problem creating registry key with MSIX installer
Replies: 1
Views: 19839
 
Jump to post

Re: Problem creating registry key with MSIX installer

Hi Robert, Please note that the registry you put inside an MSIX package are only visible to your app, not for the rest of the apps or the OS. With this in mind, the Run key is useless for what you want to do. The solution is to go to Declarations page and add an app declaration for a startup task, a...
by Bogdan
Wed Jan 23, 2019 9:39 am
Forum: Common Problems
Topic: Upgrade appx version using advanced installer by creating a backup and then restoring from it
Replies: 1
Views: 18402
 
Jump to post

Re: Upgrade appx version using advanced installer by creating a backup and then restoring from it

Hi Rachit, For APPX/MSIX packages the app user data is migrated/preserved automatically by the OS when you install a new version of the package, as long as the new version has the same package identity (eg/ " YourApplication.YourCompany ") as the old version. All you have to do is to run t...
by Bogdan
Thu Jun 14, 2018 3:48 pm
Forum: Common Problems
Topic: Symantec endpoint risk issue
Replies: 9
Views: 23793
 
Jump to post

Re: Symantec endpoint risk issue

Hi, re you seriously suggesting that "trying the latest" version might fix the problem? Since the AV vendors change their heuristics daily, sometimes this helps, just as you can see in the initial messages from this thread. We do not guarantee that an upgrade to the latest version will fix...
by Bogdan
Wed Jun 06, 2018 4:34 pm
Forum: Common Problems
Topic: Visual Studio Extension Version Pain
Replies: 3
Views: 19420
 
Jump to post

Re: Visual Studio Extension Version Pain

Hi, This problem will be soon fixed, starting with version 15.0 and future releases coming this summer. We have re-written completely the way our VS extension communicates with Advanced Installer to make it possible for you to have different versions of the VS extension and AI installed without enco...
by Bogdan
Mon Feb 26, 2018 2:48 pm
Forum: Common Problems
Topic: The handle is in the wrong state for the requested operation
Replies: 15
Views: 25200
 
Jump to post

Re: The handle is in the wrong state for the requested operation

It does not matter on what OS you're running the server. As long as your server knows to handle correctly HTTP/HTTPs request correctly the updater will work with it. To test it place your updates file URL in a browser, if the browser can load the file from your server, then the updater should be abl...
by Bogdan
Fri Feb 23, 2018 3:57 pm
Forum: Common Problems
Topic: Update Config Project: CommandLine field is not working -> makes the installation unsuccessful
Replies: 8
Views: 16158
 
Jump to post

Re: Update Config Project: CommandLine field is not working -> makes the installation unsuccessful

Hi Zsolt, Indeed, the command line you are passing in the updater is correctly passed to the installer, the updater is not at fault for the error. You see the error in the updater dialog because you are incorrectly using the property REMOVE. Thus the detection criteria of the updater gives the error...
by Bogdan
Fri Feb 23, 2018 2:16 pm
Forum: Common Problems
Topic: Problem while reading from software configured COM Ports
Replies: 1
Views: 11602
 
Jump to post

Re: Problem while reading from software configured COM Ports

Hi, What command line are yuo using to launch the JAR? Outside of the setup package. The MSI just included an EXE launcher that in the background calls java.exe and passes to it your JAR and the appropriate command line parameters, based on the configurations you made in Java page, in your Advanced ...
by Bogdan
Fri Feb 23, 2018 2:12 pm
Forum: Common Problems
Topic: Label not Visible on dark Background without bootstrap
Replies: 1
Views: 11775
 
Jump to post

Re: Label not Visible on dark Background without bootstrap

Hi Eric,

Try using Process monitor to see where that setting is saved in the OS and then replicate it into a setup project.

Usually such settings are stored in the registry.

Regards,
Bogdan
by Bogdan
Fri Feb 23, 2018 2:07 pm
Forum: Building Installers
Topic: Customize Themes
Replies: 3
Views: 13250
 
Jump to post

Re: Customize Themes

Hi and welcome to our forums,

Customizing themes requires access to our Dialogs Editor feature, from the Enterprise edition.

Thus, the option is available only in the Enterprise and Architect projects, for the currently selected theme.

Regards,
Bogdan
by Bogdan
Fri Feb 23, 2018 2:03 pm
Forum: Building Installers
Topic: AI_ExePath - delete it?
Replies: 12
Views: 19290
 
Jump to post

Re: AI_ExePath - delete it?

Hi and welcome to our forums,

This component is used by the setup package, you should not delete it.

Just move it (drag and drop) to another feature from that package that always gets installed.

Regards,
Bogdan
by Bogdan
Wed Jan 31, 2018 11:14 am
Forum: Building Installers
Topic: Setting permitions for different language versions of Windows fails
Replies: 1
Views: 11492
 
Jump to post

Re: Setting permitions for different language versions of Windows fails

Hi Kira,

We now automatically localize the most used user/group accounts, so you can use the property corespondent to the targeted user/group from the linked article.

I believe the property GRP_NETWORK_CONFIGURATION_OPS is the one you should be using.

Best regards,
Bogdan
by Bogdan
Wed Jan 31, 2018 11:07 am
Forum: Building Installers
Topic: PseudoFormatted Properties
Replies: 3
Views: 13013
 
Jump to post

Re: PseudoFormatted Properties

Hi and welcome to our forums, First of all, let's clarify what PseudoFormatted means. The Advanced Installer PseudoFormatted data type is a string which can contain references to Properties . At build time the property references are replaced with the value of the respective properties. References e...
by Bogdan
Fri Jul 21, 2017 7:40 am
Forum: Building Installers
Topic: Installing an old version when a new version is already installed
Replies: 1
Views: 12418
 
Jump to post

Re: Installing an old version when a new version is already installed

Hi, You can allow side by side installations of multiple versions of your application. However, this will not remove the newer version of your app. This is not supported by Windows Installer. Only when you install a newer version you can force the removal of the older ones, but not the other way aro...
by Bogdan
Thu Jul 20, 2017 7:32 am
Forum: Common Problems
Topic: Windows Marketplace publishing error (.APPX submission)
Replies: 15
Views: 41143
 
Jump to post

Re: Windows Marketplace publishing error (.APPX submission)

Great, thanks for confirming.

The other two problems will disappear the moment your app/account is evaluated and accepted by the Microsoft team for upload in the store. Here is a similar situation on the the MSDN forums.

Regards,
Bogdan

Go to advanced search