installshield-le

Create registry key in 32-bit hive on x64 PC using Installshield 2012 LE - Avoid redirection

天大地大妈咪最大 提交于 2019-12-12 18:45:07
问题 I am trying to deploy an Outlook 2010 x64 AddIn in a x64 OS. For this AddIn I have to create the registry keys at HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\[add-in ID] . But Installshield Spring 2012 LE insists in creating the registry keys at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins\[add-in ID] . I know there's a redirection of the registry creation taking place, but how do I avoid this redirection? The AddIn registry keys need to be created

Install Shield LE - Error 6058 … merging Visual C++ 10.0 CRT in 64bit

二次信任 提交于 2019-12-10 20:16:54
问题 I'm trying to compile an install shield project. It's a 64 bit program. I keep getting this error, although it does compile OK and installs OK: Error 16 -6058: Error merging Visual C++ 10.0 CRT (IA64) with module ID C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_ia64.msm ISEXP : error : -6058: Error merging Visual C++ 10.0 CRT (IA64) with module ID C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_ia64.msm Any idea how can tell it NOT to try and

Installshield LE Visual Studio 2012 Prerequisites

泪湿孤枕 提交于 2019-12-09 23:45:41
问题 When trying to build a deployment package using InstallShield LE project within Visual Studio 2012 how do we specify prerequisites. I see the Requirements section of the Project assistent but it seems this only gives the installer the functionality to go forward with the installation or not based on if certain prerequisites exist. It doesnt seem like it has the functionality to actualy install any of the prerequisites as part of the installation. As part of my installation package I am

ISEXP : warning : -6248: Could not find dependent file libc.dll, or one of its dependencies of component

痴心易碎 提交于 2019-12-07 03:50:28
问题 There are many variations of this question, but my question is specific to libc.dll . I am not concerned on resolving the dependency. I want a work around to avoid that warning. I have 30 projects in my Forms Application. When I publish the setup using InstallshieldLE I am getting ISEXP : warning : -6248: Could not find dependent file libc.dll, or one of its dependencies of component Sample.CommonModules.ChangeUnit_.Primary_output warning for each primary output. Due to this warning the

Install Shield Limited Edition in visual Studio 2013 Express

让人想犯罪 __ 提交于 2019-12-06 13:32:42
First of all I'm new to visual studio. I need to develop a Setup (.exe) using Visual Studio C#. In order to create a setup, we need Windows Installer wizard. While searching on google I got a link from msdn Here I tried to create a new project as described, but I wasn't able to find "Other Project Types". I searched google again and finally I got: InstallShield Limited Edition template provided by flexerasoftware.com. I registered and downloaded InstallShield 2013 Express Edition, and installed it. Restarted the machine and opened Visual Studio 2013, still I couldn't find other project type

Installshield LE Visual Studio 2012 Prerequisites

纵饮孤独 提交于 2019-12-04 19:09:34
When trying to build a deployment package using InstallShield LE project within Visual Studio 2012 how do we specify prerequisites. I see the Requirements section of the Project assistent but it seems this only gives the installer the functionality to go forward with the installation or not based on if certain prerequisites exist. It doesnt seem like it has the functionality to actualy install any of the prerequisites as part of the installation. As part of my installation package I am looking to install IIS 7.5 Express and SQL Server Compact 3.5 SP2. When using Visual Studio 2010 Setup

Is it possible to create self-extracted setup with InstallShield Limited Edition

北战南征 提交于 2019-12-04 01:52:47
InstallShield Limited Edition comes as free addition to Visual Studio 2010 users. It has many options on how to configure installation package, but I am having an issue to figure out if is possible to create a self-extracting setup with LE. Alternative to this can be 7-zip SFX add-on , NSIS, etc. I've since imaged a new dev machine and installed InstallShield 2010LE. Through the standard Visual Studio (solution) Configuration Manager you have the choice of build CD-ROM, DVD-5 and Single Image ( self extracting EXE ). Dirk Vollmar Windows's own IExpress.exe can also be used for creating a self

InstallShield LE (with Visual Studio 2012) completely fails to detect dependencies

。_饼干妹妹 提交于 2019-12-03 03:31:07
问题 I'm having a nightmare trying to get a simple installer working in InstallShield LE (the one shipped with VS 2012). There are all kinds of problems that I can work around (like the fact I can no longer do "Rebuild All" without it messing everything up - I need to simply unload the InstallShield project during development). But the biggie is that when I build my installer, it includes the wrong version of various DLLs (including both those that are part of my project, and 3rd-party ones like

Visual Studio 2012 Windows service .vdproj project migration

♀尐吖头ヾ 提交于 2019-12-03 02:46:26
问题 I'm trying to move a solution I have over to Visual Studio 2012 and one of the project types is .vdproj. According to this link this project type is not supported in Visual Studio 2012: MSDN says they recommend that you use InstallShield Limited Edition for Visual Studio. The problem is, when I open up my solution in VS2012 and try to add a new "Enable InstallShield Limited Edition" project to my solution, I get an error message saying: Creating project 'test'...project creation failed. Why

InstallShield LE (with Visual Studio 2012) completely fails to detect dependencies

不想你离开。 提交于 2019-12-02 17:03:04
I'm having a nightmare trying to get a simple installer working in InstallShield LE (the one shipped with VS 2012). There are all kinds of problems that I can work around (like the fact I can no longer do "Rebuild All" without it messing everything up - I need to simply unload the InstallShield project during development). But the biggie is that when I build my installer, it includes the wrong version of various DLLs (including both those that are part of my project, and 3rd-party ones like the Entity Framework DLL). Doing a "Clean Solution" didn't even fix the problem with the DLLs that are