0
votes
0answers
21 views

best way to deploy a composite visual studio solution

It is my first time tasked with deploying a project so no experience with setups. I have a data driven solution written in visual studio 2010 C# and attached to a sql server database that includes: ...
0
votes
1answer
111 views

Register com interop dll in .net

I am working on a Installshield Project which have 4 .net com interop dlls. I used command C:\Windows\Microsoft.NET\Framework\v4.0.30319\Regasm.exe /tlb myassembly.dll /codebase to register the ...
0
votes
0answers
55 views

VS2012 installed service is not showing in the Service manager (using InstallShield)

I have the code for a windows service which I had written in VS2010 and adding a setup project was very easy. Now when I migrated this code to VS2012, I had to add a Setup project and I did it using ...
1
vote
1answer
143 views

Installshield LE won't install a 32-bit executable into Program Files on 64-bit Windows

I'm making installers for plug-ins using the InstallShield LE built in to Visual Studio 2010. The plug-ins run in separate processes, so they are always 32-bit even if the host application is 64-bit. ...
0
votes
1answer
112 views

ISDEV fatal error 6032 Internal build error

i am using IS2008, Windows XP and VS2010. everything was ok until two weeks ago but something happened and everything changed. I have been having "ISDEV fatal error 6032 Internal build error" errors ...
1
vote
4answers
513 views

Alternatives to WiX Burn Bootstrapper? (Can the Install Shield LE Boot Strapper be used?)

Background Information: We used to have a Visual Studio 2010 based installer project -- but our install situation got a lot more complicated, and with the projects going away anyway in 2012, we ...
1
vote
2answers
129 views

Windows service start issue with old dlls

Background: If I install old installation package (created in 1998) the service starts without any problem.This package was created using InstallShield and project code is not available. It is ...
3
votes
1answer
180 views

I am getting an “Installation Failed” message when I install my app with InstallShield. Is there a way for me to see why it failed?

For clarity, the application still works after the Installation Failed message, so it appears to be installed correctly. I just can't release the application if people are going to see this message ...
1
vote
2answers
1k views

Installshield LE Spring 2012 Can't find setup prerequisites

Here's the situation: I have an InstallShield LE setup project (a couple actually) which have been working well for the last year. Recently I configured a new laptop, thus reinstalled Visual Studio ...
3
votes
0answers
172 views

Why is InstallShield wizard not displaying last uninstall page?

I have a trial version of the InstallSheild. It works perfectly fine on my Windows 7 machine. However uninstalling on other machine it fails to display the Final complete page(The last uninstall page) ...
1
vote
1answer
429 views

InstallShield Visual Studio not installing Service

I have a Service project within .NET using C#. I have then used InstallShield 2012 within Visual Studio to create a MSI that should install my Service, however when I run the MSI, theService never ...
0
votes
2answers
160 views

Create setup.exe with Installshield

I developed a WPF system with a fingerprint reader.Now I'm going to make setup file with Installshield. So developed system required drivers of fingerprint reader, what I need is develop a setup file ...
0
votes
1answer
430 views

Why Installshield LE Visual Studio 2010 Primary Output puts generated files on desktop

I have a solution in Visual Studio 2010, with seven projects. I have added a Installshield LE Setup project and when I add my main projects Primary-Output and then add a shortcut for the ...
5
votes
2answers
2k views

Replacing VDPROJ Setup files with InstallShield/WIX

Our product currently installs via 4-5 MSI's which are created from .vdproj files which consist are created from the output from vs 2010 projects and additional information in merge modules. I have ...
0
votes
1answer
133 views

Installer for an IE add-on and automated prerequisite installs?

I have a project that was given to me where, organically, they created it using Add-In Express and Visual studio. The issue they ran into is that some of the prerequisites needed to be installed ...
0
votes
0answers
505 views

Create a .msi and .exe with InstallShield in Visual Studio 2010

I have InstallShield 2010 set up as a VS project in my solution and currently have it configured to package everything in to a single executable. I know that in the standalone InstallShield ...
1
vote
1answer
559 views

InstallShield: cannot extract icon with index 0 vb.net

