Search found 27 matches

Go to advanced search

by jlavery
Fri May 02, 2014 4:47 pm
Forum: Building Installers
Topic: Updater for different components, and scheduler
Replies: 3
Views: 3447
 
Jump to post

Re: Updater for different components, and scheduler

Hi Daniel,
Thanks for the comprehensive reply - you've given me enough information to get a proposal to my customer!

Regards,

James
by jlavery
Thu Apr 24, 2014 6:23 am
Forum: Building Installers
Topic: Updater for different components, and scheduler
Replies: 3
Views: 3447
 
Jump to post

Updater for different components, and scheduler

Hi there,
We have a VB6 application which has an Access database and associated Word documents, and would like to add Updater support.

Scheduling.
The documentation says that the updater can be scheduled using Windows Task Scheduler. Is it also possible to make it run as a service, checking ...
by jlavery
Thu Sep 22, 2011 2:00 pm
Forum: Common Problems
Topic: Path variables attached custom VBS actions and SQL
Replies: 2
Views: 2838
 
Jump to post

Path variables attached custom VBS actions and SQL

Hi there,
We're using path variables for our application files to install.

However, we have vbs files and SQL scripts which we want to run, which are also under the same path as our files to install.

is there a way to use path variables to define the location of the attached action vbs files and ...
by jlavery
Thu Sep 22, 2011 12:37 pm
Forum: Common Problems
Topic: Update existing IIS virtual directory
Replies: 2
Views: 2795
 
Jump to post

Re: Update existing IIS virtual directory

Hi Bogdan,
Thanks for the information - I'll try using VBS.

It would be a good enhancement to Advanced Installer to be able to update an existing virtual directory.

James
by jlavery
Wed Sep 21, 2011 1:18 pm
Forum: Common Problems
Topic: Update existing IIS virtual directory
Replies: 2
Views: 2795
 
Jump to post

Update existing IIS virtual directory

Hi all,
I need to install a new version of our web application and update the existing virtual directory to point to the new files.

Can someone point me in the right direction, please? I can only see options to create a new virtual directory.

Thanks a lot,

James
by jlavery
Wed Sep 14, 2011 1:12 pm
Forum: Common Problems
Topic: Single installer with different components depending on box
Replies: 1
Views: 2331
 
Jump to post

Single installer with different components depending on box

Hi there,
We've got a system which consists of components, each of which is to be installed on a different server.

I'd like to have a single installer in which the user can indicate which server they are on, and for the installer to install the appropriate software on the server. The APPDIR ...
by jlavery
Wed Sep 14, 2011 1:05 pm
Forum: Common Problems
Topic: Parameter not being set from VBS
Replies: 2
Views: 3263
 
Jump to post

Re: Parameter not being set from VBS

Hi Cosmin,
Thanks a lot - this solved my problem.
by jlavery
Mon Sep 12, 2011 5:53 pm
Forum: Common Problems
Topic: Parameter not being set from VBS
Replies: 2
Views: 3263
 
Jump to post

Parameter not being set from VBS

Hi there,
We need to allow the user to specify the environment on which they're installing, and set installation parameters accordingly.

To this end I've done the following.

1. Created a new DatabaseServer installation parameter, [DatabaseServer], with a default value of 'MyDbServer'
2. Created a ...
by jlavery
Tue Apr 28, 2009 9:37 am
Forum: Common Problems
Topic: Update status during Custom Action
Replies: 4
Views: 4302
 
Jump to post

Re: Update status during Custom Action

Hi Cosmin,
Thanks - that looks useful.

James
by jlavery
Tue Apr 28, 2009 8:44 am
Forum: Common Problems
Topic: Update status during Custom Action
Replies: 4
Views: 4302
 
Jump to post

Re: Update status during Custom Action

Hi Cosmin,
Thanks - however the Action Text button is disabled for my Custom Action.

Settings are:
Source Type: vbs script
Execution properties: Synchronous, check return code
Execution options: Immediate execution
Scheduling Options: Always Execute

Thanks,
James
by jlavery
Mon Apr 27, 2009 3:42 pm
Forum: Feature Requests
Topic: Need a way to add design notes to an AI project
Replies: 2
Views: 3962
 
Jump to post

Re: Need a way to add design notes to an AI project

I'd find this very useful, too.
by jlavery
Mon Apr 27, 2009 3:41 pm
Forum: Common Problems
Topic: Update status during Custom Action
Replies: 4
Views: 4302
 
Jump to post

Update status during Custom Action

I've got my "backup of existing software" custom action working now, using a vbscript file being run as a custom action, which is great.

Is it possible to have the installer display a meaningful status message above the progress bar while it's running the custom action?

Thanks,

James
by jlavery
Mon Apr 27, 2009 1:16 pm
Forum: Common Problems
Topic: Debug a vbs script
Replies: 7
Views: 7509
 
Jump to post

Re: Debug a vbs script

Hi Cosmin,
I've found the solution, although it needs a registry hack. :D

Before running the installer, set the following registry value to 1, to force Just In Time (JIT) debugging for Windows scripting:

HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings\JITDebug

Then, when the ...
by jlavery
Mon Apr 27, 2009 12:41 pm
Forum: Common Problems
Topic: Debug a vbs script
Replies: 7
Views: 7509
 
Jump to post

Re: Debug a vbs script

Hi Cosmin,
Thanks - yes that works. However, because wscript.exe is being run as a separate process, the installer properties aren't available. I think I'm going to have to resort to writing debug info to a text file as you suggested earlier.

Regards,

James
by jlavery
Mon Apr 27, 2009 11:57 am
Forum: Common Problems
Topic: Debug a vbs script
Replies: 7
Views: 7509
 
Jump to post

Re: Debug a vbs script

Hi Cosmin,
Yes I've seen that article, and tried it. The problem is setting up the environment so that the Installer properties are available to the script. Any thoughts?

Thanks,

James

Go to advanced search