installshield-2011

Pin to start a shortcut on Windows 8 programmatically

£可爱£侵袭症+ 提交于 2019-12-12 06:28:05
问题 I have created an Installer using Installshield 2011. This Installer creates a shortcut in StartMenu-->Programs and it also has runs a vbscript during installation. This VB Script creates another shortcut in StartMenu-->Programs. The problem is that the shortcut created by Installshield gets automatically "pinned to Start" and hence appear as a tile on metro UI on windows 8, but the shortcut created by VBScript is "NOT pinned to start" and is visible only after clicking on "All Apps" on the

How to delete files from Installer during Minor upgrade

浪尽此生 提交于 2019-12-11 23:13:53
问题 During Minor Upgrade in InstallShield 2011, how to delete/remove some files which was installed from base installer and for next upgrade if we want to retrieve back the removed files how can we get back? 回答1: Overall Suggestion : Use one file per component. This avoids all kinds of component referencing problems and you can resurrect files on major upgrades if you need to bring them back after removing them. Note that you generally cannot switch directly to using major upgrades if you have

Installshield 2011 - crashes at build between “Embedding manifest” and signing

自作多情 提交于 2019-12-11 03:10:08
问题 Since upgrading to a windows 8 & 8.1 machine all my InstallShield projects began failing at signing. The error occurs after or during the embedding manifest into setup.exe, with the following error: Exception ACCESS_VIOLATION (0xc0000005) at address 0x76b34db0 trying to read address 0x00000001. File : C:\Program Files (x86)\InstallShield\2011\System\isdev.exe Version : 17.0.0.714 Exception : c0000005 Address : 76b34db0 Access Type : read Access Address : 00000001 ... When I opted to debug

InstallShield LE “Another version of this product is already registered”

萝らか妹 提交于 2019-12-04 21:20:13
问题 I'm running into a roadblock using InstallShield LE in VS2010. The second time running the resulting setup.exe (with incremented version numbers), I get the error Another version of this product is already registered By "incremented version numbers", I mean I changed the Minor Version, Build Number and Revision to larger numbers in AssemblyVersion and AssemblyFileVersion of my .exe (the DLL's are set to "1.0.*") [assembly: AssemblyVersion("0.2.103.005")] [assembly: AssemblyFileVersion("0.2

InstallShield LE “Another version of this product is already registered”

旧巷老猫 提交于 2019-12-03 12:54:21
I'm running into a roadblock using InstallShield LE in VS2010. The second time running the resulting setup.exe (with incremented version numbers), I get the error Another version of this product is already registered By "incremented version numbers", I mean I changed the Minor Version, Build Number and Revision to larger numbers in AssemblyVersion and AssemblyFileVersion of my .exe (the DLL's are set to "1.0.*") [assembly: AssemblyVersion("0.2.103.005")] [assembly: AssemblyFileVersion("0.2.103.005")] [assembly: AssemblyInformationalVersion("Alpha 0.1 - 2/8/2011")] and also updated the Product

How do I disable font registration in an Installshield (2011) basic msi project?

元气小坏坏 提交于 2019-12-01 19:06:48
How can I stop installshield from registering fonts? I've got a number of installshield projects deploying web applications, which all feature GlyphIcons and FontAwesome fonts. Installshield automatically registers these files (*.ttf, *.eot, *.otf) with the operating system. This is a problem because the file can't be removed for uninstalls or upgrades. The instructions here or here don't work since those fields simply don't exist in my version of installshield/project type. Is there another way to disable this behaviour without renaming the files? I found a suggestion on the Installshield

How do I disable font registration in an Installshield (2011) basic msi project?

旧时模样 提交于 2019-12-01 17:18:24
问题 How can I stop installshield from registering fonts? I've got a number of installshield projects deploying web applications, which all feature GlyphIcons and FontAwesome fonts. Installshield automatically registers these files (*.ttf, *.eot, *.otf) with the operating system. This is a problem because the file can't be removed for uninstalls or upgrades. The instructions here or here don't work since those fields simply don't exist in my version of installshield/project type. Is there another