We've started our latest product line with IS 2009 Pro and an MSI InstallScript project. Let's say the first of the series has a version of 5.6.1 (Don't ask me how the versioning was determined, that was out of my control.) I've now created an ...
MSIInstallScript ProjectI searched the KB and found some incidents from 2 or more years ago about this Advanced Setting not functioning, but I was hoping maybe it's been fixed by now...Setting the Advanced Property: AspEnableParentPaths to TRUE is wo...
MSI InstallScript ProjectI would like to use a property that I've set with MsiSetProperty in my Text Replacement for a SQL Script, but it never actually fills in the value.For instance, in my scripting I have: MsiSetProperty (ISMSI_HANDLE, "DATA...
I've an InstallScript MSI package that I'm using to lay down SQL Server Express 2005. New installs are working flawlessly, but we previously put down MSDE with our product and we will need to update that MSDE install to SQL Server Express 2005.In th...
I have a source folder of files/folders that is fairly dynamic and can change from build to build. So, I've used Dynamic File Linking to just have the install grab the content from there for packaging.Is there some way to make sure that all of those...
KathyMorey wrote:Your reply confused me, though. If you have a compressed setup.exe with the MSI embedded in it, aren't you running the setup.exe with no parameters instead of msiexec?To install, yes I am. To un-install I did a test with misexec an...
yamakamyar wrote:have you tried msiexec /x /Lv "C\uninstallLog.log"It's a setup.exe with no msi, so I went with the "msiexec /x guid" option.It leaves the entry in Add/Remove programs as well. :confused:
joshstechnij wrote:How are you verifying this property is set/not set?From the IIS Management Console in the Advanced Settings the Enable Parent Paths remained unchecked after install. Also, our web application that requires it to be enabled will no...