Mar 08, 2013
03:49 AM
Yes, I removed the event in the SetupResume dialog and now the installation work like a charm, many thanks for all help I got from you!!! Regards Magnus
... View more
Mar 01, 2013
05:10 AM
OK, running as suggested above give me folowing logFile: [FONT=Courier New][SIZE=1]Info 2726.Action not found: SetMediaPackagePathRegistryEntry. Action ended 12:06:59: SetMediaPackagePathRegistryEntry. Return value 0. MSI (c) (F8:1C) [12:06:59:433]: PROPERTY CHANGE: Modifying REINSTALLMODE property. Its current value is 'vomus'. Its new value: 'omus'. Action ended 12:06:59: SetupResume. Return value 1. [/SIZE][/FONT] Need help from here finding where REINSTALLMODE resets to "omus"
... View more
Mar 01, 2013
02:28 AM
Hello, thanks for helping me!! So, if "v" is required in minor upgrade, your reasoning sounds to be correct. I don't really understand "runs from source and re-caches local package", could you please explain? I have tried the upgrade validation tool, but it give me nothing, the only thing I changed between the releases is actually the version number. BR Magnus
... View more
Mar 01, 2013
12:41 AM
Solution is found at: http://community.flexerasoftware.com/showthread.php?201770-Minor-upgrade-does-not-work&p=484914#post484914
... View more
Mar 01, 2013
12:37 AM
Now have found a solution of this problem. If I change ReinstallModeText=omus to ReinstallModeText=vomus the upgrade suddenly works fine. You can try this in the attached file ATestInstall.zip (found in this early thread). But I still want to know why ReinstallModeText=omus generates this bad behavior, is it a bug in InstallShield or msiexec, or s it something else in this ism-project that makes the "omus" setting fail?
... View more
Feb 28, 2013
04:38 AM
Thanks!! I can see in the msi log that REINSTALL=ALL is set from command Line, but can't find how to remove this "REINSTALL=ALL" from command line? MSI (c) (0C:84) [11:33:18:770]: Command Line: REINSTALL=ALL
... View more
Feb 28, 2013
03:44 AM
After upgrade our installation and restart the installation, I'm expecting the maintenance dialog, but instead I got the dialog "This setup will perform an upgrade of ..." again. After a lot of investigations it seems to be that the installer sets the Preselected property to "1", and I don't know why. This property is used in SetupResume Condition in User Interface Sequence: "Installed And (RESUME Or Preselected) And Not PATCH" How can I fix this?
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Feb 28, 2013
03:37 AM
After a lot of investigations it seems to be that the installer sets the Preselected property to "1", and I don't know why. This property is used in SetupResume Condition in User Interface Sequence: "Installed And (RESUME Or Preselected) And Not PATCH" How can I fix this?
... View more
Feb 27, 2013
01:43 AM
When running the installation, the installation says nothing about any upgrade failure, how come? I run the Upgrade Validation Wizard and got this result. Validator: Val0003 Severity: Note Message: This setup will perform a MINOR upgrade of the referenced previous setup Ref. Pkg: c:\tempur\SwCorn 6.3.1.18\SwCorn 6.3.msi Validator: Val0006 Severity: Error Message: The Component 'Microsoft.SqlServer.SmoEnum.dll' identified by ComponentID '{3FF64875-402A-4D5F-93F8-ABFC3DC6E77C}' is missing from the newest version of your setup. You can not delete components and still do a minor/small upgrade. You must perform a major upgrade. Ref. Pkg: c:\tempur\SwCorn 6.3.1.18\SwCorn 6.3.msi Validator: Val0015 Severity: Warning Message: The CreateFolder table contains new content. Therefore, if you are packaging this upgrade as a patch, you will not be able to make it an uninstallable patch. Ref. Pkg: c:\tempur\SwCorn 6.3.1.18\SwCorn 6.3.msi
... View more
Feb 27, 2013
01:11 AM
Hello I'm trying to create a Minor upgrade, but the upgrade does not change any file. Can anyone see why it fails, in the attached msi logfile? Regards Magnus
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Oct 08, 2012
06:09 AM
I still don't know whats wrong in the ism, but when running FixIt program, it manage to solve the problem. http://support.microsoft.com/fixit See also: http://support.microsoft.com/kb/971187 If anyone could give me a hint what I shall do in the InstallShield project, I would be happy.
... View more
Oct 01, 2012
06:32 AM
When implementing this reattempt loop, the IsCmdBuild.exe successfully build in average on the 3:rd try. for (int i = 0; i < 15; i++) { if (RunCommandIsCmdBuild() == 0) break; } IsCmdBuild.exe => 0 if it has successfully build the installation. 20121001 094715: RunCommandIsCmdBuild(375): IsCmdBuild START attempt: 1 20121001 094715: RunCommandIsCmdBuild(377): WAIT 20121001 094716: RunCommandIsCmdBuild(379): IsCmdBuild STOP 20121001 094716: RunCommandIsCmdBuild(386): Got Error ExitCode: 1 20121001 094716: RunCommandIsCmdBuild(375): IsCmdBuild START attempt: 2 20121001 094716: RunCommandIsCmdBuild(377): WAIT 20121001 094717: RunCommandIsCmdBuild(379): IsCmdBuild STOP 20121001 094717: RunCommandIsCmdBuild(386): Got Error ExitCode: 1 20121001 094717: RunCommandIsCmdBuild(375): IsCmdBuild START attempt: 3 20121001 094718: RunCommandIsCmdBuild(377): WAIT 20121001 094725: RunCommandIsCmdBuild(379): IsCmdBuild STOP 20121001 094725: RunCommandIsCmdBuild(383): Got ExitCode: 0
... View more
Sep 28, 2012
12:58 AM
My recommendation is to avoid using dynamic links. See: http://community.flexerasoftware.com/showthread.php?t=190497
... View more
Sep 28, 2012
12:48 AM
I'm running ISCmdBld.exe from a .Net build script on a VmWare Win7 machine and when switching to 2012 SAB from 2011 SAB, the ISCmdBld.exe just return 1. When switching back to 2011 it works fine (haven’t done any other changes). I can't find any output from the 2012 ISCmdBld.exe at all, where can I find any logfiles? Any suggestions how to solve this would be highly appreciated. (When running the script on my local machine, it all works fine.) Regards Magnus
... View more
Labels
- Labels:
-
InstallShield 2012
Latest posts by Magnus
Subject | Views | Posted |
---|---|---|
195 | Mar 10, 2023 11:21 PM | |
249 | Mar 08, 2023 12:40 AM | |
329 | Mar 04, 2023 12:11 AM | |
227 | Mar 03, 2023 11:28 PM | |
711 | Feb 15, 2021 08:57 AM | |
607 | Jun 17, 2020 12:54 AM | |
801 | Mar 19, 2020 02:26 AM | |
1585 | Jan 30, 2019 06:55 AM | |
1457 | Jan 21, 2019 06:48 AM | |
1446 | Sep 20, 2018 07:57 AM |
Activity Feed
- Posted Re: Setup.rul is required for the project. on InstallShield Forum. Mar 10, 2023 11:21 PM
- Posted Re: Setup.rul is required for the project. on InstallShield Forum. Mar 08, 2023 12:40 AM
- Posted Setup.rul is required for the project. on InstallShield Forum. Mar 04, 2023 12:11 AM
- Posted Re: Managed-Code Custom Actions using .Net 5 does not work on InstallShield Forum. Mar 03, 2023 11:28 PM
- Posted Managed-Code Custom Actions using .Net 5 does not work on InstallShield Forum. Feb 15, 2021 08:57 AM
- Posted How to set progressbar value in the SetupProgress dialog on InstallShield Forum. Jun 17, 2020 12:54 AM
- Got a Kudo for Move my InstallShield license. Mar 20, 2020 03:33 AM
- Posted Move my InstallShield license on InstallShield Forum. Mar 19, 2020 02:26 AM
- Tagged Move my InstallShield license on InstallShield Forum. Mar 19, 2020 02:26 AM
- Posted msiexec properties gets corrupt when using command line on InstallShield Forum. Jan 30, 2019 06:55 AM
- Posted Mounted iso fails to install on reboot on InstallShield Forum. Jan 21, 2019 06:48 AM
- Posted Re: Silent installation with redistributables that trigger a reboot ? (2 questions) on InstallShield Forum. Sep 20, 2018 07:57 AM
- Posted Re: The exit or abort statement does not work in Windows 10 on InstallShield Forum. Feb 22, 2016 11:04 PM
- Posted The exit or abort statement does not work in Windows 10 on InstallShield Forum. Feb 21, 2016 11:47 PM
- Posted Re: InstallShield 2014 crashes during build on InstallShield Forum. May 20, 2015 01:22 AM
- Posted InstallShield 2014 crashes during build on InstallShield Forum. May 19, 2015 05:25 AM
- Posted How to configure a Prerequisite to run on any Operating System? on InstallShield Forum. Nov 06, 2014 07:35 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 08, 2013 03:49 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 01, 2013 05:10 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 01, 2013 02:28 AM