The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Hey Folks, Has anyone found a way to do dynamic file linking and a Basic MSI project but to exclude files under a certain folder? I was thinking it would be something like .//*.* but it seems to ignore the start path...
Hey Folks, I have a bit of a strange problem. I have a prerequisite which has a condition that checks the registry for the product. When I run my installation the prerequisite kicks off and it installs the product perfectly fine only the fin...
Hello Folks, I've run into a strange problem with this error where we are only seeing it on windows XP systems. I have checked the .Net Framework File locations on the build machine and it is pointing to C:\WINDOWS\Microsoft.NET\Framework\v2.0...
One thing you can do is run your setup.exe from the command line and pass it the switch /debuglog this logfile should output the prereq's and you might catch why it's failing.
Turns out this was due to the _isconfig.xml having both supported version elements in it. Even though the .net framework version was selected to be 2.0 because the _isconfig.xml contained v1.0 it was still trying to use that.