Search found 19 matches

Go to advanced search

by briancorcoran
Tue Nov 15, 2022 9:11 pm
Forum: Building Installers
Topic: Dictionary Strings in custom scripts
Replies: 3
Views: 4441
 
Jump to post

Re: Dictionary Strings in custom scripts

The project contains dictionaries of translated strings (picture attached) that are used in installer dialogs. I have a custom action that invokes a VBScript inline script. I would like it to be able to retrieve a string from one of these dictionaries, say using Session.Property, to use the string i...
by briancorcoran
Fri Oct 04, 2019 1:25 pm
Forum: Building Installers
Topic: Published Events order of execution
Replies: 1
Views: 7792
 
Jump to post

Published Events order of execution

I've always just assumed that Published Events are executed in order from Top to Bottom. However, I have an odd case where I have two events of the same type (Display a specific dialog) connected to the Next button of a dialog. It seems like the top event should be run first, and that is not the cas...
by briancorcoran
Thu Oct 03, 2019 1:55 pm
Forum: Building Installers
Topic: Detecting feature installation during Maintenance mode
Replies: 3
Views: 6791
 
Jump to post

Re: Detecting feature installation during Maintenance mode

Yes, that was very helpful.

Thank you,

Brian
by briancorcoran
Tue Oct 01, 2019 6:58 pm
Forum: Building Installers
Topic: Detecting feature installation during Maintenance mode
Replies: 3
Views: 6791
 
Jump to post

Detecting feature installation during Maintenance mode

Hi, During Maintenance mode, I need to display certain dialogs based on whether a feature is already installed or not. I thought I could just query the state of feature ID, but that is coming up as empty. For Example, I might "Display a Specific Dialog" for the Next button based on MyFeatu...
by briancorcoran
Wed May 29, 2019 8:31 pm
Forum: Common Problems
Topic: Validating two edit boxes
Replies: 1
Views: 1619
 
Jump to post

Validating two edit boxes

I have two edit boxes where I am asking a user to enter a password. If the contents of the boxes do not match, I do not want Next to go to the next dialog. I want to put up an error message. I don't think I want an inline script, because the message would be difficult to translate. How do I compare ...
by briancorcoran
Fri Jul 21, 2017 6:55 pm
Forum: Common Problems
Topic: Passing property value in silent install
Replies: 2
Views: 2241
 
Jump to post

Re: Passing property value in silent install

It looks like I just needed to reverse the two parameters and it worked. So, never mind.

Brian
by briancorcoran
Fri Jul 21, 2017 4:28 pm
Forum: Common Problems
Topic: Passing property value in silent install
Replies: 2
Views: 2241
 
Jump to post

Passing property value in silent install

Hi, I have a custom dialog checkbox whose property is SERVICES_INSTALL_CHECK. By default this is set to "False". I would like to be able to run a silent installer where this value is set to True, to force the action as if the check had been selected. I tried running a silent install like: ...
by briancorcoran
Thu May 11, 2017 2:32 pm
Forum: Building Installers
Topic: Prerequisite uninstall file differs from install file
Replies: 5
Views: 3989
 
Jump to post

Re: Prerequisite uninstall file differs from install file

I put my changes that were failing back in to generate an aip file for you, and now they work. Frustrating. So, I apologize for wasting your time. I'll think about putting together a MSI package just for the install/uninstall of the .iss file.

Thank you,

Brian
by briancorcoran
Tue May 09, 2017 9:20 pm
Forum: Building Installers
Topic: Prerequisite uninstall file differs from install file
Replies: 5
Views: 3989
 
Jump to post

Re: Prerequisite uninstall file differs from install file

I marked the .iss file as Permanent, which is not an ideal solution, to make sure it stays around. It did, but the APPDIR did not work as I hoped. I had to put in the full path for the uninstall to work. My question regarding removing files remains, but also does APPDIR not resolve for uninstall com...
by briancorcoran
Tue May 09, 2017 8:23 pm
Forum: Building Installers
Topic: Prerequisite uninstall file differs from install file
Replies: 5
Views: 3989
 
Jump to post

Re: Prerequisite uninstall file differs from install file

Please ignore the part above regarding Node.js. I was incorrectly specifying the full path to the msiexec in that case, and have fixed it. For the issue with the desktop application, I seem to have an issue with a file disappearing before I need it. I'm trying to run a command line like: c:\Program ...
by briancorcoran
Tue May 09, 2017 6:48 pm
Forum: Building Installers
Topic: Prerequisite uninstall file differs from install file
Replies: 5
Views: 3989
 
Jump to post

Prerequisite uninstall file differs from install file

Hi, I have two prerequisites that I install as part of a larger installation. In one case, I want to uninstall node.js (yes, I know what I'm doing and nobody else is using it). In another, I want to uninstall a desktop application. In both cases, the uninstall main module differs from the install ma...
by briancorcoran
Mon May 08, 2017 1:30 pm
Forum: Building Installers
Topic: Indeterminate progress bar and custom action
Replies: 6
Views: 58436
 
Jump to post

Re: Indeterminate progress bar and custom action

Thank you, that was helpful.

Brian
by briancorcoran
Fri Apr 28, 2017 6:49 pm
Forum: Building Installers
Topic: Indeterminate progress bar and custom action
Replies: 6
Views: 58436
 
Jump to post

Re: Indeterminate progress bar and custom action

Mihai, Thank you for your reply. I would like to do something like that, but there is a problem. The command line for the PostgreSQL install that I want to supply contains information obtained from a custom install dialog. For instance, I want to set the admin password for the database upon it's ins...
by briancorcoran
Fri Apr 28, 2017 1:27 pm
Forum: Building Installers
Topic: Indeterminate progress bar and custom action
Replies: 6
Views: 58436
 
Jump to post

Re: Indeterminate progress bar and custom action

I used the prerequisite approach for node.js and see the value. However, in the case of PostgreSQL the install can be very long. Also, I need to run a script after installation to create a schema within the default database. It would have been nice to have an indeterminate progress bar during this t...
by briancorcoran
Wed Apr 26, 2017 2:56 pm
Forum: Building Installers
Topic: Indeterminate progress bar and custom action
Replies: 6
Views: 58436
 
Jump to post

Indeterminate progress bar and custom action

Hi, I want to install a PostgreSQL database as part of an install. Postgres has its own exe installer that I can successfully launch from a custom action. I would like an indeterminate progress bar to show up on the ProgressDlg while the Postgres installer runs. I cannot get this to work. I've put m...

Go to advanced search