Search found 63 matches

Go to advanced search

by BCh
Mon Nov 09, 2020 7:06 am
Forum: Common Problems
Topic: Advanced Installer Failing during Flushing to Disk when creating install program.
Replies: 1
Views: 2601
 
Jump to post

Advanced Installer Failing during Flushing to Disk when creating install program.

Hi,

Using Windows 10 x64 Pro (Version 2004).
Advanced Installer Enterprise 17.6 and 17.4.

When trying to create an installing program using Advanced Installer, Advanced Installer fails when Flushing To Disk.

I get no errors displayed on the screen.

Advanced Installer just closes with no ...
by BCh
Mon Jul 08, 2019 1:02 am
Forum: Common Problems
Topic: Prerequisite Fails but Incorrect Message saying next Prerequisite Fails
Replies: 3
Views: 6415
 
Jump to post

Re: Prerequisite Fails but Incorrect Message saying next Prerequisite Fails

Bit more information.


Have install that needs to install SQL 2014.

SQL 2014 needs to have .NET 3.5 installed which I also have as a prerequisite.

I do not use Predefined Prerequisites since (1) requires some user understanding and (2) requires internet access which is not always possible (if ...
by BCh
Fri Jun 28, 2019 2:25 pm
Forum: Common Problems
Topic: Prerequisite Fails but Incorrect Message saying next Prerequisite Fails
Replies: 3
Views: 6415
 
Jump to post

Prerequisite Fails but Incorrect Message saying next Prerequisite Fails

Hi,

Using Enterprise Version 16.0.

I have had an install work successfully for over 6 months and now all of a sudden it has stopped working.

I have the following prerequisites in order:
- .Net 3.5
- ODBC driver
- SQL Server 2014 Express SP2
- SAP Crystal Reports runtime
- ……
The option to ...
by BCh
Fri May 10, 2019 8:56 am
Forum: Common Problems
Topic: Invalid Command Line when trying to generate a log file.
Replies: 1
Views: 2828
 
Jump to post

Invalid Command Line when trying to generate a log file.

Hi,

Software I supply is used in Australia and the US.

In the MSI command Line (Package Definition | Builds | Bootstrapper Options) I have "/L*V [LocalAppDataFolder]nme_2201Upd.log" (no double quotes) to generate an installation log file.

On PC's (including Microsoft Surface and VM x64) in ...
by BCh
Thu Jan 10, 2019 2:24 am
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Re: Update but NOT remove existing files.

Time really flies. Didn't think it was so long since I looked at this.

I can now create a patch to cover updating of exe or dll's. I did this as per Tutorials | Patch Authoring and using msi files.


As my initial question also notes that I need to update (insert new rows or update existing ones) a ...
by BCh
Mon Aug 06, 2018 2:54 pm
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Re: Update but NOT remove existing files.

Catalin,

Really appreciate quick reply.

Think I understand a bit better in creating MSI from EXE.

Since it is very late will try tomorrow but quick question.


When I create V2.exe I do so with the same Product code as V1.exe?


Thanks,
Brian
by BCh
Mon Aug 06, 2018 12:53 pm
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Re: Update but NOT remove existing files.

Catalin,

Thanks for reply but I am not sure where to go from here. I feel more confused.

I don't know how to take what you have said and create a patch for my exe installs.


Question - where in advanced Installer is CODE: SELECT ALL you mention in your post?


What I did try was:

I took my ...
by BCh
Mon Jul 30, 2018 8:54 am
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Re: Update but NOT remove existing files.

Catalin,

Since my install is an .exe (cannot remember why exe and not msi - been a long time ago maybe security issue with major client).

Looks like I cannot use Patch install since I do not have a msi file - old or new!


Tried using Package Definition | Builds | Bootstrapper Options | Install ...
by BCh
Fri Jul 27, 2018 12:51 pm
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Re: Update but NOT remove existing files.

Catalin,

Thanks for response.

Will try your suggestions over the next week.

Brian
by BCh
Mon Jul 23, 2018 11:05 am
Forum: Building Installers
Topic: Update but NOT remove existing files.
Replies: 11
Views: 16082
 
Jump to post

Update but NOT remove existing files.

Hi,

I have successfully created an install and update which installs a Windows PC program (plus pre-requisites) as well as updates over a SQL database keeping customer specific data entered into certain tables.
As expected this install / update is a fairly large file (due to pre-requisites).


I am ...
by BCh
Mon Jun 04, 2018 10:55 am
Forum: Building Installers
Topic: Prerequisite Option Continue not working for Dymo
Replies: 5
Views: 10815
 
Jump to post

Re: Prerequisite Option Continue not working for Dymo

Eusebiu,

Thanks.
I received the following reply from DYMO support.

**************************************************************************************************************
We added some prerequisites to the DLS installer with version 8.7.0, so now there are higher chances that a reboot may ...
by BCh
Mon May 28, 2018 3:27 pm
Forum: Building Installers
Topic: Prerequisite Option Continue not working for Dymo
Replies: 5
Views: 10815
 
Jump to post

Re: Prerequisite Option Continue not working for Dymo

Eusebiu,

Thanks for reply.


Have tried to do your suggestion re Packaging an existing installation.


Is it in Customize Setting when setting a Current Profile that you "try" and define all the File Types / Files and Folders / Registry etc that the "old" install uses as part of it's installation ...
by BCh
Mon May 21, 2018 11:03 am
Forum: Building Installers
Topic: Prerequisite Option Continue not working for Dymo
Replies: 5
Views: 10815
 
Jump to post

Prerequisite Option Continue not working for Dymo

Hi,

Have the unfortunate circumstance where I need to update a prerequisite - Dymo Label Writer software - in my program.


I have created at least 3 upgrades in my software (over the last 18 months) where Dymo is a prerequisite and the options function to not continue with main installation worked ...
by BCh
Tue Jan 30, 2018 11:52 am
Forum: Building Installers
Topic: Server SQL Databases Inline Script Questions
Replies: 1
Views: 3456
 
Jump to post

Server SQL Databases Inline Script Questions

Hi,

Have some questions re the use of SQL scripting under Server | SQL Databases \ Database server | Predefined Connection | SQL script | New SQL Script File.

Use of Statement separator.
I really do not understand the statement " during installation the QQL script file will be automatically split ...
by BCh
Wed Jan 17, 2018 8:25 pm
Forum: Building Installers
Topic: Custom Actions and Server SQL Databases Scripting Sequence.
Replies: 1
Views: 2884
 
Jump to post

Custom Actions and Server SQL Databases Scripting Sequence.

Hi,

Trying to look at exporting (using bcp) certain tables of a SQL database, dropping the previously installed database, restoring the database (updated as part of the Installer script) and then importing the already backed up tables again using bcp.

I.e. need to keep data in certain tables that ...

Go to advanced search