Sep 15, 2011
05:03 PM
I want to delete a directory created by another installer and install new files. But each time I try to delete, move or copy into this directory I get a permission. Any ideas on how to get around this?
... View more
Labels
- Labels:
-
InstallShield 2011
Feb 03, 2011
07:37 PM
I have a InstallShield MSI project with multiple features and the “Default” feature won’t install unless at least one of sub-features is selected for installation. I don’t get it! Any suggestions?
... View more
Labels
- Labels:
-
InstallShield 2011
Dec 13, 2010
07:31 PM
Hi All I'm installing a SQL Express and I want set the minimum OS required for the installation, in this case XP SP3. So I use "Select which platform to prereq should be run on" = Windows XP SP = 3. But when I do so and run the installer on Windows 7 the prerequisite doesn't install. If I and another condition specifically for Windows 7 and have it with the WinXP condition, again the prerequisite doesn't install. What am I missing? More Coffee? I want to have the prerequisite to run on Win XP SP3 or any superior version of windows.
... View more
Labels
- Labels:
-
InstallShield 2011
Dec 13, 2010
05:35 PM
I agree. I can think of at least 2 occasions where I've wanted to buy you a beer Robert. As a follow-up question, can you use this same technique for redistributables such as for example, when you need to set the SA password when installing MS SQL Express (etc.)?
... View more
Nov 22, 2010
07:02 PM
Hi All I'm using IS2011 and have a problem with shortcuts and major upgrades. The issue is that I create the shortcuts dynamically near the end of the install process using user input. But the upgrade process removes the shortcuts and the new ones are of course not created. I can't seem to find an event that fires during the upgrade process that I can use to create shortcuts. I'm I just not seeing it? Any suggestions?
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 01, 2010
12:49 PM
I have an InstallScript MSI project where an optional sub-feature is not overwriting existing files when there is a minor upgrade. The upgrade updates the main project files but doesn’t seem to do anything with this feature. Originally the files for this feature were dynamically linked into the component attached to the feature, with the “Don’t overwrite” setting set to No, but didn’t seem to do anything. Then I dropped dynamic linking and statically added the files and set the “Always Overwrite” checkbox to true, but still the original files are untouched when there is a minor upgrade. Any suggestions as to what I’m doing wrong or can someone point me in the right direction on this?
... View more
Labels
- Labels:
-
InstallShield 2011
May 06, 2010
01:58 PM
Prefect! Thanks very much!
... View more
May 04, 2010
04:28 PM
Hi Michael The problem I'm having is that I need to test both the OS as well as the service pack installed on the target system. There is an issue with SQLExpress 2005 SP3 that can cause the blue screen of death when it tries to upgrade older versions SQLExpress when on XP SP2 or lower. Who knows when this could be fixed by Microsoft. With prerequisite conditions I haven't as yet found one registry key or file that allows me to effectively test both the OS and service pack version installed. Because of this I would need to use 2 prerequisite conditions, one to test to OS and one to test the service pack installed. But if condition1 is OS >= XP and condition2 is SP >= 3 this works for XP but will fail with Windows 7. So far the only reliable solution I've come up with is to check if any version SQLExpress is installed and if so, don't install SQLExpress. This then forces any required clean-up/upgrade of SQLExpress to be something the end user must do manually before continuing the installation. When I find myself heading towards solutions like this, I usually think I must be missing something. Thanks for any suggestions. As a side note, how can I put in an enhancement request to add nested prerequisite conditions to prerequisites?
... View more
May 03, 2010
04:32 PM
Hi All I have a few redistributables that run as prerequisites (one being the installing of SQLExpress 2005 SP3). I’d like the check to OS and other target system characteristics before these redistributables run and abort the installation if the things like service pack requirements and other things are not satisfied. So far I haven’t found a way to do this. Any suggestions? Project type is InstallScript MSI.
... View more
Labels
- Labels:
-
InstallShield 2010
Apr 30, 2010
01:34 PM
Thanks! That works great!
... View more
Apr 30, 2010
01:21 PM
Hi tcom I've come across this problem too. We have customers with older versions of our product in which SQLExpress SP2 was installed. Because they’re running on a XP SP2 box, when SQLExpress SP3 tried to upgrade the previous installation it would explode and in a few cases it’s reported that this cause the blue screen of death. See http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/68f6527f-7109-44f2-bd05-538339e2f76b This bug in a Microsoft problem, but I wonder if the short term solution is to just test the target system and if the OS is XP SP2 just stop the installation of SQLExpress and tell the end user the install SP3. Since this redistributable runs as a prerequisite then I would guess adding another condition to the SQLExpress would to the trick. The problem I’m having is that I haven’t found one registry entry that is reliable for testing what OS and SP the installer is running on. Or is there a way to add some kind of conditional statement to conditions, so if condition X is true try condition Y?
... View more
Apr 29, 2010
04:33 PM
I’ve have a problem I can’t seem to find a solution to and I’m looking for advice. Product: InstallShield 2010 Project type: InstallScript MSI Problem: In my project I have an option that dumps dlls to location not in the product directory or the system directory. When I do this I also need to add the location of these files to the System Path, which I do using the function RegDBSetKeyValueEx(). change to the registry is done programmatically only. My problem is that when this option is used and when I my product is un-installed the System Path is deleted. End users then find the next time the boot up that all sorts of ugliness happens because the system path is gone. Any suggestions?
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 09, 2009
05:43 PM
Hi All I have a feature that if selected installs outside the application directory and requires it's path added to the system PATH. I was testing for the registry keys and values and using RegDBSetKeyValueEx() to write the new value into the Path. But I've found out from experiments that if the user cancels the install at a stage after the registry was changed, the the PATH system variable is actually deleted. I haven't found anything in the online help to say this is regular behavior so I want to call this a defect. But perhaps you guys can correct me on this. Should I be using another function? Is this a defect? Is there something in my project setup that is incorrect or that I should have set? (This is a Installscript MSI project.)
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 04, 2009
07:08 PM
Hi I have a 32bit app with some x64 files. I want to use 2 features, 1 for x86 and 1 for x64. But how to set up conditions to test when to install them??
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 03, 2009
05:37 PM
If your building an InstallScript project, not an Basic MSI or InstallScript MSI project, then under Media | Releases | and on the Setup.exe tab there is an option to set the exe icon. This option doesn't seem available for MSI projects, but I think is should be.
... View more
Latest posts by Alex_W
Subject | Views | Posted |
---|---|---|
1401 | Sep 15, 2011 05:03 PM | |
2055 | Feb 03, 2011 07:37 PM | |
2491 | Dec 13, 2010 07:31 PM | |
747 | Dec 13, 2010 05:35 PM | |
1726 | Nov 22, 2010 07:02 PM | |
1818 | Oct 01, 2010 12:49 PM | |
747 | May 06, 2010 01:58 PM | |
747 | May 04, 2010 04:28 PM | |
3268 | May 03, 2010 04:32 PM | |
607 | Apr 30, 2010 01:34 PM |
Activity Feed
- Posted How do change permissions of directory I don't own under Program Files on InstallShield Forum. Sep 15, 2011 05:03 PM
- Posted Default Feature not installing? on InstallShield Forum. Feb 03, 2011 07:37 PM
- Posted Prerequisite OS conditions on InstallShield Forum. Dec 13, 2010 07:31 PM
- Posted Re: Pass dynamic data to exe as command line param on InstallShield Forum. Dec 13, 2010 05:35 PM
- Posted Major Upgrade in creating shortcuts on InstallShield Forum. Nov 22, 2010 07:02 PM
- Posted Problem with updating sub-feature files on minor upgrade on InstallShield Forum. Oct 01, 2010 12:49 PM
- Posted Re: How to run code before prerequisites starts? on InstallShield Forum. May 06, 2010 01:58 PM
- Posted Re: How to run code before prerequisites starts? on InstallShield Forum. May 04, 2010 04:28 PM
- Posted How to run code before prerequisites starts? on InstallShield Forum. May 03, 2010 04:32 PM
- Posted Re: Uninstalling delete System Path if I've updated it. on InstallShield Forum. Apr 30, 2010 01:34 PM
- Posted Re: Problem installing SQLExpress on XP SP3 as prerequisite on InstallShield Forum. Apr 30, 2010 01:21 PM
- Posted Uninstalling delete System Path if I've updated it. on InstallShield Forum. Apr 29, 2010 04:33 PM
- Posted How best to add to the system path? on InstallShield Forum. Dec 09, 2009 05:43 PM
- Posted How to create a condtion that tests for x64 OS? on InstallShield Forum. Dec 04, 2009 07:08 PM
- Posted Re: Small Icon on Dialogs on InstallShield Forum. Dec 03, 2009 05:37 PM
- Posted Re: How to set a Feature as Unchecked by defaul on InstallShield Forum. Dec 03, 2009 04:20 PM
- Posted Change Application name in Add Remove Programs? on InstallShield Forum. Dec 03, 2009 03:33 PM
- Posted How to test for country the target machine is in? on InstallShield Forum. Dec 03, 2009 02:16 PM
- Posted How to set a Feature as Unchecked by defaul on InstallShield Forum. Dec 03, 2009 02:13 PM
- Posted Dynamically set release/Setup File Name on InstallShield Forum. Dec 02, 2009 05:46 PM