3
votes
2answers
51 views
Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)
Hello,
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which …
0
votes
1answer
11 views
Is there a need to update a custom action’s binary after each build?
I have created a c++ custom action for a setup-project application in VS Team System 2008. Using ORCA I implemented it and inserted the binary image of the custom action. This wo …
0
votes
2answers
10 views
DB setup for Web2 online applications
Hi,
I'm planning to code a Web2 online application and I'm looking for best-pratices.
I'm talking about online apps similar to web collaborative or billing apps.
In fact I'm won …
0
votes
4answers
104 views
Visual Studio 2008 PUBLISH installer installs older version
Hi,
I decided to use the Publish feature in Visual Studio.
I'm also using the update feature. It worked up till version 1.0.0.6
and now it's just stuck there.
I can uninstall the …
1
vote
1answer
237 views
COM Interop, isolation and excluding duplicate references
We are using a COM DLL provided by Microsoft (dsofile.dll) in a C# dll written by us (Assembly A). In order to avoid having to register the COM dll, I have switched the Isolated pr …
2
votes
3answers
226 views
Run exe after msi installation?
Using Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how to make the msi run the exe it just installed. A custom action? If so please …
0
votes
1answer
98 views
Microsoft VC Runtime Requirement and SXS error for Setup Custom Action in Vista
I created a setup project with VS2005 for an application that I'm developing, which installs fine on Windows 2000 and XP, but when I try to run the installer on Vista, it gives the …
3
votes
5answers
138 views
Best tool to create MSI
Hi,
I am new to setup project creation. Now I am using Visual studio 2008 to create setup file (msi) for my project. I am quit uncomfortable in creating my own custom forms in the …
0
votes
1answer
46 views
Adding version number to Application Folder in Visual Studio Setup project
I have a Visual Studio Setup project which has a Application Folder DefaultLocation set to[ProgramFilesFolder][Manufacturer]\[ProductName]. I would like to change this to include t …
1
vote
1answer
20 views
Shipping SQL Server Express Edition with my Windows Service.
Hi,
I have created a windows service which interacts with SQL Server Express Edition. I want to ship this to my test machine which doesn't have any form of SQL Server installed.
…
0
votes
1answer
25 views
Application packaging
I'm using Visual Studio to create my installation package.
My application use some bitmap and other data file. I currently include these files in my setup project.
Is there a way …
0
votes
1answer
127 views
Deployment of SQL compact Edition (SDF files) using Setup project
Hi,
I have a C#.NET desktop application using SQL Compact edition as data store.
The application should be used by any user on the machine and all should be seeing the same data ( …
0
votes
2answers
59 views
How to get big Vista icons for a shortcut created with a VS2008 Setup and Deployment project?
First I made an app and I set its application icon to a icon I made. That icon has 256x256px in it, and it works good in windows vista (256 size gets used when really large icon).
…
0
votes
1answer
59 views
Using the Condition field in a Setup project on VS2008
Hello all,
On my application Setup Project, I'm trying to setup a Registry key either under HKLM/Software or HKCU/Software depending on whether the user checked "All Users" or "Ju …
0
votes
2answers
296 views
Is it possible to change variables on Visual Studio setup project based on referenced dll?
I don't want to replace every files when I change some product information like version, product name and author name. I see. Visual studio setup project has constant variable like …
