Search found 663 matches

Go to advanced search

by Sorin
Thu Feb 07, 2019 4:48 pm
Forum: Common Problems
Topic: MSI not detecting Product install
Replies: 1
Views: 6266
 
Jump to post

Re: MSI not detecting Product install

Hello Krishna, Please note that launching a package that is already installed will trigger Maintenance mode. If the package in question is launched with basic UI, a repair will be triggered (the features already installed will be reinstalled), thus the behavior you've mentioned is normal. Best regar...
by Sorin
Thu Feb 07, 2019 2:56 pm
Forum: Common Problems
Topic: Delete files during uninstallation
Replies: 3
Views: 7875
 
Jump to post

Re: Delete files during uninstallation

Hello Hans, This could happen if the same components are shared between multiple packages installed on the same machine. Windows Installer keeps a refcount for the components and does allow removing them until all the applications that use them are removed. For more details please take a look on our...
by Sorin
Mon Jan 21, 2019 9:18 am
Forum: Common Problems
Topic: Prerequisites: Install Condition should not verify if file version is installed
Replies: 1
Views: 6156
 
Jump to post

Re: Prerequisites: Install Condition should not verify if file version is installed

Hello Dante,

Unfortunately we don't have support for this behavior. The correct implementation would be to use a condition for installing prerequisites that is false when the prerequisite is not installed and true when the prerequisite is installed.

Best regards,
Sorin
by Sorin
Mon Jan 14, 2019 3:02 pm
Forum: Common Problems
Topic: Building Setup got the controlId issues
Replies: 1
Views: 6520
 
Jump to post

Re: Building Setup got the controlId issues

Hello,

Please send us the .AIP (project) to support at advancedinstaller dot com so we can investigate this problem.

Best regards,
Sorin
by Sorin
Thu Jan 03, 2019 11:02 am
Forum: Common Problems
Topic: Reading / Writing DWORD registry values
Replies: 3
Views: 9822
 
Jump to post

Re: Reading / Writing DWORD registry values

Hello, I thought I tried that and on the upgrade it completely removed the registry values. I'll try again. I forgot to mention you need to enable "Permanent" option for the components in questions. During a major upgrade the old package is removed first and then the new one is installed. ...
by Sorin
Fri Dec 21, 2018 11:10 am
Forum: Common Problems
Topic: Reading / Writing DWORD registry values
Replies: 3
Views: 9822
 
Jump to post

Re: Reading / Writing DWORD registry values

Hello, You could condition the components associated with these registry values to be installed only on first time install. Just go to "Organisation" page, select the component and enter "NOT OLDPRODUCTS" in the "Condition" field. In this way the registry values will no...
by Sorin
Tue Dec 11, 2018 3:42 pm
Forum: Common Problems
Topic: Scheduled Task - Synchronize Across Time Zones
Replies: 1
Views: 7043
 
Jump to post

Re: Scheduled Task - Synchronize Across Time Zones

Hello, Unfortunately our Scheduled Tasks implementation doesn't support the "Synchronize across time zones" option. We will analyze this new feature and maybe we will implement it in a future version of Advanced Installer. Until then, if you need to create a Scheduled Task with this option...
by Sorin
Thu Nov 29, 2018 8:18 am
Forum: Common Problems
Topic: Set project root path from command line
Replies: 5
Views: 11493
 
Jump to post

Re: Set project root path from command line

Hello,

You are welcome!

We will update this thread when the feature will be available.

Best regards,
Sorin
by Sorin
Fri Nov 23, 2018 11:26 am
Forum: Common Problems
Topic: Set project root path from command line
Replies: 5
Views: 11493
 
Jump to post

Re: Set project root path from command line

Hello, Unfortunately we don't support for changing the project root path through command line. I have added this improvement on our TODO list and it will be available in a future version of Advanced Installer. Thank you for your understanding. Don't hesitate to contact me if you have any other quest...
by Sorin
Thu Nov 22, 2018 9:44 am
Forum: Common Problems
Topic: A quick question about BasicUIDlg
Replies: 1
Views: 5921
 
Jump to post

Re: A quick question about BasicUIDlg

Hello, The dialog in question is used for Basic User Interface. This option directs Windows Installer to display only a dialog with a progress bar showing the evolution of the installation and the message boxes that display error messages. It is used especially for unassisted or automated installs (...
by Sorin
Thu Nov 22, 2018 9:16 am
Forum: Building Installers
Topic: Execute custom action at the end, no matter how it ends
Replies: 1
Views: 6471
 
Jump to post

Re: Execute custom action at the end, no matter how it ends

Hello, You could implement this scenario using a custom action without sequence configured to run when the user clicks on "Finish" button from Exit dialog (for normal installation), on "Finish" button from "FatalError" dialog (in case the installation fails) and on &quo...
by Sorin
Mon Nov 12, 2018 9:44 am
Forum: Building Installers
Topic: Registering Libraries
Replies: 1
Views: 6354
 
Jump to post

Re: Registering Libraries

Hello Ian, If you need to install files in "SYSWOW64" folder you need to add them in "Windows Volume\System" folder from "Files and Folders" page. Please take a look on this article : Paths of the folders in the "Files and Folders" Page Just let me know if you...
by Sorin
Wed Feb 28, 2018 1:14 pm
Forum: Common Problems
Topic: Suppress logging of command-line for silent installation
Replies: 9
Views: 14526
 
Jump to post

Re: Suppress logging of command-line for silent installation

Hello Kiran,

You are welcome.
Just let us know if you have any other questions.

Best regards,
Sorin
by Sorin
Tue Feb 27, 2018 10:26 am
Forum: Common Problems
Topic: Pauses in InstallValidate with files in use
Replies: 3
Views: 9428
 
Jump to post

Re: Pauses in InstallValidate with files in use

Hello,

You are welcome!

Just let me know if you have any other questions.

Best regards,
Sorin
by Sorin
Mon Feb 26, 2018 2:35 pm
Forum: Common Problems
Topic: Custom action Close App not working
Replies: 2
Views: 7117
 
Jump to post

Re: Custom action Close App not working

Hello Ricardo, Could you please try to use "Terminate Process" custom action instead? The "Close application" custom action allows you to close an application which uses a user Interface. By default the custom action closes windows which have a title-bar, a border and a system me...

Go to advanced search