Search found 110 matches

Go to advanced search

by CiprianComsa
Mon Sep 24, 2012 9:38 am
Forum: Common Problems
Topic: SQL Authentication Mode
Replies: 5
Views: 6091
 
Jump to post

Re: SQL Authentication Mode

Hi Rob, As ales.hrodek said , a solution would be to use a search to identify the name of the instance. The name of the instance can be identified in the registries from the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL The name of the instance will be...
by CiprianComsa
Wed Aug 29, 2012 12:20 pm
Forum: Common Problems
Topic: Service Account Name cannot be > 20 chars
Replies: 2
Views: 3545
 
Jump to post

Re: Service Account Name cannot be > 20 chars

Hi Clive, Thank you for reporting this issue. In windows 2000 and XP it is a limit of 20 chars. In the future we will mention this limit in help docs. We will not be able to introduce this limit also in UI because the package that you are creating can be installed on other operating systems where th...
by CiprianComsa
Mon Aug 27, 2012 4:19 pm
Forum: Common Problems
Topic: Installer hangs on 'Searching for qualifying products'.
Replies: 12
Views: 24342
 
Jump to post

Re: Installer hangs on 'Searching for qualifying products'.

Hi Shashank, I tested using your aip project file in a virtual machine with SQL Server 2008 Express R2 and Advanced Installer 9.4. I deduced the scheme of tables Cfp_Calcs, CFPAmount_detail and PayrollMonthlyDetail from the sql scripts that you provided and I created them before installing the packa...
by CiprianComsa
Tue Aug 14, 2012 3:11 pm
Forum: Building Installers
Topic: Uninstall SQL Instance....
Replies: 3
Views: 12594
 
Jump to post

Re: Uninstall SQL Instance....

Hi Simon, You could just look for the path directly from the SQL Server Registry location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup\path Please note, this path is not the same for each SQL Server. To achieve this with AdvancedInstaller go to Search Page and ad...
by CiprianComsa
Tue Aug 14, 2012 12:50 pm
Forum: Building Installers
Topic: Do bot uninstall some files...
Replies: 4
Views: 6646
 
Jump to post

Re: Do bot uninstall some files...

Hi Simon, Can you please tell me how exactly did you install the database? Did you create the database by executing a SQL Script or copy all file types of database? Regards, Ciprian ______________________________________________________________________________________________________________________...
by CiprianComsa
Mon Aug 13, 2012 3:26 pm
Forum: Common Problems
Topic: DB Scripts installation
Replies: 1
Views: 3314
 
Jump to post

Re: DB Scripts installation

Hi, We currently do not support integrated Windows authentication for MySQL connections. However, you can try using a Custom SQL Connection from SQL Scripts page and you can edit the connection string parameter keywords and values. Please note, only commercial distributions of MySQL for Windows incl...
by CiprianComsa
Fri Aug 10, 2012 9:53 pm
Forum: Building Installers
Topic: Running a Custom Action On User Uninstall But Not On Update
Replies: 1
Views: 3845
 
Jump to post

Re: Running a Custom Action On User Uninstall But Not On Upd

Hi and welcome to Advanced Installer forums, You can use a "Launch File or Open URL" predefined custom action. Go to Custom Action Page and add "Launch File or Open URL" as a custom action with sequence. Change the Command field with your URL from Custom Action Properties and mak...
by CiprianComsa
Fri Aug 10, 2012 4:45 pm
Forum: Building Installers
Topic: Do bot uninstall some files...
Replies: 4
Views: 6646
 
Jump to post

Re: Do bot uninstall some files...

Hi Simon, A solution could be to condition SQL scripts (which contains dropping database script from an instance of SQL Server) execution at uninstall. This condition can consist of a public property which is associated with an UI control( e.g. CheckBox ). In this way the scripts will be executed on...
by CiprianComsa
Fri Aug 10, 2012 3:17 pm
Forum: Building Installers
Topic: Uninstall SQL Instance....
Replies: 3
Views: 12594
 
Jump to post

Re: Uninstall SQL Instance....

Hi Simon, You can create custom action that runs during uninstall. That custom action would launch a command line sql tool that would remove the named instance. Please refer to sql server's documentation on how to remove a named instance through the command line. Regards, Ciprian ___________________...
by CiprianComsa
Fri Aug 10, 2012 12:35 pm
Forum: Common Problems
Topic: Chrome detecting exe as malicious file.
Replies: 3
Views: 15237
 
Jump to post

Re: Chrome detecting exe as malicious file.

Hi, I cannot reproduce this case. I created an exe package with AdvancedInstaller version 9.4 and I downloaded from an URL using Google Chrome 21.0.1180.75 m. Can you please tell me the versions of AdvancedInstaller and Google Chrome used? Regards, Ciprian ___________________________________________...
by CiprianComsa
Thu Aug 09, 2012 9:07 am
Forum: Building Installers
Topic: How to stop the application before the pre requisites check?
Replies: 24
Views: 21342
 
Jump to post

Re: How to stop the application before the pre requisites ch

Hi, If you want to prevent your application from running you can use one of the predefined custom actions: Close application (This custom action allows you to close an application which uses a user Interface.) or Terminate process (This custom action allows you to stop a running process on the targe...
by CiprianComsa
Mon Aug 06, 2012 11:27 am
Forum: Building Installers
Topic: How do I execute my batch file
Replies: 1
Views: 3765
 
Jump to post

Re: How do I execute my batch file

Hi, Instead of creating and populating a database from a batch file I recommend you to use our SQl Scripts feature which is more comfortable to use. You can read our tutorial about how to configure a SQL Connection and add sql script files in your installer package . Since you are new, I highly reco...
by CiprianComsa
Wed Aug 01, 2012 9:58 am
Forum: Common Problems
Topic: php support in Adavance Installer
Replies: 3
Views: 5747
 
Jump to post

Re: php support in Adavance Installer

Hi, If you don't want to appear Apache or MySQL on Control Panel, a solution is to add them as pre-installed in the installer package from Files and Folders page . Using this method, you must manually register and launch Apache and MySQL Service by adding command lines into bat file and launch after...
by CiprianComsa
Fri Jul 27, 2012 3:28 pm
Forum: Common Problems
Topic: SQL Azure Database: {SQL_Error}: {SQL_STATE: 42000}
Replies: 4
Views: 6750
 
Jump to post

Re: SQL Azure Database: {SQL_Error}: {SQL_STATE: 42000}

Hi Yogesh, I'm not sure why this happens, it could be caused by Statement separator (SQL Batch file separator) defined in SQL Script page (on the sql script file properties). Please note, we don't have support for multiple separators (at once) between SQL statements. Regards, Ciprian _______________...
by CiprianComsa
Wed Jul 25, 2012 9:32 am
Forum: Common Problems
Topic: php support in Adavance Installer
Replies: 3
Views: 5747
 
Jump to post

Re: php support in Adavance Installer

Hi, Unfortunately, we don't have native support for PHP like asp.net. You can install your PHP application using some methods: A easy way is to use a WAMP package (contains Apache2, PHP, MySQL) to install all you need to run your PHP application. You can add WAMP packages as a prerequisite in Prereq...

Go to advanced search