Search found 8238 matches

Go to advanced search

by Daniel
Mon May 28, 2012 8:23 am
Forum: Common Problems
Topic: Problem wehn selecting radio buttons
Replies: 5
Views: 6389
 
Jump to post

Re: Problem wehn selecting radio buttons

Hello John, Unfortunately, you cannot achieve this using radio buttons controls. In order to achieve what you want you should use two check boxes controls which will simulate a radio buttons functionality. Please keep in mind that in order to perform an action on UI controls you should use a publish...
by Daniel
Fri May 25, 2012 3:27 pm
Forum: Common Problems
Topic: Customization of Prerequisites Dialog
Replies: 7
Views: 10568
 
Jump to post

Re: Customization of Prerequisites Dialog

Hello and welcome to Advanced Installer forums, Please keep in mind that "Prerequisites" dialog is a setup dialog created using our EXE bootstrapper and it isn't customizable. In order to achieve what you want you should add your prerequisites as feature-based prerequisites. Then on "...
by Daniel
Fri May 25, 2012 2:50 pm
Forum: Common Problems
Topic: Enable/Disable Editboxes if feature is to be installed
Replies: 2
Views: 5855
 
Jump to post

Re: Enable/Disable Editboxes if feature is to be installed

Hello, In order to achieve what you want you should proceed as follows: - Select the edit box control. - Go to "Control Conditions" tab and using [New...] button create a new control condition. - From "Control Condition" dialog in the "Action" field select "Enable&...
by Daniel
Fri May 25, 2012 12:01 pm
Forum: Building Installers
Topic: Setup Avira Antivir Exception
Replies: 1
Views: 4257
 
Jump to post

Re: Setup Avira Antivir Exception

Hello Paul, Do you wanted to say that the antivirus is blocking the launch of your application or the setup package built by Advanced Installer? If your application's files are detected as false-positives, then you should contact Avira support team in order to fix your problem. All the best, Daniel
by Daniel
Fri May 25, 2012 9:11 am
Forum: Building Installers
Topic: Best Installation Approach
Replies: 5
Views: 9294
 
Jump to post

Re: Best Installation Approach

Hello Arne, That's great...what setup configuration do I use ... for example...will this application folder work on Win XP [AppDataFolder][Manufacturer]\[ProductName] ? Yes, the related application folder path works on Windows XP and is resolved accordingly on every operating system. Please take a l...
by Daniel
Fri May 25, 2012 8:31 am
Forum: Building Installers
Topic: .NET Wix Custom Action in "Mixed 32/64-bit..."
Replies: 5
Views: 10405
 
Jump to post

Re: .NET Wix Custom Action in "Mixed 32/64-bit..."

Hello Alex, It is not necessary to insert file created with a custom action into MSI package. In order to achieve what you want you should try this: - Add an immediate custom action which will create the new file to a desired location. The custom action should run early in the installation sequence....
by Daniel
Wed May 23, 2012 12:52 pm
Forum: Common Problems
Topic: Graphics problem with installer screens
Replies: 5
Views: 6310
 
Jump to post

Re: Graphics problem with installer screens

Hello Mahua,

Can you give us more details about the problem you are encountering? Maybe you can attach some screenshots.

In order to see the correct UI of the installer, please keep in mind that you should launch the EXE installer.

All the best,
Daniel
by Daniel
Wed May 23, 2012 11:06 am
Forum: Building Installers
Topic: .NET Wix Custom Action in "Mixed 32/64-bit..."
Replies: 5
Views: 10405
 
Jump to post

Re: .NET Wix Custom Action in "Mixed 32/64-bit..."

Hello, Finally i hand over all my variables with the "Action Data" option and it works so far... This is the correct approach for your problem. You should use a deferred with no impersonation custom action which will retrieve installer properties through CustomActionData property. - Schoul...
by Daniel
Wed May 23, 2012 9:55 am
Forum: Common Problems
Topic: UnInstall Clean Up of the Locked Files by IIS
Replies: 3
Views: 5040
 
Jump to post

Re: UnInstall Clean Up of the Locked Files by IIS

Hello,

Have you tried to use a custom action that will stop the IIS web application or web site before the files are being removed when you uninstall your application?

All the best,
Daniel
by Daniel
Wed May 23, 2012 8:44 am
Forum: Building Installers
Topic: Best Installation Approach
Replies: 5
Views: 9294
 
Jump to post

Re: Best Installation Approach

Hello,

No, using Advanced Installer you can create a single MSI or EXE install file that will run on both, Windows XP and Windows 7, operating systems.

All the best,
Daniel
by Daniel
Tue May 22, 2012 4:34 pm
Forum: Building Installers
Topic: Best Installation Approach
Replies: 5
Views: 9294
 
Jump to post

Re: Best Installation Approach

Hello, If your application accesses or install resources which requires administrator rights, then you should have a per-machine installation type and it is recommended to install your application in Program Files folder. Also, please keep in mind that if you distribute your application as a per-mac...
by Daniel
Tue May 22, 2012 2:45 pm
Forum: Building Installers
Topic: Customize installer to ask for user input
Replies: 1
Views: 4340
 
Jump to post

Re: Customize installer to ask for user input

Hello and welcome to Advanced Installer forums, If you are interested to add browse for file functionality to your project, then you should follow our "Browse for file" article steps. Let us know if this helps, otherwise please give us more details about your scenario. All the best, Daniel
by Daniel
Tue May 22, 2012 1:10 pm
Forum: Common Problems
Topic: Feature prerequisite file not copied if file already exists
Replies: 6
Views: 8270
 
Jump to post

Re: Feature prerequisite file not copied if file already exi

Hello, I still cannot reproduce your behavior. I've tested your scenario on Windows XP machine and the prerequisite files always overwrite the old ones. Please keep in mind that if the older version of your prerequisite file has the same name as new version of prerequisite file, then the new file wi...
by Daniel
Tue May 22, 2012 10:13 am
Forum: Building Installers
Topic: Editable combobox
Replies: 4
Views: 6399
 
Jump to post

Re: Editable combobox

Hello, Please make sure that "Combo List" attribute, from "Properties" right pane, is set to "False". If this attribute is set to "True", then the edit field of a combo box is replaced by a static text field. This prevents a user from entering a new value and ...
by Daniel
Tue May 22, 2012 9:23 am
Forum: Common Problems
Topic: Control Panel listing missing size info - using Custom Name
Replies: 1
Views: 3169
 
Jump to post

Re: Control Panel listing missing size info - using Custom N

Hello and welcome to Advanced Installer forums,

Yes, this is an Advanced Installer limitation. We added this on our TODO list and will be fixed in a future version of Advanced Installer.

All the best,
Daniel

Go to advanced search