dotneinstall.blogspot.com
Installation and Uninstallation discussion: June 2008
http://dotneinstall.blogspot.com/2008_06_01_archive.html
Installation and Uninstallation discussion. Friday, June 27, 2008. See Link : http:/ makemsi-manual.dennisbareis.com/installproblems.htm. Windows Installer Error Codes. From Link : http:/ msdn.microsoft.com/en-us/library/aa368542.aspx. Error codes ERROR SUCCESS, ERROR SUCCESS REBOOT INITIATED, and ERROR SUCCESS REBOOT REQUIRED are indicative of success. If ERROR SUCCESS REBOOT REQUIRED is returned, the installation completed successfully but a reboot is required to complete the installation operation.
dotneinstall.blogspot.com
Installation and Uninstallation discussion: Change the full path of the product installation
http://dotneinstall.blogspot.com/2008/06/change-full-target-path-for-directory.html
Installation and Uninstallation discussion. Sunday, June 15, 2008. Change the full path of the product installation. Change the full path of the product installation. Note: I've searched the various links to get information at one place. I've not checked the contents for validation. So I'm not responsible for any issue found related to the contents specified in the blog. Please use contents at own risk. This function Sets the full target path for a directory listed in the Directory table. The Directory t...
bohemiantribe.blogspot.com
bohemian Ramblings: February 2009
http://bohemiantribe.blogspot.com/2009_02_01_archive.html
Why are there so many songs about rainbows? Friday, February 6, 2009. SendTo shortcuts in an MSI. I recently had to repackage a product that, amongst other things, created a ". The Send To menu. Will move instead of making a copy). My solution was to use. I added the following to the. HKLM SOFTWARE Microsoft Active Setup Installed Components [ProductCode]. I then set the default value to [ProductName] and I created two other String values:. StubPath"="msiexec.exe /fs [ProductCode] /quiet". THE DANGERS OF...