Search found 4931 matches

Go to advanced search

by Eusebiu
Tue Dec 04, 2012 5:00 pm
Forum: Common Problems
Topic: Custom Installation settings
Replies: 5
Views: 11277
 
Jump to post

Re: Custom Installation settings

Hi Raja Your installation is correctly configured, but the "Installation Type" of your package does not affect the "Installation Type" of the applications you want to install through "Custom Actions". They have their own "Installation Type" set by their manufa...
by Eusebiu
Tue Dec 04, 2012 3:44 pm
Forum: Common Problems
Topic: Preserve Service Logon Information for upgrade
Replies: 8
Views: 12825
 
Jump to post

Re: Preserve Service Logon Information for upgrade

Hi Jimmy If no username is set for the service, it will run in the LocalSystem account. Else it is very well explained in the following article How to install a service for a custom user? If you want to preserve the logon information you must check the "Set persistent property" checkbox fo...
by Eusebiu
Tue Dec 04, 2012 1:54 pm
Forum: Common Problems
Topic: Using a Feature To Run a CustomAction at the Proper Time
Replies: 2
Views: 6189
 
Jump to post

Re: Using a Feature To Run a CustomAction at the Proper Time

Hi In the "Condition" field from your custom action, use [...] button in order to add a control condition. The "Edit Condition" dialog will appear. From "Predefined Conditions" group select "Test if the feature will be installed local. The feature is not reinstalle...
by Eusebiu
Tue Dec 04, 2012 11:06 am
Forum: Common Problems
Topic: Test Maintenance UI feature not working
Replies: 7
Views: 16078
 
Jump to post

Re: Test Maintenance UI feature not working

Hi

The problem is that you have no feature installed by default in the Organization page. In the future we will make an improvement to cover this case too. Meanwhile the solution is to add a feature that will be installed by default.

Best regards,
Eusebiu
by Eusebiu
Tue Dec 04, 2012 9:41 am
Forum: Common Problems
Topic: Setting text box from Registry Keys
Replies: 3
Views: 8149
 
Jump to post

Re: Setting text box from Registry Keys

Hi

I tried to reproduce the behavior, but it worked well to me. I have Advanced Installer 9.6.1 running on Windows 7 x64.

Best regards,
Eusebiu
by Eusebiu
Thu Nov 29, 2012 2:35 pm
Forum: Building Installers
Topic: How to set a property using the return value of an exe?
Replies: 3
Views: 8438
 
Jump to post

Re: How to set a property using the return value of an exe?

Hi and welcome to Advanced Installer forum. Unfortunately you can't retrieve the return value of an exe custom action. The return code of a custom action is captured by Windows Installer, not Advanced Installer. The only way to communicate between external code and the installer is through propertie...
by Eusebiu
Thu Nov 29, 2012 1:23 pm
Forum: Common Problems
Topic: Read path from registry, if not found, use a default
Replies: 3
Views: 8847
 
Jump to post

Re: Read path from registry, if not found, use a default

Hi You can do the second part by creating a "Set installer property" custom action. There you will set the property you want to write in, the value you want to write and the condition. It would be better for you to move this custom action behind the "Searches" in the Wizard Dialo...
by Eusebiu
Thu Nov 29, 2012 9:19 am
Forum: Common Problems
Topic: Test Maintenance UI feature not working
Replies: 7
Views: 16078
 
Jump to post

Re: Test Maintenance UI feature not working

Hi

I don't know what could be the problem. Can you please send us the AIP project so we can take a look on it?

For the moment the only solution is to install your package and then to run it again in Maintenance mode. It is recommended to test it on a Virtual Machine.

Best regards,
Eusebiu
by Eusebiu
Thu Nov 29, 2012 8:56 am
Forum: Common Problems
Topic: Setting text box from Registry Keys
Replies: 3
Views: 8149
 
Jump to post

Re: Setting text box from Registry Keys

Hi Do you have any registry value stored in those registry key? If so, you must create a search for each of those registry values and then in the properties panel of each edit box you must set its "Default Value" with the [RESULT_PROPERTY] you want, that was created by the search. Best reg...
by Eusebiu
Wed Nov 28, 2012 3:54 pm
Forum: Building Installers
Topic: Exit setup after custom action is executed
Replies: 3
Views: 9660
 
Jump to post

Re: Exit setup after custom action is executed

Hi

Unfortunately you can't jump even to ExitDialog. All the dialogs will appear, but there will nothing be installed.

Best regards,
Eusebiu
by Eusebiu
Wed Nov 28, 2012 3:16 pm
Forum: Building Installers
Topic: Install as Admin, reinstall as user...
Replies: 1
Views: 5633
 
Jump to post

Re: Install as Admin, reinstall as user...

Hi First you must decide if every user that accesses the application must have its own resources of the application or if all the users work with the same resources. If they all must work with the same resources, then you must put the resources in the "Common Application Data" folder from ...
by Eusebiu
Wed Nov 28, 2012 10:38 am
Forum: Building Installers
Topic: Exit setup after custom action is executed
Replies: 3
Views: 9660
 
Jump to post

Re: Exit setup after custom action is executed

Hi and welcome to Advanced Installer forum. Unfortunately Windows Installer does not support what you need. A solution for your problem would be to go in the Organization page select every feature and select the radio button "Install based on condition", then you set the condition on the &...
by Eusebiu
Wed Nov 28, 2012 9:15 am
Forum: Common Problems
Topic: Test Maintenance UI feature not working
Replies: 7
Views: 16078
 
Jump to post

Re: Test Maintenance UI feature not working

Hi

I tried to reproduce the behavior, but everything worked well to me. Can you please tell me what version of Advanced Installer do you use and what Operating System? Did you test it on another machine or in a new project?

Best regards,
Eusebiu
by Eusebiu
Tue Nov 27, 2012 11:33 am
Forum: Common Problems
Topic: Install Parameters Not Persisted In Maintenance Mode
Replies: 15
Views: 31175
 
Jump to post

Re: Install Parameters Not Persisted In Maintenance Mode

Hi

I have received your email with logs but there still are some details that would help me. If you can't send the install project, can you please create a sample project which reproduce the behavior and send it to us.

Best regards,
Eusebiu
by Eusebiu
Tue Nov 27, 2012 10:13 am
Forum: Common Problems
Topic: SQL script not running during Repair
Replies: 3
Views: 9284
 
Jump to post

Re: SQL script not running during Repair

Hi, I have looked on your project and I have noticed some errors. First, when you search for the username, you search it in the wrong location "HKEY_CURRENT_USER" instead of "HKEY_LOCAL_MACHINE". Then if you want your searches to be attached to their corresponding properties (the...

Go to advanced search