Search found 27 matches

Go to advanced search

by frjames
Thu Aug 02, 2012 7:22 pm
Forum: Building Installers
Topic: uninstall icon
Replies: 2
Views: 5175
 
Jump to post

Re: uninstall icon

Thank you, working fine.
by frjames
Wed Aug 01, 2012 6:08 pm
Forum: Building Installers
Topic: Predefined Prerequisites
Replies: 3
Views: 5856
 
Jump to post

Re: Predefined Prerequisites

Your support team suggested I include everything into an exe as I'm using the enhanced installer - and I can't get that to run w/ your msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log" command example. Does it have to be an msi?
by frjames
Wed Aug 01, 2012 6:02 pm
Forum: Building Installers
Topic: uninstall icon
Replies: 2
Views: 5175
 
Jump to post

uninstall icon

Is there a way to add a custom icon for what shows in the add/remove programs or programs and features window?
by frjames
Fri Jul 20, 2012 4:53 pm
Forum: Building Installers
Topic: Predefined Prerequisites
Replies: 3
Views: 5856
 
Jump to post

Predefined Prerequisites

One of my prereqs is Visual C++ 2008 SP1 Redistributable. On a clean server 2008 environment, this will initiate its install and it runs successfully. When I uninstall my program as well as C++ from programs & features, when I run my installer, the prereq doesn't fire. Attached are my options. How ...
by frjames
Mon Jul 02, 2012 4:31 pm
Forum: Building Installers
Topic: web.config replacement
Replies: 8
Views: 9780
 
Jump to post

Re: web.config replacement

If I keep the web.config on uninstall, can I condition the new web.config on install to not overwrite? If so, how? Thanks.
by frjames
Mon Jul 02, 2012 4:26 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

I am going to start with your second approach:
http://www.advancedinstaller.com/forums/viewtopic.php?f=5&t=20916#p52224

Can I get exact steps to implement for release version 1.0.1 with old version 1.0.0?
First, I don't know how to condition the install script 1.0.1 with NOT OLDPRODUCTS
Second, I ...
by frjames
Fri Jun 15, 2012 10:32 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

You cannot have several product code values in OLDPRODUCTS property unless you're using "Allow side by side installs of different product versions".
Got it. This was the info I was missing.
by frjames
Mon Jun 11, 2012 2:58 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

We are not going to allow side by side versions.

I was under the assumption that oldproducts was a list of versions that have been installed on said computer. Is it instead all old versions in the product's lifecycle?

Regardless, If old products has 1.2, 1.3, 1.4 and you're installing 1.5 - how ...
by frjames
Fri Jun 08, 2012 4:43 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

The First approach is what I want to do but I don't know HOW to do the following:
-> create a custom action that uses the information from the OLDPRODUCTS property to determine which SQL script files need to run
-> that custom action should set a public property for each SQL file
-> you can use each ...
by frjames
Thu May 10, 2012 2:05 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

Please advise how to condition scripts for this scenario:

Latest version 1.5. Prior released versions were 1.0, 1.1, 1.2, 1.3, 1.4. User had version 1.0 installed.

SQL files included in sql connection:

1.5.install.sql:
CONDITION: run if oldproducts is empty

1.1.sql (upgrades db from 1.0 to 1.1 ...
by frjames
Wed May 09, 2012 2:13 pm
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

Are you available by skype? If old products contains version 1.2, it will contain version 1.2 the next update, and thus rerun the same script via your logic. I'd think knowing last installed version would be required, so then I could somehow batch up the scripts necessary to get to the latest ...
by frjames
Sat May 05, 2012 4:11 am
Forum: Building Installers
Topic: Best practices SQL change scripts?
Replies: 21
Views: 28617
 
Jump to post

Re: Best practices SQL change scripts?

Getting a list of installed product codes or a blank list helps conditionally run the fresh install script, but I don't understand how that helps me run a batch of version to version upgrade scripts. Can I tell what version they're updating from?

Here is what I want to do:

Fresh Install - Run my ...
by frjames
Thu May 03, 2012 12:24 am
Forum: Building Installers
Topic: Version parameter
Replies: 1
Views: 3269
 
Jump to post

Version parameter

Is there a product version property available to pass into sql scripts? I'm familiar w/ passing in values but not sure how to get current version?
by frjames
Wed May 02, 2012 5:52 pm
Forum: Building Installers
Topic: IIS Config Hang
Replies: 2
Views: 4369
 
Jump to post

Re: IIS Config Hang

W/ UAC turned off the installer runs ok. I tried on another server w/ and w/out UAC and it installed ok - so must be something up with the machine. Thanks!
by frjames
Wed May 02, 2012 5:02 pm
Forum: Building Installers
Topic: web.config replacement
Replies: 8
Views: 9780
 
Jump to post

Re: web.config replacement

Bogdan wrote:If you want them to persist you should use the attribute "Remove file on uninstall" from "Install" tab, in our predefined XML editor from Files and Folders page.
So to persist remove it on uninstall? Do you mean don't remove on uninstall???

Go to advanced search