Search found 18 matches

Go to advanced search

by jdixon
Wed Jan 23, 2019 9:56 pm
Forum: Common Problems
Topic: Blocking upgrades if previous version isn't new enough
Replies: 8
Views: 4673
 
Jump to post

Re: Blocking upgrades if previous version isn't new enough

I changed the condition to "(NOT OLDPRODUCTS) OR (CPUPGRADE_CODE)" to resolve the issue. Thank you!!
by jdixon
Wed Jan 23, 2019 9:42 pm
Forum: Common Problems
Topic: Blocking upgrades if previous version isn't new enough
Replies: 8
Views: 4673
 
Jump to post

Re: Blocking upgrades if previous version isn't new enough

This appears to block new installs
by jdixon
Mon Jan 21, 2019 9:59 pm
Forum: Common Problems
Topic: Blocking upgrades if previous version isn't new enough
Replies: 8
Views: 4673
 
Jump to post

Blocking upgrades if previous version isn't new enough

I found the minimum version number on the upgrade tabs but that only makes it switch to a new install. How can I detect if they contain version 3.2.xxx and allow an upgrade and if they have lower than 3.2.xxx then it alerts them and blocks the install? If they don't have any version installed then i...
by jdixon
Fri Dec 21, 2018 3:55 pm
Forum: Common Problems
Topic: Reading / Writing DWORD registry values
Replies: 3
Views: 9849
 
Jump to post

Re: Reading / Writing DWORD registry values

I thought I tried that and on the upgrade it completely removed the registry values. I'll try again. Also this issue is when Advanced Installer reads the registry DWORD values with my search, it returns a string value with a # in front of it. My understanding this is by design but the problem is my ...
by jdixon
Thu Dec 20, 2018 6:16 pm
Forum: Common Problems
Topic: Reading / Writing DWORD registry values
Replies: 3
Views: 9849
 
Jump to post

Reading / Writing DWORD registry values

In my installer I have DWORD registry key values being created on the first install. These are tied to install parameters and there is a dialog where they can adjust the values during the install. Now during the upgrades (increment version number) I am not showing the settings dialog where they ente...
by jdixon
Sun Dec 09, 2018 6:09 pm
Forum: Common Problems
Topic: SQL Server is TLS 1.2 only - ODBC connection timeout
Replies: 9
Views: 59522
 
Jump to post

Re: SQL Server is TLS 1.2 only - ODBC connection timeout

So are you saying we need to make sure we deploy "ODBC Driver 13 for SQL Server" with Advanced Installer and make sure that is being used in Advanced Installer as the driver?
by jdixon
Thu Jun 07, 2018 9:00 pm
Forum: Building Installers
Topic: Bitdefender blocks EXE build
Replies: 7
Views: 6037
 
Jump to post

Re: Bitdefender blocks EXE build

I have this same problem. Is there going to be a fix for this version?
by jdixon
Sun Mar 12, 2017 11:34 pm
Forum: Common Problems
Topic: Keeping XML elements (Multiple siblings)
Replies: 1
Views: 1736
 
Jump to post

Keeping XML elements (Multiple siblings)

I have an XML that I need to retain data. Currently I have a search and store those in a public variable which I use in the XML file. The problem is I have one element that has many child elements that can be put in by the user that need to be retained. I cannot figure out how to get this data and s...
by jdixon
Thu Feb 09, 2017 5:33 pm
Forum: Common Problems
Topic: Have to install twice before it works properly
Replies: 2
Views: 2207
 
Jump to post

Re: Have to install twice before it works properly

So I found the issue.

During the upgrade the file System.Web.Razor.dll is not placed in the BIN directory. However when you do a repair (same installer) it puts the System.Web.Razor.dll file in place. Why would Advanced Installer be doing this?
by jdixon
Thu Feb 09, 2017 5:09 pm
Forum: Common Problems
Topic: Have to install twice before it works properly
Replies: 2
Views: 2207
 
Jump to post

Have to install twice before it works properly

I recently upgraded from version 13 to the latest. The last release I did of my product seems to have some strange issues when upgrading my product. When you install and it goes through the upgrade it appears to be fine but my application does not run (IIS app and generates 500 error about missing M...
by jdixon
Fri Dec 18, 2015 3:08 pm
Forum: Common Problems
Topic: Disappointed
Replies: 2
Views: 2314
 
Jump to post

Re: Disappointed

I guess what i'm asking is if anyone else is having trouble with XML files. Basically this is what i've been trying to do: [*] Create IIS website if they enter a website that isn't created (but don't create the virtual directory) [*] IF they enter an existing IIS website then create a virtual direct...
by jdixon
Fri Dec 18, 2015 2:26 pm
Forum: Common Problems
Topic: Disappointed
Replies: 2
Views: 2314
 
Jump to post

Disappointed

It could just be me but I find Advanced Installer very difficult to use and get right. I find myself wasting more time dealing with the installer and problems it causes than actually writing the application. I'm attempting to deploy a MVC application to IIS while it also creates the database (first ...
by jdixon
Tue Dec 30, 2014 12:31 am
Forum: Common Problems
Topic: ConfigureDlg shows prereqs and not just Features
Replies: 1
Views: 2060
 
Jump to post

ConfigureDlg shows prereqs and not just Features

I have a project that has two features (a ASP.NET app and a windows service). I have configured it with the configuredlg dialog and after that a prerequisites dialog. So on the configuredlg dialog I want the user to select the features they want to install and on the prerequisites dialog I want them...
by jdixon
Sun Sep 28, 2014 5:39 am
Forum: Common Problems
Topic: Disable Rollback and IIS configuration
Replies: 2
Views: 4492
 
Jump to post

Re: Disable Rollback and IIS configuration

Attached is the project
by jdixon
Sun Sep 28, 2014 5:25 am
Forum: Common Problems
Topic: Disable Rollback and IIS configuration
Replies: 2
Views: 4492
 
Jump to post

Disable Rollback and IIS configuration

I have two issues: The first is I put DISABLEROLLBACK=1 on the install parameters but it still rollsback each time it fails. During the install I'm storing data the user typed in into the registry and loading them each time the installer is loaded (so they don't have to retype all that data like: Sq...

Go to advanced search