Jun 15, 2022
04:28 PM
I'm trying to figure out the same problem.
After the "This setup will perform an upgrade..." message, if there isn't a specific event for it, is there something one can add to the OnBegin event to tell it's trying to perform an update?
We need to distinguish this from an attempt to uninstall.
... View more
Feb 10, 2021
09:35 AM
Its not seems to be working .Please suggest How to check this
... View more
Mar 18, 2010
10:59 AM
If you would like, you can send the COM servers that do not get all information extracted as expected to jstechnij@flexerasoftware.com. It is possible that the behavior you are seeing is related to an existing known issue with the current COM extraction implementation (if the COM server registration depends on any existing registry information, this information will be unavailable during COM extraction) or if this is a different issue. As a whole, COM extraction was not changed much from IS 2009 to 2010, so the issue here could be related to the underlying operating system used to perform COM extraction on.
... View more
Feb 04, 2010
02:34 PM
Cool. I'm not sure what your .NET experience is, but VB.NET and C# both compile to the same intermediate language so strategically they are equivilant. You can easily write DTF CA's using VB.NET if you choose... I don't. 🙂
... View more
Feb 03, 2011
11:48 AM
Is it possible to cache the setup.exe like you can cache the msi? That way it never asks the user for the original setup.exe when modifying / repairing an install.
... View more
Jun 04, 2009
11:42 AM
Those only language that should have this problem is the default language, as the base MSI is populated with the same strings as the default language uses. Every other language should have different text, so it will only have the correct code page used for it.
... View more
Aug 19, 2009
02:22 AM
MichaelU wrote: Yes, that is correct. You're targeting Windows 7 systems and not using IS2010 already? :eek: (Just kidding! Mostly.) Just PM me a valid license key then I will make use of it, premier preferred of course :cool:
... View more
Apr 21, 2009
02:15 AM
MichaelU wrote: I'd check the message with the type 19 error action, and any string IDs associated with it. I agree the symptom looks like it's getting an empty string (which then formats to 1: ). Found it by looking at a new project. IDS_PREVENT_DOWNGRADE_EXIT was missing in the string table. Thanks for the type 19 error action hint, will try that in the future.
... View more
Apr 16, 2009
05:38 PM
MichaelU wrote: Sorry, I meant to get back to you on this, but I lost track. We've reproduced it and are tracking it under IOC-000080419. The core of the problem can be reproduced with setup.exe /l1034 /jm, followed by setup.exe /l1034 even without prerequisites; it is due to passing the language transform incorrectly for an advertised setup. I expect we will have a fix for this in our next release. Let me know if that is likely to be too late for your needs. Thanks for the update, Michael. Sure, it would be very nice to get a fix for IS2009 since we publish our release in a few weeks and it uses a Prereq that needs elevated privileges to run. But we can live with an additional UAC prompt for now. And I am not sure if we will purchase IS2010 or a new Maintenance Plan.
... View more
Jun 26, 2009
09:35 AM
The attached document was written a few months ago, so the Wix version and location may not be exact.
... View more
Mar 05, 2009
10:44 AM
We looked into this, and it appears it may be due to INSTALLDIR (and any other relevant directories) not being in SecureCustomProperties. Let me know if adding it fixes the behavior for you too.
... View more
Apr 02, 2009
04:28 AM
Hi everyone, I have a problem when uninstalling a software under Windows 7. I am using InstallScript MSI Project to make the software's setup.exe. When I try to uninstall a software that I created via Control Panel's Uninstall a Program, it can be uninstalled. However if I install the software for the second time and then uninstall it, an error message pops up saying "The installation source for this product is not available. Verify that the source exists and that you can access it. C:\WINDOWS\Installer\97675.msi" I've checked to make sure that the 97675.msi is located under C:\WINDOWS\Installer,and the software installs and uninstalls perfectly on XP/Vista without any problems. Any ideas or suggestions? Many thanks to those who help me out.
... View more
Feb 25, 2009
02:11 AM
-LaunchCondition is NOT VersionNT64 -Launching the .msi directly does not prevent later installs and does not put them in repair/maintenance mode -The main MSI becomes only partially installed when launching Setup.exe and the Prerequisite gets installed ( I did not tested it without any Prerequisite yet), MSI Sleuth reports 'Error Reading Product Information' for that Product.
... View more
Jan 27, 2009
02:03 PM
If you have MSI APIs available to you, perhaps you can check the package code (or possibly other version markers depending on what changed in your updates) of the cached MSI package. You can find the package via lookup from the product code.
... View more
Oct 30, 2008
10:24 AM
The only built-in option for 1 is the RemoveFile table, which can remove associated files when a component is installed or uninstalled. At uninstall, this can only be an component uninstall, and unfortunately there is no way to condition that. You might be able to fake out conditioning by creating an extra Directory entry and carefully setting it to something unusable, but I don't think I'd recommend that sort of trick, even if it works. So yeah, go custom action. For 2, built-in will only handle the current user, and that only if it's resources installed by the .msi tables. If this configuration is supplied by the application when it runs, etc., there's nothing built-in for the uninstall. In general it is recommended that configuration be left behind so user B doesn't lose settings when user A uninstalls and reinstalls a per-machine installation.
... View more
Latest posts by Holger_G
Subject | Views | Posted |
---|---|---|
1809 | Jul 11, 2014 02:11 AM | |
1614 | Mar 05, 2012 02:55 AM | |
1476 | Feb 27, 2012 01:20 AM | |
1476 | Feb 24, 2012 02:26 AM | |
807 | Feb 23, 2012 12:42 AM | |
569 | Dec 14, 2011 02:12 AM | |
476 | Oct 12, 2011 12:43 AM | |
667 | Sep 16, 2011 05:42 AM | |
929 | Sep 13, 2011 12:40 AM | |
420 | Sep 07, 2011 01:09 AM |
Activity Feed
- Posted Re: ISDEV Crashing on InstallShield Forum. Jul 11, 2014 02:11 AM
- Posted Re: How do you get the computer name using installscript? on InstallShield Forum. Mar 05, 2012 02:55 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 27, 2012 01:20 AM
- Posted Re: LaunchApplication on InstallShield Forum. Feb 24, 2012 02:26 AM
- Posted Re: First Time Device Driver Install Question on InstallShield Forum. Feb 23, 2012 12:42 AM
- Posted Re: Single Self-Extracting Exe for Installation on InstallShield Forum. Dec 14, 2011 02:12 AM
- Posted Re: Problem Creating multiple drivers installation on InstallShield Forum. Oct 12, 2011 12:43 AM
- Posted Re: Issue with LaunchAppAndWait after upgrading IS11.5 project to Installshield 2011 on InstallShield Forum. Sep 16, 2011 05:42 AM
- Posted Re: Key file question on InstallShield Forum. Sep 13, 2011 12:40 AM
- Posted Re: MsiProcessDrivers not scheduled. on InstallShield Forum. Sep 07, 2011 01:09 AM
- Posted Re: how to add both 32 bit and 64 bit driver to one installshield project. on InstallShield Forum. Sep 07, 2011 01:04 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Mar 08, 2011 05:22 AM
- Posted Re: Forcing USB Drivers to update. on InstallShield Forum. Mar 02, 2011 06:23 AM
- Posted Re: Populating Combobox with custom action on InstallShield Forum. Jan 28, 2011 04:54 AM
- Posted Re: repair install doesn't update the device on InstallShield Forum. Jan 27, 2011 05:50 AM
- Posted Re: Prevent user from unselecting features on InstallShield Forum. Jan 07, 2011 07:08 AM
- Posted Re: Are MSI Public Properties Persistent? on InstallShield Forum. Jan 06, 2011 06:49 AM
- Posted Re: Passing UI language from parent setup.exe to chained msi package on InstallShield Forum. Nov 19, 2010 06:03 AM
- Posted Re: Uninstall Reg Keys on InstallShield Forum. Nov 04, 2010 03:54 AM
- Posted Re: MsiProcessDrivers returned error code 1157 on InstallShield Forum. Nov 02, 2010 09:05 AM