Search found 11 matches

Go to advanced search

by fjsen
Tue Mar 14, 2023 11:51 pm
Forum: Building Installers
Topic: How to silent install under a custom web site?
Replies: 1
Views: 1933
 
Jump to post

How to silent install under a custom web site?

Hi, I've built an installer to allow the user to install a web application letting him to choose to create a new "Web site" or just a new "Web application" under an existing web site. I'm using IIS Browse service to fill a combo box in order to select the existing web site. It's ...
by fjsen
Mon Apr 05, 2021 3:45 pm
Forum: Building Installers
Topic: Replacing text with a property filled in a custom action
Replies: 13
Views: 6794
 
Jump to post

Re: Replacing text with a property filled in a custom action

Hi Catalin,

Unfortunately the workaround is not working always. I will try another one.

Perhaps you should add this weird behaviour to your identified bugs database, in order to be fixed in a future release, in case the bug is in your side :-)

Kind regards,

Jose
by fjsen
Mon Mar 22, 2021 10:27 pm
Forum: Building Installers
Topic: Replacing text with a property filled in a custom action
Replies: 13
Views: 6794
 
Jump to post

Re: Replacing text with a property filled in a custom action

Hi Catalin, I've seen that the sample project I've attached doesn't reproduce the problem with the final backslash. In our software installer, when the .reg file is updated, the installer misses the last escaped backslash, so, the escaped path to the files appears as "file:///C:\\Program Files ...
by fjsen
Thu Mar 18, 2021 11:54 pm
Forum: Building Installers
Topic: Replacing text with a property filled in a custom action
Replies: 13
Views: 6794
 
Jump to post

Re: Replacing text with a property filled in a custom action

Hi Catalin, Thank you very much for your support. I've fixed the issue following the steps you mentioned and now it works :) (I didn't know anything related with private and public properties) I've found a minor issue related with the escaped path. I've seen that the update text file action misses t...
by fjsen
Tue Mar 16, 2021 12:02 am
Forum: Building Installers
Topic: Replacing text with a property filled in a custom action
Replies: 13
Views: 6794
 
Jump to post

Re: Replacing text with a property filled in a custom action

Hi Catalin,

Sorry for the late reply.

I've just sent you a sample installer project where you can reproduce the issue.

Hope I've made some kind of mistake so I can fix it with your instructions :-)

Best regards,

Jose
by fjsen
Thu Oct 29, 2020 1:55 pm
Forum: Building Installers
Topic: Replacing text with a property filled in a custom action
Replies: 13
Views: 6794
 
Jump to post

Replacing text with a property filled in a custom action

Hi, I'm trying to store a value got from a dialog. I'm getting a property SERVER_ADDRESS from a edit box in a dialog before starting the install process. I have a custom action linked with the Next button that calculates a value derived from that, whose name is ESCAPED_SERVER_ADDRESS. I've verified ...
by fjsen
Tue Oct 20, 2020 11:10 am
Forum: Common Problems
Topic: Web Site Browse
Replies: 2
Views: 1603
 
Jump to post

Re: Web Site Browse

Hi,

I've seen that it works on a Windows Server system (tested on Windows Server 2016), but it fails when there are more than one binding for the site.

It fails also on my Windows 10 pro. Here I always get an empty string for the URL.

BR
by fjsen
Tue Oct 20, 2020 12:02 am
Forum: Common Problems
Topic: Web Site Browse
Replies: 2
Views: 1603
 
Jump to post

Web Site Browse

Hi, I'm following your video tutorial about web site browse action, but I cannot get the selected web site URL attribute. I've attached a very basic project where you can see the problem. There I put the property in an static text in the folder dialog. I have also an script type custom action to sho...
by fjsen
Mon Oct 19, 2020 7:59 pm
Forum: Common Problems
Topic: Error with ExitDialog
Replies: 2
Views: 11672
 
Jump to post

Error with ExitDialog

Hi, When you have a sprint theme selected and you activate "Launch application at the end of installation" you'll have a duplicated version of the button (with new look and another one with older look) as you can see in the attached picture: RunYourApplication.png How can I fix it? Is ther...

Go to advanced search