Search found 4513 matches

Go to advanced search

by Dan
Thu Jun 06, 2019 1:59 pm
Forum: Common Problems
Topic: Launch app as current user after escalation in Vista/Win7
Replies: 8
Views: 26030
 
Jump to post

Re: Launch app as current user after escalation in Vista/Win7

Hi Harvey, In this case, you can create a custom action that will detect if the process is running elevated or not. Also, you will have 2 custom actions of launch File custom action added as custom actions without sequence . Each custom action will launch your application when the user will press th...
by Dan
Thu Jun 06, 2019 1:57 pm
Forum: Sample Projects
Topic: Launch app in the context installation privileges at the end of the installation
Replies: 0
Views: 180217
 
Jump to post

Launch app in the context installation privileges at the end of the installation

Hello, In case you need to launch the application at the end of the installation in the context of the installation privileges, you can follow the below steps to implement this: 1) Create a custom action to detect if the installer process is running elevated or not 2) Launch the app based on the res...
by Dan
Tue Jun 04, 2019 12:29 pm
Forum: Common Problems
Topic: Black Surface Theme Color Issue
Replies: 5
Views: 15904
 
Jump to post

Re: Black Surface Theme Color Issue

Hello,

A much better approach is the one detailed in the How to change the background of the LicenseAgreementDlg in Surface theme and keep print functionality? article.

Best regards,
Dan
by Dan
Fri May 31, 2019 11:44 am
Forum: Common Problems
Topic: Launch app as current user after escalation in Vista/Win7
Replies: 8
Views: 26030
 
Jump to post

Re: Launch app as current user after escalation in Vista/Win7

Hi Harvey, Can you please give us more details about your scenario? Is there any reason for such a behavior? If your package requires admin privileges, that means you always need admin privileges to install your application. In this case you can enable the Run as admin from the FinishDlg . Is there ...
by Dan
Mon May 27, 2019 3:15 pm
Forum: Common Problems
Topic: Extension for Visual Studio 2019 Failed to Install
Replies: 1
Views: 14822
 
Jump to post

Re: Extension for Visual Studio 2019 Failed to Install

Hello, Indeed, this seems to be a problem in our VSIX package for VS 2019. We have fixed this and the fix will be available in our next version of Advanced Installer. Until then, you can install the fixed extension from here: https://www.dropbox.com/s/kzdefftepczfib6/vs16_extension.vsix?dl=0 Please ...
by Dan
Tue May 07, 2019 1:16 pm
Forum: Common Problems
Topic: Multi-Instances
Replies: 1
Views: 11862
 
Jump to post

Re: Multi-Instances

Hello, I would not recommend you to use the generate instances at install time option due to its limitation. You are not able to upgrade the installed instances, you can only install upgrades as small updates. Please let me know if everything is working as expected when using static instances with t...
by Dan
Wed Mar 27, 2019 10:42 am
Forum: Building Installers
Topic: ARPSYSTEMCOMPONENT with "Override Windows Installer Program list entry"
Replies: 3
Views: 12283
 
Jump to post

Re: ARPSYSTEMCOMPONENT with "Override Windows Installer Program list entry"

Hello, Note that the ARPSYSTEMCOMPONENT property is set by default in an installer where you have the Override Windows Installer programs list entry option enabled. To avoid the application from being displayed in the Control Panel that has the Override Windows Installer programs list entry option e...
by Dan
Mon Mar 25, 2019 1:41 pm
Forum: Sample Projects
Topic: Prevent IIS elements from being removed during upgrade
Replies: 0
Views: 180099
 
Jump to post

Prevent IIS elements from being removed during upgrade

Hello, If you need to prevent IIS elements from being removed during upgrade, here is what you need to do: Prevent IIS elements to overwrite the existing website Do not remove IIS elements during the uninstall triggered by an upgrade An upgrade installation consists in two parts: the uninstall of th...
by Dan
Tue Mar 19, 2019 1:54 pm
Forum: Common Problems
Topic: Advanced Installer inside a Docker Image
Replies: 3
Views: 13682
 
Jump to post

Re: Advanced Installer inside a Docker Image

Hello Matt,

Indeed, the encountered behavior is correct.

Please contact us on support at advancedinstaller dot com for a special license that will let you use Advanced Installer inside a Docker image.

Best regards,
Dan
by Dan
Thu Feb 14, 2019 9:54 am
Forum: Common Problems
Topic: AdvancedInstaller ODBC Connect: Timeout exceeded
Replies: 21
Views: 57221
 
Jump to post

Re: AdvancedInstaller ODBC Connect: Timeout exceeded

Hello,

This was fixed in version 15.7 of Advanced Installer released on February 13th, 2019.

Now you can specify the ODBC driver used for SQL Database Browse operations. In SQL connection view.

Best regards,
Dan
by Dan
Wed Jan 30, 2019 2:24 pm
Forum: Building Installers
Topic: VLC create MST
Replies: 3
Views: 14429
 
Jump to post

Re: VLC create MST

Hello, Note that you can export tables with Advanced Installer. However, when you need to create a new blanc MSI and import the related tables, Advanced Installer will throw an error, saying that the related tables are already defined. So, you cannot import those tables in an Advanced Installer proj...
by Dan
Mon Jan 21, 2019 4:03 pm
Forum: Building Installers
Topic: VLC create MST
Replies: 3
Views: 14429
 
Jump to post

Re: VLC create MST

Hello, I've tested your scenario and replicated. We will further test and investigate this issue on our end. Thank you for bringing it to our attention. As a side note, please note that even Orca.exe fails to create a transform file: orca error.PNG We'll continue investigating the MSI on our end. Be...
by Dan
Fri Jan 11, 2019 3:48 pm
Forum: Common Problems
Topic: Advanced Installer - 1310 - Installation Issue
Replies: 5
Views: 10181
 
Jump to post

Re: Advanced Installer - 1310 - Installation Issue

Hello,

Maybe there is a custom action that checks if the files are in use and close/stop the process/service. Can you please check if this is your case too?

Otherwise, I don't have anything in mind that can trigger this behavior.

Best regards,
Dan
by Dan
Fri Jan 11, 2019 11:04 am
Forum: Common Problems
Topic: Advanced Installer - 1310 - Installation Issue
Replies: 5
Views: 10181
 
Jump to post

Re: Advanced Installer - 1310 - Installation Issue

Hello and welcome to Advanced Installer forums, As it states from the log file, the files are in use: MSI (s) (E0:F0) [19:02:06:712]: Verifying accessibility of file: natives_blob.bin Info 1603. The file C:\Users\TestMember\AppData\Local\TestFolder\Application\natives_blob.bin is being held in use. ...
by Dan
Tue Dec 18, 2018 3:28 pm
Forum: Sample Projects
Topic: Force environment refresh using custom action
Replies: 2
Views: 29779
 
Jump to post

Force environment refresh using custom action

Hello, There are cases when the environment variables are not refreshed during installation, so the modifications to the environment variables do not result in an immediate change. The list of environment variables is being loaded when the process is initialized but not refreshed. In order to have t...

Go to advanced search