Im trying to use installshield to mak an installer for my applicatoin but when I add my icon to it then when i try and build it i get the error message InstallShield: cannot extract icon with index 0 ...
0
votes
1answer
190 views

Add dll's to VS2010 using Add Reference after custom install

After installing our custom install (created using InstallShield), the user should be able to use the VS Add Reference to find the dll's without manually adding them using Browse. This works out of ...
1
vote
1answer
823 views

InstallShield .NET 4 prerequisite failing

I have created an InstallShield installer through visual studio 2010 which has the .NET 4 framework as a prerequisite. During install some users are getting an error informing them that an error has ...
1
vote
1answer
166 views

Is there a way to suppress duplicate merge module adding for an InstallShield 2012 project?

I have a visual studio solution with > 100 projects, the majority of them are different device "interface"/adapter dll's but there are also a few common dll's and applications. All are c# projects. ...
0
votes
0answers
378 views

InstallShield and VS2010

I installed InstallShield 2012 Premier and try to create Basic MSI project in VS2010 (Premium). But I cannot create project since I get the error: The 'InstallShield 2012 Package' package did not ...
3
votes
4answers
466 views

When using InstallShield LE, the msi contains an outdated version of one assembly, but current versions of others

I'm using Visual Studio 2010, InstallShield LE on a solution with about 10 total projects. I've selected the main GUI's primary project output for the 'files' portion, installed to a subdirectory of ...
0
votes
1answer
762 views

SQL Server CE missing as required prerequisite in InstallShield LE (Visual Studio 2010)

I've just enabled InstallShield LE within Visual Studio 2010 and am putting together a setup project. I would like to specify SQL Server CE 4.0 as a required prerequisite such that InstallShield will ...
1
vote
1answer
229 views

How to use a Visual Studio sql deployment script in a windows installer

We've used a Visual Studio database project to manage our database schema. What we would like to is include .sql output of a database deployment as part of our products installer which is being ...
1
vote
2answers
209 views

How do you run custom code and display a dialog box when using Visual Studio installer?

Looking at VS2010 installer I saw a way to hook in macros and created a test macro but my test macro didn't show up in the list. I also briefly tested InstallShield LE but it didn't meet all my ...
1
vote
1answer
276 views

how to keep certain files when upgrading using installshield LE?

I am developing a Winforms app using C# and VS 2010. This app will use a SQLite database that will be deployed with the initial installation of the app. When I have new releases of the app, how do I ...
0
votes
1answer
606 views

Error 6248: Crystal SAP Merge Module…?

I am trying to create a Setup Routine for my application which uses Crystal Reports SAP. I get 4 errors durring the build stating that the following files are missing: 6248: Could not find dependent ...
0
votes
1answer
1k views

VB2010: Visual Studio Installer add other installer

Triying to use the built in Visual Studio 2010 to install a couple of files and after that is done to run another installer package (3rd Party Installation Wizard).
1
vote
2answers
585 views

How do i require a user to enter a password from InstallShield LE before installation?

I'm using VS2010 with Installshield LE. I've created a project in the past that required the user to enter a password before installing. But I can't for the life of remember how I did it. I must have ...
2
votes
1answer
165 views

Is Microsoft discontinuing the “Visual Studio Installer” or not?

Is Microsoft discontinuing the "Visual Studio Installer" or not? Somewhere I remember reading that they were, in favor of going with InstallShield LE. But I can't find this on MS's site anywhere. Does ...
0
votes
1answer
2k views

Installshield Express, another version of this product is already installed [duplicate]

Possible Duplicate: MSI Install Fails because “Another version of this product is already installed” I am getting a little bit frustrated from the Installshield express addon in ...
0
votes
1answer
495 views

Checking for and installing prereqs with Install Shield

I'm creating my first install using the Install Shield version that ships with VS 2010. On vista and 7 only the .NET 4.0 client is required, but on XP my application reqires: .NET 2.0 (I think this ...
12
votes
3answers
3k views

Installer capabilities, WIX vs InstallShield Express

Programmers that actually promote their products to production need an installer. (pre-emptive "programming related" justificaton.) For deploying a new suite of internal corporate apps and services, ...