Search found 663 matches

Go to advanced search

by Sorin
Thu May 11, 2017 8:18 am
Forum: Common Problems
Topic: Detect other installation
Replies: 3
Views: 4074
 
Jump to post

Re: Detect other installation

Hello, You're welcome! This could be done by creating a Search in a Registry location created by the other application. For example, if the setup of Application A is created with Advanced Installer then, by default, the following key is created HKEY_LOCAL_MACHINE\SOFTWARE\Your Company\Application A\...
by Sorin
Thu May 11, 2017 7:01 am
Forum: Common Problems
Topic: Issue with diferent colors showing on UI
Replies: 5
Views: 5695
 
Jump to post

Re: Issue with diferent colors showing on UI

Hello,

You are welcome! I'm glad you sorted things out. Let me know if you have any other question.

Best regards,
Sorin
by Sorin
Wed May 10, 2017 3:15 pm
Forum: Common Problems
Topic: Issue with diferent colors showing on UI
Replies: 5
Views: 5695
 
Jump to post

Re: Issue with diferent colors showing on UI

Hello, The AI_CONTROL_VISUAL_STYLE property is responsible for the background color of your combo box. The ini code you provided has our default values for BlackSurface Theme. Please make sure you use the code you posted in your ini file. We have tested it and the combobox background of the language...
by Sorin
Wed May 10, 2017 1:55 pm
Forum: Common Problems
Topic: [solved] Predefined MSSSQL Server Database Connection - How To set connection port
Replies: 3
Views: 4198
 
Jump to post

Re: Predefined MSSSQL Server Database Connection - How To set connection port

Hello,

For the predefined connection - "Microsoft SQL Server / MSDE" the "Port" field is indeed non-editable. You could specify a port in the "Server" field, after the server name, for example : [SERVER_PROP],[PORT_PROP]

Best regards,
Sorin
by Sorin
Wed May 10, 2017 12:58 pm
Forum: Common Problems
Topic: <AI_REPOSITORY>dictionaries\ui_en.ail is ignored
Replies: 3
Views: 4147
 
Jump to post

Re: <AI_REPOSITORY>dictionaries\ui_en.ail is ignored

Hello Harvey, We have tested your scenario and could not reproduce your issue. We have tested numerous scenarios, including building from Jenkins using Advanced Installer Plugin or a batch, building with Advanced Installer project opened or closed. Can you give us a detailed test case? It would be h...
by Sorin
Wed May 10, 2017 12:25 pm
Forum: Common Problems
Topic: Can't uninstall without original MSI
Replies: 3
Views: 12400
 
Jump to post

Re: Can't uninstall without original MSI

Hello, The problem occurs, for example, when one of the following conditions are true: -The C:\Windows\Installer cached copy of the MSI is missing -The uninstall process needs to access and installed resource which is missing; thus it will prompt you for original installation source This scenario ca...
by Sorin
Wed May 10, 2017 11:48 am
Forum: Building Installers
Topic: Launch attached file and read stdout
Replies: 1
Views: 2967
 
Jump to post

Re: Launch attached file and read stdout

Hello,

You could use a VBS/C++/C# Custom action and write a code which launches the exe and uses the value contained by its stdout to set an installer property. Please take a look on How to set an installer property using custom actions.

Best regards,
Sorin
by Sorin
Wed May 10, 2017 9:37 am
Forum: Common Problems
Topic: Maintenance Dialogs not showing
Replies: 6
Views: 6274
 
Jump to post

Re: Maintenance Dialogs not showing

You're welcome!

Best regards,
Sorin
by Sorin
Wed May 10, 2017 8:45 am
Forum: Building Installers
Topic: Installing/Updating MSSQL server database with dacpac
Replies: 9
Views: 8723
 
Jump to post

Re: Installing/Updating MSSQL server database with dacpac

Hello Yusuf, 1. Yes, Advanced Installer has this option. You need to go to "Dialogs" page and add "SQLServerConnectionDlg" predefined dialog.Some default database connection, database browse and server browse will be generated. You can configure their settings from "SQL Data...
by Sorin
Wed May 10, 2017 7:55 am
Forum: Common Problems
Topic: Maintenance Dialogs not showing
Replies: 6
Views: 6274
 
Jump to post

Re: Maintenance Dialogs not showing

Hello Diego, Please make sure you use "Extended EXE user interface on uninstall and maintenance" option in "Themes" page - Settings tab. This option enables EXE user interface when installing the application as well as when performing "Modify" or "Uninstall" f...
by Sorin
Wed May 10, 2017 7:23 am
Forum: Common Problems
Topic: Installer starts re-installation after every reboot.
Replies: 3
Views: 5867
 
Jump to post

Re: Installer starts re-installation after every reboot.

Hello Aduce, and welcome to our forum! Please send us the .AIP (project) to support at advancedinstaller dot com so we can investigate it. Also, it would be helpful if you provide a link of the installation setup which reproduces this behaviour. If you have any information that helps reproducing thi...
by Sorin
Tue May 09, 2017 2:02 pm
Forum: Building Installers
Topic: Simple x86/x64 Installer
Replies: 2
Views: 2982
 
Jump to post

Re: Simple x86/x64 Installer

Hello and welcome to our forum! If you add the files by selecting "Add Project Output" in Advanced Installer project in Visual Studio, the default behaviour is exactly the one that you mentioned. The output source file path will be changed according to the build type in Visual Studio. Howe...
by Sorin
Tue May 09, 2017 12:02 pm
Forum: Common Problems
Topic: Detect other installation
Replies: 3
Views: 4074
 
Jump to post

Re: Detect other installation

Hello Derrin, You could implement this by a custom Launch Condition determined by a file search operation result. If a file contained by a previous install is not found, your installation continues. Otherwise a message is displayed and the installation stops. To do this you need to take the followin...
by Sorin
Tue May 09, 2017 9:40 am
Forum: Common Problems
Topic: <AI_REPOSITORY>dictionaries\ui_en.ail is ignored
Replies: 3
Views: 4147
 
Jump to post

Re: <AI_REPOSITORY>dictionaries\ui_en.ail is ignored

Hello Every time you edit the default strings of the the project default language you need to close the project and reopen it, in order to load the changes into Advanced Installer. Unfortunately this is a known issue, which is triggered by a limitation of our "Default Strings" tab and cann...
by Sorin
Tue May 09, 2017 8:53 am
Forum: Common Problems
Topic: EXE in MSI
Replies: 1
Views: 2322
 
Jump to post

Re: EXE in MSI

Hello, The recommended method is described in this tutorial: Convert EXE(s) to MSI . This basically creates a single MSI build with resources inside it, containing one post-install prerequisite from the selected EXE file. This approach can be used for multiple EXE files. This method is available sta...

Go to advanced search