Dec 03, 2010
12:26 AM
I have a customer who recently upgraded their installer from Installscript to MSI. The problem is uninstalling the old installscript version. I have a custom action which uninstalls the old installscript installation silently with an .iss file. This works correctly if I sequence it in the UI sequence, but in the installation sequence It doesn't work because it gives the error "another installation in progress, please finished that installation.. etc" Many customers will push this out silently and I need to sequence this in the Installation sequence. Anyone have an idea how to fix this?
... View more
Labels
- Labels:
-
InstallShield 2011
Aug 23, 2010
04:53 PM
I have a customer who has a support case which someone can't install their software because the GUID is already in use by Dell. They get an error message saying they have to uninstall, because another version of this software is already installed. Does anyone know of an existing bug about the GUID generating algorithm in Installshield not giving a unique GUID? I verified that the GUID is the same as a Dell product they mentioned. This customer has to install this on many workstations. Any suggestions what to do? I thought of generating a transform to change the GUID, but they will have to apply that for updates etc. It’s also too late to change this as the CD is burned and duplicated many times.
... View more
Labels
- Labels:
-
InstallShield 2011
Jul 27, 2010
11:33 AM
I figured this out. I had the Check sum in a a couple of my .prq. I had thought I removed this, but I must have missed some. I changed this and its working.:)
... View more
Jul 27, 2010
10:19 AM
I have some large files to download in my InstallShield prerequisites. These are close to 350 MG. The problem is InstallShield just gives up after several minutes of downloading and says it find it. The exact error is “The files for the Installation Requirement “name” could not be found. The installation will now stop. This is probably due to a failed or canceled download. I tried downloading the file myself and it works fine, it just takes about 9 minutes to download the file. Is there a way to change this behavior so it doesn't time out?
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 08, 2010
01:31 PM
That worked great. Thanks
... View more
Jul 08, 2010
10:54 AM
I am using the InstallShield Automation interface to add features. See the following Set pFeat1 = pProject.AddFeature(sFeat1Name) The problem is I need to add features as a subfeature to an existing feature. All the examples show how to create a feature and create sub features of that feature like the following Set pFeat2 = pFeat1.AddFeature(newfeature) I need to add a feature with an existing feature as the parent.
... View more
Labels
- Labels:
-
InstallShield 2010
Jun 09, 2010
05:50 PM
I am looking for an easy way to hide a feature programmatically. I still want the feature to be installed, so I don’t want to mess with the install level. I just want it to be invisible.
... View more
Labels
- Labels:
-
InstallShield 2010
May 28, 2010
05:15 PM
Thanks again. I showed them this buy running other installers, but, they now I have something to back it up. Thanks again Robert.
... View more
May 28, 2010
12:33 PM
Admin Install Removes the digital signature I am working on a bug. If I run and admin install /a and then run the MSI it produces. The digital signature is removed. In case anyone asks, Yes, I clicked sign windows installer package. The original MSI is signed and the resulting MSI from an admin install is not signed.
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 30, 2010
06:36 PM
You just need to do something like the following c:\windows\syswow64\cscript C:\Bill\Poc\test.vbs
... View more
Mar 30, 2010
06:14 PM
I have this same problem on a 64 BIt machine. I get the same error ActiveX cannot create instance of Object..... I found the Cscript in the C:\Windows\SysWOW64 folder. I am unsure what I have to do to make the automation interface work.
... View more
Feb 03, 2010
06:47 PM
I have never had a problem using the IDE for this , but if you are still having problem just place the information in the registry. All this does is assing registry keys. Let me know if you need to know the specific registry information.
... View more
Feb 03, 2010
06:39 PM
I don't understand. You should be able to have 2 versions of the standalone build on the machine just like the IDE. What version were you upgrading to\from.
... View more
Jan 28, 2010
01:07 PM
All you need to do is look up the approprate WindowsBuild number for those operating systems and set an installlevel of nonzero for those.
... View more
Jan 11, 2010
06:49 PM
Is this a MSI or InstallScript project?
... View more
Latest posts by lasiewicz
Subject | Views | Posted |
---|---|---|
1847 | Jul 25, 2013 03:06 PM | |
773 | Mar 12, 2013 11:49 AM | |
1501 | Mar 12, 2013 11:35 AM | |
605 | Sep 17, 2012 04:38 PM | |
1729 | Sep 14, 2012 02:07 AM | |
1343 | Aug 03, 2012 04:26 PM | |
891 | Aug 03, 2012 04:23 PM | |
3387 | Jun 21, 2012 11:57 AM | |
1356 | Jun 13, 2012 09:16 PM | |
2150 | Jun 04, 2012 10:35 PM |
Activity Feed
- Posted Quadword registry type on InstallShield Forum. Jul 25, 2013 03:06 PM
- Posted more info on InstallShield Forum. Mar 12, 2013 11:49 AM
- Posted InstallShield Freezing on Cancel on InstallShield Forum. Mar 12, 2013 11:35 AM
- Posted Re: Branding InstallScript MSI on InstallShield Forum. Sep 17, 2012 04:38 PM
- Posted Branding InstallScript MSI on InstallShield Forum. Sep 14, 2012 02:07 AM
- Posted focas problem on InstallShield Forum. Aug 03, 2012 04:26 PM
- Posted Re: 32-bit app, with 32/64-bit driver, won't install on 32-bit on InstallShield Forum. Aug 03, 2012 04:23 PM
- Posted How to get to the next step on AdminStudio Forum. Jun 21, 2012 11:57 AM
- Posted Get rid of 'This feature will be installed when required' on InstallShield Forum. Jun 13, 2012 09:16 PM
- Posted exec returned: -1073741819 on InstallShield Forum. Jun 04, 2012 10:35 PM
- Posted Re: Accepting Command line parameters with Basic MSI Project on InstallShield Forum. May 03, 2012 01:07 PM
- Posted Re: InstallShield Branding on InstallShield Forum. Feb 17, 2012 02:56 PM
- Posted Re: Automation help needed ... on InstallShield Forum. Feb 17, 2012 02:54 PM
- Posted Re: Install Anywhere 2011 build is not working with Windows Xp 64 bit. on InstallAnywhere Forum. Feb 17, 2012 02:51 PM
- Posted Re: Shortcut Fails, 32bit app on 64bit OS on InstallShield Forum. Jan 18, 2012 02:38 PM
- Posted Install to GAC .net 4.0 on InstallShield Forum. Jan 09, 2012 04:47 PM
- Posted Re: Inserting a new Dialog on InstallShield Forum. Dec 08, 2011 12:26 PM
- Posted You have the right idea, but thats not correct.. on InstallShield Forum. Dec 08, 2011 11:25 AM
- Posted Inserting a new Dialog on InstallShield Forum. Dec 07, 2011 09:49 PM
- Posted Thanks on InstallShield Forum. Oct 24, 2011 10:03 AM