Questions tagged [installshield-le]

InstallShield Limited Edition for Visual Studio. Latest support of InstallShield LE is for Visual Studio 2015.

InstallShield Limited Edition for Visual Studio 2010/2012 is a free tool for Visual Studio customer that serves as a replacement for the now deprecated Visual Studio Deployment Projects. InstallShield LE provides a small subset of the functionality found in the other InstallShield editions. Many of the features in InstallShield are locked and unavailable. Therefore it is helpful to tag questions as such.

217 questions
0
votes
1 answer

InstallShield LE does not detect registry entry launch condition

I'm using InstallSheild LE 2013 to create a setup project for a Team Foundation Server Tool and in the installation i'm adding custom requirement to look for Team Foundation Server Object Model 2012 is installed or not and base on that installation…
pubudut
  • 603
  • 2
  • 8
  • 18
0
votes
1 answer

Installshield content files are read only

I have added an InstallShield Limited Edition Project to my Visual Studio 2013 solution. There is a config.txt file in the real project. When a user installs my project, he gets config.txt as read only. When I try to change the Content File…
jason
  • 6,962
  • 36
  • 117
  • 198
0
votes
0 answers

How to make my program run at startup using installsheild

I was wondering how can I my program to run at windows start-up using the registry editor in installsheild limited edition in visual studio 2012. The program is a timer for individual users and for it work properly it needs to e able to run…
Havik IV
  • 193
  • 4
  • 12
0
votes
0 answers

Installed winforms application from Installshield Limited Edition VS 2012 fails when try to open

I am currently working on a windows forms application in Visual Studio 2012, C#, .Net Framework 4.5. The Solution contains one Mainapplication and four dlls. One of them is encapsulated and loaded with reflection. This one is also including the…
0
votes
1 answer

Telerik Reference in Installshield

I am creating setup through installshield in vs 2012. When running the setup at client side then throwing below error: Could not load file or assembly 'Telerik.WinControls.Themes.Aqua, Version=2013.3.1016.20, Culture=neutral,…
Anjan Kant
  • 4,090
  • 41
  • 39
0
votes
2 answers

Upgrading software: installshield c# and. Net

I have a question concerning software updates. Currently I install new releases into a different folder each time. The user is then required to re-enter configuration parameters. This of course is not too optimal. The software is Windows forms and…
Tom
  • 527
  • 1
  • 8
  • 28
0
votes
1 answer

installshield service pack system requirement

my question is pretty simple so here it is: Using InstallShield, whatever version, is there anyway to specify a Service Pack as a System Hardware Requirements? I can specify Windows 7, so that my installation will not even be launched if the OS is…
Alex
  • 39
  • 7
0
votes
1 answer

Modifying Install options by User when installing msi

InstallShield LE provides us the option to either update the previous version(this keeping data) or remove the previous version completely and then install the new version. What I want is I want the user to choose whether they want to upgrade or…
androider
  • 982
  • 6
  • 16
  • 32
0
votes
1 answer

Getting version number in InstallShield Limited edition in prebuild step

I want to extract the "Product Version" number (of the form aa.bb.cccc) that you type in the General settings of an InstallShield Limited Edition deployment project. Specifically I want to do this in a custom pre-build step. Ideally I'd code this as…
P45 Imminent
  • 8,319
  • 4
  • 35
  • 78
0
votes
0 answers

Installing C# VSTO Excel addin in enterprise environment

I have built a C# Excel addin in VS2012, and have no problem installing the addin on my local machine using "Publish" with a test certificate. The problem is once I try to get the addin installed on another machine on the estate I run into a host of…
Dib
  • 2,001
  • 2
  • 29
  • 45
0
votes
0 answers

How can I abort installshield setup by c#?

I use Install Shield 2013 limited edition. I do some configurations via an c# application (customconfigs.exe). The c# application will be invoked in my custom actions: There are some conditions defined in my c# application. When not match, I want…
Simon
  • 4,157
  • 2
  • 46
  • 87
0
votes
1 answer

InstallShield prerequisities (error -7067)

I created InstallShield setup project in VS2013 by importing VS2010 Setup deployement project (with the integrated wizard). When I try to compile it, it says: ISEXP : error : -7067: Your project contains InstallShield prerequisites. A Setup.exe…
0
votes
1 answer

Outlook 2010 VSTO AddIn not loading

I have created a solution with a Outlook AddIn Project and a InstallShield LE Setup Project. I followed this Walkthrough to create the Setup Project: Link I installed my AddIn on a user-level. Here are some screenshots from my Setup Project: Here I…
LeonidasFett
  • 3,052
  • 4
  • 46
  • 76
0
votes
0 answers

InstallShield gives build error after adding localized resources in Winforms

I just started using InstallShield LE and am about to give up and search for alternatives. I have a Winforms project which uses localized forms. When I don't add localized resources in InstallShield, everything works OK, but the forms only appear in…
Kesty
  • 610
  • 9
  • 19
0
votes
0 answers

Testtools compile error

I am getting the following error when compiling my application. -6248 Could not find dependent file Microsoft.VisualStudio.TestTools.UITest.Common, or one of its dependencies of component ValidState.Primary_output ISEXP : warning : -6248: Could…
user1438082
  • 2,740
  • 10
  • 48
  • 82