Search found 4931 matches

Go to advanced search

by Eusebiu
Tue Dec 11, 2012 9:54 am
Forum: Building Installers
Topic: Conditional adding shortcuts via command line
Replies: 4
Views: 9562
 
Jump to post

Re: Conditional adding shortcuts via command line

Hi In order to achieve this you can create a property in the Install Parameters page (i.e. DESKTOP) and set its value to 1. Then go in the Organization page, select the component that contains your shortcut and set its condition based on the property you created (DESKTOP = 1). When you run your pack...
by Eusebiu
Fri Dec 07, 2012 10:50 am
Forum: Common Problems
Topic: Path Variables
Replies: 1
Views: 5075
 
Jump to post

Re: Path Variables

Hi, Please keep in mind that the intended functionality of the path variable is to store the whole path to a directory, not only the name of the directory. Unfortunately, I'm afraid that what you want cannot be done. Why do you want to use only the name of a folder? It might help if you take a look ...
by Eusebiu
Fri Dec 07, 2012 9:13 am
Forum: Building Installers
Topic: How to enable/disable NEXT button on textbox keypress event?
Replies: 8
Views: 16086
 
Jump to post

Re: How to enable/disable NEXT button on textbox keypress ev

Hi Rohan and welcome to Advanced Installer. Thank you for your interest in Advanced Installer. Most likely you use a standard MSI package whose normal behavior is to set an edit box property only when the focus in moved out. It does not update the property every time you write a letter in the edit b...
by Eusebiu
Fri Dec 07, 2012 8:53 am
Forum: Common Problems
Topic: Can I control the MSI filename?
Replies: 5
Views: 13559
 
Jump to post

Re: Can I control the MSI filename?

You're welcome. Glad to help.

Best regards,
Eusebiu
by Eusebiu
Fri Dec 07, 2012 8:17 am
Forum: Building Installers
Topic: run custom action only if old application exists
Replies: 3
Views: 8410
 
Jump to post

Re: run custom action only if old application exists

You're welcome. Glad to help.

Best regards,
Eusebiu
by Eusebiu
Thu Dec 06, 2012 11:39 am
Forum: Common Problems
Topic: Can I control the MSI filename?
Replies: 5
Views: 13559
 
Jump to post

Re: Can I control the MSI filename?

Hi and welcome to Advanced Installer forum. Thank you for your interest in Advanced Installer. You can control the MSI filename by going it in the Builds page in the Deployment group page from the left-side pane, then write it in the "MSI name" text field from the "Configuration"...
by Eusebiu
Thu Dec 06, 2012 11:27 am
Forum: Building Installers
Topic: Service Account based on Property?
Replies: 2
Views: 7375
 
Jump to post

Re: Service Account based on Property?

Hi, You can achieve what you want by following the next steps: - go in the custom dialog you created - click on the "Next" button and create a new Published Event - in the newly appeared dialog select the "Set installer property value" control event - write the name of the proper...
by Eusebiu
Thu Dec 06, 2012 9:44 am
Forum: Building Installers
Topic: run custom action only if old application exists
Replies: 3
Views: 8410
 
Jump to post

Re: run custom action only if old application exists

Hi Mike, In order to achieve what you want you must go into the Search page and create an Extended Search of type "Product Version (identify by Upgrade Code)", click on the [...] button from the right of the Upgrade Code field, select the "In a MSI file" radio button and choose t...
by Eusebiu
Wed Dec 05, 2012 4:43 pm
Forum: Common Problems
Topic: Custom Installation settings
Replies: 5
Views: 11239
 
Jump to post

Re: Custom Installation settings

Hi Raja, This type of installation "Per-machine if user is administrator, per-user otherwise", installs the package per-user when you select the "Only for me" option or when the user is not an administrator. So, as I said before, the only option is to set the installation type &q...
by Eusebiu
Wed Dec 05, 2012 4:08 pm
Forum: Common Problems
Topic: Preserve Service Logon Information for upgrade
Replies: 8
Views: 12785
 
Jump to post

Re: Preserve Service Logon Information for upgrade

Hi Jimmy In case you want to run your service as LocalSystem, you must use a custom action as you already did, I think. Else, it is not supported by Advanced Installer to keep the username and password, when they are modified directly in the services.msc. This situation is similar to the case when s...
by Eusebiu
Wed Dec 05, 2012 2:49 pm
Forum: Common Problems
Topic: Install Parameters Not Persisted In Maintenance Mode
Replies: 15
Views: 31087
 
Jump to post

Re: Install Parameters Not Persisted In Maintenance Mode

Hi Scott, You don't have to write your own custom action. In order to be able to update the registry during maintenance you have to do the following steps: Remove the persistent properties you created and create them again as you see in the example below, but do not select the "Set persistent p...
by Eusebiu
Wed Dec 05, 2012 10:12 am
Forum: Common Problems
Topic: Custom Installation settings
Replies: 5
Views: 11239
 
Jump to post

Re: Custom Installation settings

Hi The uninstallation returns the code 1625 "This installation is forbidden by system policy. Contact your system administrator." Did you choose the installation type "Per-machine if user is administrator, per user otherwise"? In case you have some custom actions, registry, prere...
by Eusebiu
Wed Dec 05, 2012 8:48 am
Forum: Common Problems
Topic: Read path from registry, if not found, use a default
Replies: 3
Views: 8807
 
Jump to post

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

You're welcome. I am glad you got this working.

Best regards,
Eusebiu
by Eusebiu
Wed Dec 05, 2012 8:47 am
Forum: Building Installers
Topic: How to set a property using the return value of an exe?
Replies: 3
Views: 8409
 
Jump to post

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

You're welcome. Glad to help you.

Best regards,
Eusebiu
by Eusebiu
Wed Dec 05, 2012 8:46 am
Forum: Common Problems
Topic: Test Maintenance UI feature not working
Replies: 7
Views: 16022
 
Jump to post

Re: Test Maintenance UI feature not working

You're welcome. Glad to help.

Best regards,
Eusebiu

Go to advanced search