Search found 8238 matches

Go to advanced search

by Daniel
Wed Jun 13, 2012 2:16 pm
Forum: Common Problems
Topic: looking to add registry keys if another registry key exists
Replies: 4
Views: 5636
 
Jump to post

Re: looking to add registry keys if another registry key exi

Hello, In order to obtain what you want you should proceed like this: - Go to "Search" page and create a "New Extended Search" (i.e. KEY_SEARCH) like this: Criteria: Registry key exists Registry key: KEY PATH Please keep in mind that by default the registries searches use 32-bit ...
by Daniel
Wed Jun 13, 2012 12:36 pm
Forum: Building Installers
Topic: create msi thats add files in x86 and amd 64
Replies: 3
Views: 4923
 
Jump to post

Re: create msi thats add files in x86 and amd 64

Hello Roger, Please keep in mind that a 32-bit installation package, on 64-bit machines, cannot install resources into 64-bit locations (i.e. "Program Files" folder). Also, it is not recommended to split application resources installation in different location paths. Why do you need this? ...
by Daniel
Wed Jun 13, 2012 10:02 am
Forum: Building Installers
Topic: Embedding of Prerequisites
Replies: 2
Views: 4037
 
Jump to post

Re: Embedding of Prerequisites

Hello Stefan and welcome to Advanced Installer forums, If you want to bundle prerequisite files into your application package, then from "Prerequisites" page you can use the [ New Package Prerequisite ] toolbar button, “New Package Prerequisite” context menu item or Insert key in order to ...
by Daniel
Wed Jun 13, 2012 9:34 am
Forum: Common Problems
Topic: How to identify the Category for "Control Panel Applets"
Replies: 5
Views: 17671
 
Jump to post

Re: How to identify the Category for "Control Panel Applets"

Hello, Please keep in mind that on a 64-bit system the registry entries installed by a 32-bit application are created under the "HKEY_LOCAL_MACHINE\Software\Wow6432Node" key. Please take a look on our "Wow6432Node registry key" article. In order to install a registry entry on a 6...
by Daniel
Tue Jun 12, 2012 2:45 pm
Forum: Common Problems
Topic: Prerequisite custom executable running order
Replies: 8
Views: 8881
 
Jump to post

Re: Prerequisite custom executable running order

Hello Arthur, If I add .Net Framework 2.0 as a launch condition, that won't actually install .Net Framework 2.0, will it? If it's not installed, then the user won't be able to run my installer. Yes, this is true. The users will have to manually install .Net Framework 2.0 ( if isn't already installed...
by Daniel
Tue Jun 12, 2012 11:49 am
Forum: Common Problems
Topic: Installer simply won’t recognize the pre-requisites
Replies: 9
Views: 10748
 
Jump to post

Re: Installer simply won’t recognize the pre-requisites

Hello Udayk, I've noticed you get the related issue only when you are using 64-bit operating systems. Please keep in mind that, by default, prerequisite searches use 32-bit locations when evaluating install conditions on 64-bit machines. So, if your prerequisite searches need to access 64-bit locati...
by Daniel
Tue Jun 12, 2012 9:26 am
Forum: Building Installers
Topic: .NET Windows Service
Replies: 7
Views: 12053
 
Jump to post

Re: .NET Windows Service

Hello, This seems to be an Advanced Installer issue. Thank you for bringing it to our attention. A fix will be available in the next version of Advanced Installer. As a workaround, to add another ".NET Installer Class Action" custom action, in "Custom Actions" page you can try to...
by Daniel
Tue Jun 12, 2012 8:35 am
Forum: Common Problems
Topic: How does the auto-updater get triggered?
Replies: 1
Views: 2350
 
Jump to post

Re: How does the auto-updater get triggered?

Hello and welcome to Advanced Installer forums, When you bundle auto updater in your application you can choose to have a manual execution (i.e. using a shortcut) or an automatic execution of the updater. Also, you can Integrate the Updater in your application . The automatic updater execution is ac...
by Daniel
Tue Jun 12, 2012 7:30 am
Forum: Common Problems
Topic: Running multiple versions of software concurrently
Replies: 2
Views: 3448
 
Jump to post

Re: Running multiple versions of software concurrently

Hello,

In order to achieve this you should add on "Dialogs" page the "UpgradeDlg" predefined dialog.

If you have any questions let me know.

All the best,
Daniel
by Daniel
Mon Jun 11, 2012 3:52 pm
Forum: Common Problems
Topic: Issues Importing MSM Project And MSM Itself
Replies: 2
Views: 3553
 
Jump to post

Re: Issues Importing MSM Project And MSM Itself

Hello, I have a merge module written as a Visual Studio deployment project (i.e. .vdproj) that when imported yields an "unsupported project type" error. Unfortunately, Advanced Installer doesn't offer functionality to import a .vdproj file of a merge module created with Visual Studio. We h...
by Daniel
Mon Jun 11, 2012 1:38 pm
Forum: Common Problems
Topic: How to identify the Category for "Control Panel Applets"
Replies: 5
Views: 17671
 
Jump to post

Re: How to identify the Category for "Control Panel Applets"

Hello, 1- The shortcut name is very limited for Control Panel applets! is there a way to increase that limit? No, unfortunately this cannot be done. This is a limitation of the API that we are using. 2- In newer editions of Windows the Control Panel icons are organized under different categories. th...
by Daniel
Mon Jun 11, 2012 9:45 am
Forum: Common Problems
Topic: Validation of edit box for to accept IP Address
Replies: 8
Views: 10529
 
Jump to post

Re: Validation of edit box for to accept IP Address

Hello, But I am not able to achieve second part, i.e. if property value is "Invalid", then show a message using Spawn Dialog on published event of Next. Can you please share detailed steps to implement this, to have 'OK' message box. In order to achieve this you can proceed as follows: - I...
by Daniel
Mon Jun 11, 2012 8:59 am
Forum: Common Problems
Topic: Prerequisite custom executable running order
Replies: 8
Views: 8881
 
Jump to post

Re: Prerequisite custom executable running order

Hello Arthur, You can add .Net Framework 2.0 as a launch condition for your package installation. Then, you can add your antivirus program as pre-install prerequisite using "Reboot system after installing this prerequisite" option. Also, from "Prerequisite" page you should enable...
by Daniel
Fri Jun 08, 2012 3:37 pm
Forum: Common Problems
Topic: Updater does not work with file protocol
Replies: 1
Views: 3349
 
Jump to post

Re: Updater does not work with file protocol

Hello, Adding an extra slash before the drive letter updater /checknow -url file://[b]/[/b]c:/wamp/www/download/My%20Installer/update.aiu prompts Your software is up to date Please keep in mind that this is the correct file URL format . Can you please tell us if your application is up to date or not...
by Daniel
Fri Jun 08, 2012 1:31 pm
Forum: Common Problems
Topic: ocx issue
Replies: 14
Views: 9461
 
Jump to post

Re: ocx issue

Hello and welcome to Advanced Installer forums,

I'm not sure why this happens. Do you have permissions set on your installation location?

Also, can you please try to manually install and register your application resources and see if the behavior still reproduce?

All the best,
Daniel

Go to advanced search