Search found 87 matches

Go to advanced search

by jstuardo
Tue Nov 03, 2020 12:27 pm
Forum: Building Installers
Topic: Error in Updater
Replies: 3
Views: 14249
 
Jump to post

Re: Error in Updater

Hello Daniel, of course that file is currently missing. According to the documentation, this is said: "You will create this file when the first update will be released. For now, just input the location.". This is the first release of the application, this is not an update, so, that TXT fil...
by jstuardo
Wed Oct 28, 2020 4:48 pm
Forum: Building Installers
Topic: How to add parameter to Data in Registry Value Editor
Replies: 3
Views: 3237
 
Jump to post

Re: How to add parameter to Data in Registry Value Editor

No... the problem has nothing to do with that. Sorry if I was not very clear. I will explain you with an example. Please see this picture: AI_AddReg.png I have not found a way to add that parameter to the (default) node of the registry key. Note that the executable file is a property, for example, &...
by jstuardo
Wed Oct 28, 2020 12:11 am
Forum: Building Installers
Topic: Registry key is not added
Replies: 1
Views: 8935
 
Jump to post

Registry key is not added

Hello, I have an installer where I have added some registry keys, as shown in the following image: AI_Registry.png The curious thing is that the key videoencoder->shell->open->command is created, however, the key com.dxxxxxx.vidxxencodxx is not created. Any help, please? I am attaching the AIP file....
by jstuardo
Mon Oct 26, 2020 10:51 pm
Forum: Building Installers
Topic: Error in Updater
Replies: 3
Views: 14249
 
Jump to post

Error in Updater

<r>Hello,<br/> <br/> I have followed instructions from this site: <URL url="https://www.advancedinstaller.com/user-guide/tutorial-updater.html"><LINK_TEXT text="https://www.advancedinstaller.com/user- ... dater.html">https://www.advancedinstaller.com/user-guide/tutorial-updater.html</LINK_TEXT></URL...
by jstuardo
Fri Oct 23, 2020 10:36 pm
Forum: Building Installers
Topic: How to add parameter to Data in Registry Value Editor
Replies: 3
Views: 3237
 
Jump to post

How to add parameter to Data in Registry Value Editor

Hello, If I add new value in the registry editor, the Edit Registry Entry dialog appears. If I don't enter the name, and add a data, for example, [#MyFile.exe], a (default) entry is created with the data of "[#MyFile.exe]", including the quotes. How can I add, for example, "[#MyFile.e...
by jstuardo
Sat Mar 07, 2020 2:01 am
Forum: Building Installers
Topic: Patch for .exe file
Replies: 1
Views: 2683
 
Jump to post

Patch for .exe file

Hello,

How can I create a patch when installer file is an exe? I have AI 12.1

Thanks
Jaime
by jstuardo
Thu Feb 27, 2020 1:47 am
Forum: Building Installers
Topic: Is it possible to change control value based on condition?
Replies: 1
Views: 2286
 
Jump to post

Is it possible to change control value based on condition?

Hello,

I have a checkbox that is initially checked but based on a condition of other control, the checkbox should be unchecked. Is that possible?

Control condition only has these options:
Control Condition.png
Control Condition.png (3.88 KiB) Viewed 2286 times
I can only hide/show or enable/disable.

Kind regards
Jaime
by jstuardo
Wed Feb 26, 2020 11:31 pm
Forum: Building Installers
Topic: Bad behaviour when using Test ODBC Connection dialog
Replies: 5
Views: 4631
 
Jump to post

Re: Bad behaviour when using Test ODBC Connection dialog

Hello Catalin, Finally it worked with the Next button. I don't know what happened before, but not, when Next button is pressed, the connection is tested and if succeeds, the next dialog is shown. I have other question regarding this and about the "(local)" problem. In order to call TestODB...
by jstuardo
Mon Feb 24, 2020 7:40 pm
Forum: Building Installers
Topic: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work
Replies: 7
Views: 5618
 
Jump to post

Re: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work

Hello Catalin, What do you think about this approach? I haven't try it yet: Copy the whole "Base de Datos" node. One of them, with this condition: SERVER_PROP = "(local)" . In this case, Server field equal to [SERVER_PROP] . The other node, with this condition: SERVER_PROP <> &qu...
by jstuardo
Fri Feb 21, 2020 7:20 pm
Forum: Building Installers
Topic: How to use "Display Message Box" custom action when it has YES and NO buttons?
Replies: 3
Views: 4870
 
Jump to post

Re: How to use "Display Message Box" custom action when it has YES and NO buttons?

Thanks.... it worked. The difference was that I did not create any new dialog. I just modified condition of "Display specific dialog" event of the current dialog to be: BTN_PRESSED = "IDYES" That way the VerifyReadyDlg is shown only if I answer Yes in the confirmation dialog. Reg...
by jstuardo
Fri Feb 21, 2020 5:24 pm
Forum: Building Installers
Topic: Bad behaviour when using Test ODBC Connection dialog
Replies: 5
Views: 4631
 
Jump to post

Re: Bad behaviour when using Test ODBC Connection dialog

First of all, there is a mistake in that page. That is not actually a mistake. Most of the time, the default PORT (1433) is used, therefore it is not a must to specify the PORT in the SQL Connection String. But when port is used, connection string you have shown is incorrect. However, when the conn...
by jstuardo
Thu Feb 20, 2020 1:18 pm
Forum: Building Installers
Topic: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work
Replies: 7
Views: 5618
 
Jump to post

Re: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work

Dear Catalin, My SQL Server version is 2014, but I think this will happen in all versions. I am using the default instance but it also happens if it is not the default. My OS is Windows 10 Home. In summary, the issue is as following: when setting [SERVER_PROP],[PORT_PROP] in the database configurati...
by jstuardo
Wed Feb 19, 2020 5:09 pm
Forum: Building Installers
Topic: How to use "Display Message Box" custom action when it has YES and NO buttons?
Replies: 3
Views: 4870
 
Jump to post

How to use "Display Message Box" custom action when it has YES and NO buttons?

Hello, I have no found any document about this. I have a checkbox in a dialog. If that checkbox is checked, I need to show that custom action. If user clicks on YES, next dialog in the wizard should be displayed. If user clicks NO, the same dialog should be kept. I have added the custom action, but,...
by jstuardo
Wed Feb 19, 2020 1:18 am
Forum: Building Installers
Topic: Bad behaviour when using Test ODBC Connection dialog
Replies: 5
Views: 4631
 
Jump to post

Bad behaviour when using Test ODBC Connection dialog

Hello, I followed these instructions (https://www.advancedinstaller.com/user-guide/qa-test-sql-connection.html) to create a Test ODBC Connection dialog to test SQL Server connection before actually application is installed. First of all, there is a mistake in that page. For SQL Server, connection st...
by jstuardo
Tue Feb 18, 2020 8:23 pm
Forum: Building Installers
Topic: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work
Replies: 7
Views: 5618
 
Jump to post

Re: When using [SERVER_PROP],[PORT_PROP] in Database server it does not work

Sorry again, I have found where the problem is. The problem is when "(local)" is specified in the server field and the default port 1433. When I use "localhost" instead of "(local)", it works. The fact is that the name "(local)" is added automatically by the S...

Go to advanced search