Aug 18, 2010
09:34 AM
You could make sub-features inside the main feature and link a component to each one. Features can be placed in any order you want.
... View more
Aug 17, 2010
02:59 PM
I'm currently working on an upgrade for the last release of our software. The last version was 24.0. We've decided to change our versioning to go off of the year and the release. So the next version of our software will be 210.1 since the major part of the version can only be 3 digits. The problem I'm having is that when I go to do an upgrade from 24.0 to 210.1 I get a message stating that: The Setup as detected that version 24.00.000 of is already installed. The setup installs an earlier version of (210.1.0000). You will have to uninstall the previous version before installing this version. I'm confused as to why 210.1 is less than 24.0. Is there a work around for this? Thanks, Pete
... View more
Labels
- Labels:
-
InstallShield 2009
Jan 13, 2009
09:58 AM
I'm having this same issue. Have you been able to figure out a solution?
... View more
Jan 18, 2008
10:13 AM
I am creating an update to an installation. The update will be version 1.4. Version 1.2 had a database update that I do not want to run again, but I also want the 1.4 update to be able to update any previous versions. My database update is done within an Installscript custom action. How can I set a condition on the custom action to only fire if version 1.2 has not already been installed. And if that's not possible, is there a way to find out the installed version in the script? I'm using a Basic MSI project. Thanks.
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 23, 2007
09:30 AM
if (! Is( DOTNETFRAMEWORKINSTALLED, REGDB_KEYPATH_DOTNET_20 )) then This will check if .Net 2.0 framework is installed. If you check out the Is keyword in the Installshield Help Library, you can see how to check for other versions of the framework. I hope this helps.
... View more
Jun 21, 2007
04:26 PM
You'd probably be better off not using the object. I put the installer into my support files. Then I check to see if .net 2.0 is installed. If it is not, I run the installer.
... View more
Jun 11, 2007
12:39 PM
I noticed the issue as well. I just changed to use the small initialization dialog box.
... View more
Jul 18, 2006
11:15 AM
I've got a support issue in, but so far they do not have an answer. Unfortunatly, they have never seen this error before. It's very frustrating since everyone of our clients is having this issue. From what I can tell, the agent gets stuck and can't be closed. So, the reboot clears it out. Right after a reboot the update manager works fine, but you wait until later in the day it no longer works. I've tried the tracing, but when the error occurs, no log file is created.
... View more
Jul 12, 2006
04:34 PM
We have many clients, but not all, that are receiving this error when trying to bring up the Update manager. If they click yes it just sits on the screen where it is checking for updates. Has anyone seen this before? I can't find any simalarities between the clients that get this. I've found that if they reboot their computer and then bring up the update manager they are able to get to the list of udpdates. This is not a good solution. Thanks.
... View more
Jun 16, 2006
02:07 PM
I have a support issue in for this same thing. I found out that the file was being installed to some other directory. If I move the file the proper location, the update service sees it and does not list the update again. This is not a good solution. I'm hoping they correct this issue soon.
... View more
May 31, 2006
05:16 PM
I'm attempting to do a single file synch update using the Update Service. The file I'm updating already exists. In the update service I set the target to \subdirectory. The notification appears fine and you can click and install the program. However, the program is getting installed into the Program Files\Common Files\Sheridan\subdirectory. My installation is installing a file to the Sheridan directory. I'm confused as to why my single file synch is being installed there. How does the update service determine the directory where the software is installed? Thanks, -Pete
... View more
Apr 27, 2006
03:40 PM
In my software, I have a menu item which calls AppUpdate. The program checks for updates just fine, but I also get an error: -2147208400-Error while attempting to write to the database. It doesn't occur everytime, but about 80% of the time. Has anyone else seen this? Thanks, -Pete
... View more
Latest posts by CRCInfoSys
Subject | Views | Posted |
---|---|---|
618 | Aug 18, 2010 09:34 AM | |
2052 | Aug 17, 2010 02:59 PM | |
1147 | Jan 13, 2009 09:58 AM | |
2418 | Jan 18, 2008 10:13 AM | |
1193 | Jul 23, 2007 09:30 AM | |
1193 | Jun 21, 2007 04:26 PM | |
619 | Jun 11, 2007 12:39 PM | |
963 | Jul 18, 2006 11:15 AM | |
9545 | Jul 12, 2006 04:34 PM | |
817 | Jun 16, 2006 02:07 PM |
Activity Feed
- Posted Re: Install one component before another in Installscript project on InstallShield Forum. Aug 18, 2010 09:34 AM
- Posted Product Version Comparison on InstallShield Forum. Aug 17, 2010 02:59 PM
- Posted Re: A need for silent uninstall on InstallShield Forum. Jan 13, 2009 09:58 AM
- Posted Install components based on installed version on InstallShield Forum. Jan 18, 2008 10:13 AM
- Posted Re: Problem with New Microsoft .NET Framework Object on InstallShield Forum. Jul 23, 2007 09:30 AM
- Posted Re: Problem with New Microsoft .NET Framework Object on InstallShield Forum. Jun 21, 2007 04:26 PM
- Posted Re: Position of standard initialization dialog is wrong on InstallShield Forum. Jun 11, 2007 12:39 PM
- Posted Re: Script Error on FlexNet Connect Forum. Jul 18, 2006 11:15 AM
- Posted Script Error on FlexNet Connect Forum. Jul 12, 2006 04:34 PM
- Posted Re: File sync does not overwrite files on FlexNet Connect Forum. Jun 16, 2006 02:07 PM
- Posted File Synch Installing to Wrong location on FlexNet Connect Forum. May 31, 2006 05:16 PM
- Posted Error while attempting to write to the database. on FlexNet Connect Forum. Apr 27, 2006 03:40 PM