This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
tmurnane
Flexera beginner
Oct 26, 2020
12:29 PM
Unfortunately - I do not think it's possible with a Basic MSI project. I see what you are trying to do - seems like it should be smart enough to know that the feature you associated the prereq to would not be included in the release you're building, but it doesn't appear to. Do you have the ability to create a Suite install? It is very simple to implement via a suite.
... View more
Apr 23, 2020
12:45 PM
Just taking a guess here but it appears to me that in looking at your log it looks like you used dynamic links for some components which will generate separate GUIDsfor all your files in the component. Perhaps it's not the files, its the component GUIDs that are not matching up. Use the MSI Diff tool to compare MSI's and see how the files table matches up. When creating minor updates it is extremely important to keep these GUIDs the same. This is most likely why when you uninstall - some files are remaining because the new installer does not have the same GUID in it. I had similar issues when a new folder was added to a dynamic-linked component - threw all the generated GUIDs off.
... View more
Apr 23, 2020
12:22 PM
What do you mean install on a 1.2GB disk? How big is the installer? Do you have access to other drives from this system? If I remember correctly, you can change the temp folder for the installer to extract to before installing but it's been many years since I've dealt with MP installers.
... View more
Feb 07, 2020
11:25 AM
Short answer, yes, fully automated. IS does have a pretty robust Automation Interface as well (I've never had to use this). However, this can be very simple if you are automating an install process to just uninstall and re-install everything - no need to worry about versioning rules, updating product codes, etc...to very complex if you are going to be running Major/Minor upgrades or even worse, automate patching especially if you are constantly adding or removing files. Things can go array in a hurry if you are missing components in minor updates/patches.
... View more
Feb 07, 2020
11:07 AM
Try uninstalling and reinstalling InstallShield. I had something similar to this although my installer did not fail, it just didn't include any merge modules, or maybe it was the "NET scan at Build" option where it wasn't including any dependencies, I forget. I have no idea what caused it. I first thought perhaps a windows update but we run all updates once a month and an update had not run on the build server since last successful build.
... View more
Feb 07, 2020
10:43 AM
Unfortunately, just having the "Enable Logging Support" doesn't actually create the log. I have not tried to do this myself but, for the MSI's, what happens if you add something like to the Install "MSI Command Line"? /L*v [PATH_TO_WHATEVER]installLog.log Do the logs get created when you run the Suite with "setup.exe /debuglog" A fail-safe option that I tend to do with a custom action is actually set the MSI logging option in the registry: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] "Logging"="voicewarmupx" This will create an MSI***.log in %TEMP%%
... View more
Feb 03, 2020
02:26 PM
Interesting. Check your installer log file and search for property "BIN", see if it gets changed during installation.
... View more
Latest posts by tmurnane
Subject | Views | Posted |
---|---|---|
391 | Oct 26, 2020 12:29 PM | |
493 | Apr 23, 2020 12:45 PM | |
267 | Apr 23, 2020 12:22 PM | |
290 | Feb 07, 2020 11:25 AM | |
460 | Feb 07, 2020 11:07 AM | |
707 | Feb 07, 2020 10:43 AM | |
501 | Feb 03, 2020 02:26 PM |
Activity Feed
- Posted Re: Two Different Releases and Prerequisites (.exe and .msi), Can it be done? on InstallShield Forum. Oct 26, 2020 12:29 PM
- Posted Re: Dll not updating on InstallShield Forum. Apr 23, 2020 12:45 PM
- Posted Re: Legacy Installshield Multiplatform 11.5 on InstallShield Forum. Apr 23, 2020 12:22 PM
- Posted Re: Best Practices for Install Script Installer on InstallShield Forum. Feb 07, 2020 11:25 AM
- Posted Re: InstallShield Standalone Build stops mid-way but without errors on InstallShield Forum. Feb 07, 2020 11:07 AM
- Posted Re: How to Create Logs for MSI,EXE in Suite UI on InstallShield Forum. Feb 07, 2020 10:43 AM
- Posted Re: Installshield shortcut on InstallShield Forum. Feb 03, 2020 02:26 PM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Nov 18, 2020
01:49 PM
|