I've built a project that requires 1.1 SP1, and my test machine has 1.1, but not SP1 installed. I've verified this by checking the registry entry defined by MS here:
http://support.microsoft.com/?kbid=318785&sd=msdn#XSLTH4176121122120121120120
I've also got the latest plug-in package, referenced in this thread:
http://www.installaware.com/forum/viewtopic.php?t=343
And I've made sure to change the check and the install commands for the .net framework to "v1.1 with Service Pack 1". My IW version is "sp1.passion_update2_rtm.050927".
Have I screwed something up, or is this a bug?
.net 1.1 won't detect upgrade to 1.1 SP1
Apparently, this behavior is as designed. The plugin reports the minimum available version on the system. Therefore, if 2.0 is installed, checks for 1.0 through 1.1 sp1 will return true.
If you application is not compatible with 2.0, you can check two additional things using the script code:
Hope that helps!
If you application is not compatible with 2.0, you can check two additional things using the script code:
- 1) That the .NET 1.1 folder exists ($WINDIR$\\Microsoft.NET\\Framework\\v1.1.4322); use the Does File/Folder Exist command
2) That the SP1 update has been applied, by reading the registry key mentioned in MSDN documentation; use the Read Registry command
Hope that helps!
Ok, I've done as you mentioned, but still no-go.
It will now detect the prereq, and download the web media block, but it won't install 1.1 SP1.
I'm assuming because the "Check\\Install .NET Framework (install v1.1 with Service Pack 1...)" command thinks it doesn't need to install, when it actually does.
BTW, even if this is built as designed, I can't think of a situation where this behavior is useful as currently implemented.
It will now detect the prereq, and download the web media block, but it won't install 1.1 SP1.
I'm assuming because the "Check\\Install .NET Framework (install v1.1 with Service Pack 1...)" command thinks it doesn't need to install, when it actually does.
BTW, even if this is built as designed, I can't think of a situation where this behavior is useful as currently implemented.
I have great news - I was able to communicate the value of your suggested approach, especially considering that .NET versions are best treated differently than regular file/runtime versions etc., in that having the latest version does not automatically provide backwards compatibility.
The word from the product team is to expect an update soon with a revised detection algorithm that checks explicitly for the indicated version
The word from the product team is to expect an update soon with a revised detection algorithm that checks explicitly for the indicated version

Just installed the plug-in update from here:
http://www.installaware.com/blockspon/InstallAware%20Plug-In%20Update.exe
However, I don't see any difference, both check and install get skipped. Is there something else I need to configure?
http://www.installaware.com/blockspon/InstallAware%20Plug-In%20Update.exe
However, I don't see any difference, both check and install get skipped. Is there something else I need to configure?
Who is online
Users browsing this forum: No registered users and 114 guests