Search found 71 matches

Go to advanced search

by litu
Mon Jul 25, 2016 8:59 am
Forum: Feature Requests
Topic: See Condition in "show only if" dialogs
Replies: 1
Views: 4819
 
Jump to post

See Condition in "show only if" dialogs

Hi,

I've created two "show only if..." dialogs. And the problem is that I can't see the condition now.
Is it possible to see the conditionof this kind of dialogs?

Thanks in advance,
Arnau.
by litu
Mon Jun 13, 2016 8:55 am
Forum: Common Problems
Topic: Patch creation
Replies: 4
Views: 3554
 
Jump to post

Re: Patch creation

If it helps, both projects were created synchronizing folders.
by litu
Thu Jun 09, 2016 8:57 am
Forum: Common Problems
Topic: Patch creation
Replies: 4
Views: 3554
 
Jump to post

Re: Patch creation

Sent. If it helps, the error is shown after at "Creating PCP database" message. If it helps, the installer is an exe with the resources next to it (with a 1.2Gb cab file). If it helps, there are no changes in the logic of the installer (no new dialogs, sql scripts,IIS configs); only file c...
by litu
Thu Jun 09, 2016 7:48 am
Forum: Common Problems
Topic: Patch creation
Replies: 4
Views: 3554
 
Jump to post

Patch creation

Hi, I'm trying to create a patch. For this first try, I added/changed some files. But I get the next error: Error calling MSI API: 1627 Method: MsiViewExecute Table: ImageFamilies. Extended Error: 1: 2210 2: D:\cd_a3equipo\instalador-patch\a3equipo-patch.pcp 3: 3 . Advanced Installer 13.0 build 7033...
by litu
Thu Jun 02, 2016 2:51 pm
Forum: Building Installers
Topic: Radiobutton selected memory
Replies: 6
Views: 4429
 
Jump to post

Re: Radiobutton selected memory

Hi Eusebiu,

When collecting the info to write the answer, I've found the mistake: I was not searching in the right key of the registry... (facepalm) :roll:
I've corrected the error and it is working fine.

Thanks a lot and best regards,
Arnau.
by litu
Thu Jun 02, 2016 12:40 pm
Forum: Building Installers
Topic: Radiobutton selected memory
Replies: 6
Views: 4429
 
Jump to post

Re: Radiobutton selected memory

I've tried the second option and none of the radiobuttons is selected.
by litu
Thu Jun 02, 2016 12:06 pm
Forum: Building Installers
Topic: Radiobutton selected memory
Replies: 6
Views: 4429
 
Jump to post

Re: Radiobutton selected memory

Hi Eusebiu, If I'm understanding this in the right way, the first option will be effective not on the next version, but in the following that (if users has version 1, I'll set the proporty persistent on version 2 and they'll see on version 3); isn't it? I'll try the second option and let you know. T...
by litu
Wed Jun 01, 2016 3:48 pm
Forum: Building Installers
Topic: Radiobutton selected memory
Replies: 6
Views: 4429
 
Jump to post

Radiobutton selected memory

Hi, I have an installer that shows a dialog with a radiobutton that has two options: simple and advanced. The value of this radiobutton is kept in the registry. For the next version, I want to show this dialog with the selected option as is kept in the registry. So, if a user has choosed the simple ...
by litu
Wed May 27, 2015 9:30 am
Forum: Building Installers
Topic: Distributed install
Replies: 3
Views: 3327
 
Jump to post

Re: Distributed install

Ok. Our customer will have to execute the installation on every server and choose what he needs. But, there are parts of the install that are common. For example, the registry keys. We need to install all the keys in all the servers. Right now, each key is associated to a feature and it's only insta...
by litu
Thu May 21, 2015 12:22 pm
Forum: Building Installers
Topic: Distributed install
Replies: 3
Views: 3327
 
Jump to post

Distributed install

Hi, Our application installs two virtual websites, databases, MSMQ queues and Windows Services (that makes the calculus). Now, our install is allowing to install everything in one server; or install the databases on a different server. Is there a way to install the IIS on a server, the databases on ...
by litu
Wed Mar 18, 2015 5:58 pm
Forum: Common Problems
Topic: How to deselect a language?
Replies: 5
Views: 4672
 
Jump to post

Re: How to deselect a language?

Is there any way to change the project language than starting the whole project from the scratch?
by litu
Wed Feb 11, 2015 9:23 am
Forum: Building Installers
Topic: show http link in message box
Replies: 5
Views: 3750
 
Jump to post

Re: show http link in message box

Hi,

Ok. I've tested and "Display a specific child dialog" setting the condition works perfect.

Thanks,
Arnau.
by litu
Tue Feb 10, 2015 3:11 pm
Forum: Building Installers
Topic: show http link in message box
Replies: 5
Views: 3750
 
Jump to post

Re: show http link in message box

Hi,

The idea is to insert a link in the message box and let the user click on it.

So, the link should be displayed on the message box.

Thanks,
Arnau.
by litu
Tue Feb 10, 2015 12:36 pm
Forum: Building Installers
Topic: show http link in message box
Replies: 5
Views: 3750
 
Jump to post

show http link in message box

Hi,

I'm showing a message box if customer's SQL is version 2005.
We want to redirect them to a help web site we have, but I don't know how to insert and http link in the message box.

Is that possible?

Thanks in advance,
Arnau.
by litu
Mon Jan 26, 2015 5:00 pm
Forum: Building Installers
Topic: Show an alert to old SQL
Replies: 8
Views: 5045
 
Jump to post

Re: Show an alert to old SQL

Hi Eusebiu,

As you said, the SQL script must be a SELECT statement. So, my second approach didn't work.

My first approach works.

Code: Select all

 SELECT @@version AS MY_PROP
But I have to compare MY_PROP as a string MY_PROP << "Microsoft SQL Server 2005"


Thanks for your patience,
Arnau.

Go to advanced search