Search found 8238 matches

Go to advanced search

by Daniel
Mon Apr 30, 2012 11:01 am
Forum: Common Problems
Topic: How do I copy a file called Replisapi.dll?
Replies: 4
Views: 16052
 
Jump to post

Re: How do I copy a file called Replisapi.dll?

Hi,

If you want to remove the related backslash you should use a simple VBScript custom action that will do that. You should take a look on our "How do I remove a trailing backslash from the value of a property" FAQ.

If you have any questions let me know.

Regards,
Daniel
by Daniel
Mon Apr 30, 2012 10:58 am
Forum: Building Installers
Topic: Support for vbs scripts
Replies: 7
Views: 40967
 
Jump to post

Re: Support for vbs scripts

Hi, Please keep in mind that deferred type of custom actions do not have access to installer properties. So, you should run your VBScript file using an immediate custom action in order to access "APPDIR" property value. Also, your custom action should be scheduled in the sequence tree afte...
by Daniel
Mon Apr 30, 2012 10:57 am
Forum: Building Installers
Topic: Exclude From Uninstall...
Replies: 2
Views: 11344
 
Jump to post

Re: Exclude From Uninstall...

Hi and welcome to Advanced Installer forums,

If you want that a file to not be removed during uninstall you can mark its component as Permanent. This can be done in Organization page.

Regards,
Daniel
by Daniel
Mon Apr 30, 2012 8:59 am
Forum: Building Installers
Topic: Issues with selecting Tomcat Bundle folder
Replies: 3
Views: 16051
 
Jump to post

Re: Issues with selecting Tomcat Bundle folder

Hi Rashik, Please keep in mind that currently our "Tomcat Web Application" wizard use the "service.bat" and "server.xml" files in order to install Apache Tomcat on target machine. So, you should use one of the "32-bit Windows zip" or "64-bit Windows zip&q...
by Daniel
Thu Apr 26, 2012 3:00 pm
Forum: Common Problems
Topic: Wrong APPDIR in multiple instance build
Replies: 5
Views: 12245
 
Jump to post

Re: Wrong APPDIR in multiple instance build

Hi,

Can you please send us the .AIP (project) file of the installation package that produce this behavior and a verbose log of the installation to support at advancedinstaller dot com so we can investigate them?

Regards,
Daniel
by Daniel
Thu Apr 26, 2012 1:54 pm
Forum: Common Problems
Topic: Ghost previous version of an installed program
Replies: 7
Views: 24448
 
Jump to post

Re: Ghost previous version of an installed program

Hi Silvio,

Unfortunately, your log file is too large and we can not found your problematic exe file. Can you tell us the exactly name of your problematic file?
If you can not make a disclosure here, can you please send us an e-mail to support at advancedinstaller dot com?

Regards,
Daniel
by Daniel
Thu Apr 26, 2012 11:24 am
Forum: Common Problems
Topic: How do I copy a file called Replisapi.dll?
Replies: 4
Views: 16052
 
Jump to post

Re: How do I copy a file called Replisapi.dll?

Hi, In order to achieve what you want you should proceed as follows: - Create a "New file search" (i.e SOURCE_FILE) that searches for your file. - Create a "New Search" (i.e. DESTINATION_FOLDER) and from its context menu choose "Add Location" -> "Folder" optio...
by Daniel
Thu Apr 26, 2012 9:35 am
Forum: Building Installers
Topic: Installer conditions don't seem to affect custom action
Replies: 7
Views: 14770
 
Jump to post

Re: Installer conditions don't seem to affect custom action

Hi,

I'm not sure why you are encountering this behavior. Can you please send us your .AIP (project) file and a verbose log of the installation package to support at advancedinstaller dot com so we can investigate them?

Regards,
Daniel
by Daniel
Wed Apr 25, 2012 9:38 am
Forum: Common Problems
Topic: Ghost previous version of an installed program
Replies: 7
Views: 24448
 
Jump to post

Re: Ghost previous version of an installed program

Hi Silvio, I'm not sure why you are encountering this behavior. Can you attach a log file of your package installation? Moreover, why is it working well, if we simply rename the folder of the application AFTER installation? Can you please perform a restart of your machine after installation complete...
by Daniel
Wed Apr 25, 2012 9:05 am
Forum: Building Installers
Topic: Independent installation of SQL Express 2008 R2
Replies: 3
Views: 17039
 
Jump to post

Re: Independent installation of SQL Express 2008 R2

Hi Arale, In order to achieve your behavior you must add the predefined "SQL Server 2008 Express R2" prerequisites as a feature-based prerequisite. Then you should create a public property (i.e. MY_PROP) which will contain your desired command line string and which will be set from UI. Now...
by Daniel
Tue Apr 24, 2012 2:21 pm
Forum: Building Installers
Topic: Issues with selecting Tomcat Bundle folder
Replies: 3
Views: 16051
 
Jump to post

Re: Issues with selecting Tomcat Bundle folder

Hi Rashik and welcome to Advanced Installer forums, Please keep in mind that in the Tomcat bundle folder field you should select a binary distribution of Apache Tomcat, not the installation folder of Apache Tomcat from your machine. You have to download a binary distribution of Apache Tomcat and use...
by Daniel
Tue Apr 24, 2012 11:08 am
Forum: Common Problems
Topic: Create and install MSSQL 2008 R2 Database on request
Replies: 3
Views: 10710
 
Jump to post

Re: Create and install MSSQL 2008 R2 Database on request

Hi Giuseppe, I noticed that in the article http://www.advancedinstaller.com/user-g ... ction.html is reported "This tutorial will not work with ODBC drivers added in the ODBC page." I am not sure if this is a mistake (This tutorial will not work without) or if I really have not to configur...
by Daniel
Tue Apr 24, 2012 9:59 am
Forum: Building Installers
Topic: Independent installation of SQL Express 2008 R2
Replies: 3
Views: 17039
 
Jump to post

Re: Independent installation of SQL Express 2008 R2

Hi and welcome to Advanced Installer forums, Starting with Advanced Installer 9.0 version you can achieve this behavior using our "Prerequisites" feature. From "Prerequisites" page you can add the predefined "SQL Server 2008 Express R2" prerequisites as a feature-based ...
by Daniel
Mon Apr 23, 2012 4:21 pm
Forum: Building Installers
Topic: Deleting Services Conditionally
Replies: 1
Views: 10536
 
Jump to post

Re: Deleting Services Conditionally

Hi Dariusz, In order to achieve your desired scenario your older application version should contain its services in a separate feature. Then your newer application version should be configured like this: - From "Upgrades" page enable the "Automatically upgrade the older product versio...
by Daniel
Mon Apr 23, 2012 3:29 pm
Forum: Common Problems
Topic: Ghost previous version of an installed program
Replies: 7
Views: 24448
 
Jump to post

Re: Ghost previous version of an installed program

Hi and welcome to Advanced Installer forums, This behavior could be produced by a known Windows Installer files versioning bug. In order to avoid this behavior you should try this workaround: - From "Files and Folders" view select your problematic files. - From its context menu choose &quo...

Go to advanced search