Tagged Questions
0
votes
1answer
36 views
Extend FilesInUse using DTF
I have an installer that I had written a simple custom action to the count of a certain process type in a property ( AppSearch extension ) and then use that in LaunchConditions to gate the installer. ...
1
vote
1answer
75 views
What Is The Best Way To Design An Install With Big Amount Of Features [closed]
I'm going to create an Installation for a company that I work with.
We have about 80 features.
I see two options:
1. One Installation package, Big Features tree - Comfortable installation to clients, ...
0
votes
1answer
236 views
Wix project template doesn't appear in VS2012 after installing it
I have installed WiX 3.7 to create installer in VS 2012. But WiX project template is not coming in VS2012 Prof edition.
I have tried some resolution available in web, but no result.
How can I solve ...
0
votes
1answer
38 views
Installshield Packagefortheweb3 to Wix converter?
Does anybody now of an automatic way or converter for bringing old Installshield PackageForTheWeb 3 PFW-files into Wix Bundle XML-format?
PFW-files are just flat INI-files so I hope somebody already ...
1
vote
2answers
453 views
wix or installshield for asp.net application installer?
What is the best tool to create an installer for asp.net application? My objectives are to:
Install an asp.net application on iisexpress
Install sqlexpress (as a prerequisite)
Configure IIS for my ...
1
vote
3answers
87 views
Ennforcing mutually exclusive install on Windows?
We have Product A and Product A'. They're nearly identical and easily confused. For legal reasons, it is necessary to keep these subtly different. For technical reasons, it is not possible for the ...
1
vote
3answers
632 views
Unpack an MSI created by InstallShield and repack
I have a MSI created using InstallShield. I do not have the InstallShield project. I want unpack this MSI into components & then recreate the install using a different installer (say Wix). Is ...
0
votes
1answer
71 views
When and why product guid has to be changed for upgrades?
Recently i did small update via msp, my team lead instructed me not to change project guid.
As it fails to update the installed files ,we changed product GUID and it installed the files correctly.
I ...
0
votes
1answer
115 views
Cumulative update fails to update files though version number of file is updated
We released an application version 2.10.3.X recently.
And got some request for fix and we released a small update (the version is 2.10.4.X). [ one dll with version 2.10.4.1 and 2 xap files are ...
1
vote
1answer
237 views
Chaining & Bootstrapping multiple MSIs & merging the existing MSIs featureset GUI into a custom one
The questions regarding Bootstrapper & Chaining might have been asked before. I am trying to ask something similar & different.
My requirement is to CHAIN 3 installshield msi into a single ...
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 ...
1
vote
1answer
162 views
Is it possible to add new folder and files in patch?
We need to add new folders and files to existing release.
We know that adding new files is possible through patch [msp].
[For process related reasons they do not want to go minor upgrade]
But is it ...
0
votes
1answer
193 views
Attach and configure ms sql server database using installation package
i have some Db steps (attach database, adding and configure a new login, configure roles) and i want to automize it using installation package. Right now in project we are using standard Visual ...
0
votes
2answers
470 views
custom action after installation failed
How to sequence a custom action to execute only when installation is interrupted or completed with error?
Is there any windows installer property which returns current installation status ...
3
votes
1answer
413 views
Patching Multiple Instance Installs with either InstallShield or WiX
I have a project built in InstallShield 12. It is a Web Application that needs to be installed multiple times, and those installations need to be patched.
I can ...
0
votes
2answers
105 views
Recommendation for Windows-based installation library
I've used WiX, InstallShield, and other installation generators and have experienced nothing but headaches.
Are there any installation libraries out there that can be linked in to an actual C++/C# ...
2
votes
4answers
384 views
Create an installer program: read a path to install to, from registry key (something like wix/installshield/nsis)
I would like to create an installer of my program.
However because the installation is quite complicated, I need something more advanced than installshield limited edition.
I have to run another ...
0
votes
0answers
267 views
Windows Installer Package Sometimes Installs Corrupt Log4net.dll
I have a really simple MSI that installs a bunch of files and then creates and starts a service. One of the files it installs ( privately to the installdir ) is log4net.dll and is a dependency of the ...
1
vote
1answer
694 views
Session.Property in WiX custom actions
I'm converting an install from InstallShield to WiX. One of the custom actions is a simple VBScript which references
Session.Property("SETUPEXEDIR")
which in InstallShield represents the location ...
1
vote
2answers
2k views
Creating a custom bootstrap / bootloader in C#
We've decided to create a custom bootstrapper for our deployment solution. We are currently re-writing and re-designing our deployment strategy for all of our products. Sadly, none of us are ...
1
vote
1answer
680 views
Accessing InstallShield “Support Files” from DTF (Managed Custom Action)
I have a bunch of .SQL scripts placed in the "Support Files" view of InstallShield.
I want to access those SQL scripts in my custom action (via DTF). How can I do that?
0
votes
1answer
335 views
DTF and InstallShield (Licensing)
First, a little background.
We are an exclusive Microsoft shop and all of our products are being deployed using MSI installers authored exclusively in InstallShield (we still have installers being ...
2
votes
4answers
273 views
Installer to Install one or more programs
We have around 8 different programs each with its own MSI / EXE installer.
What is the best way to create a single installer that will give users a list of the 8 different programs and then based on ...
4
votes
2answers
1k views
What is the MSI component generation best practice?
Visual Studio Installer states that it is a best practice to install each file as an installer component. The heat utility provided with Wix also seems to follow the practice of putting every file in ...
6
votes
1answer
990 views
Bootstrappers that download packages over the web from Microsoft
What are the best practices for creating internet download bootstrappers that reference Microsoft packages?
For example InstallShield has a Setup Prerequisite that can download vstor40_x86.exe from ...
0
votes
2answers
843 views
Class table generated InprocServer32 value problem
I'm installing an Active X control that contains some COM servers. I'm using InstallShield's COM Extract at Build option to generate the registry information. This results in a lot of entries in the ...
0
votes
1answer
316 views
Settings file to be used in WIX and InstallShield
I've create a setup with WIX and i have a wxi file where i define some properties for the installer. Some of them are read by a custom action and used there. So the variables defined in the wxi file ...
0
votes
2answers
452 views
Setup project with managed custom actions. Big heck of a headache
I'm trying to create a setup project and I can't believe how painful it could be. Non of the tools that I've tried to use, haven't satisfy me.
How come? Well, let's see:
First and easiest option: ...
14
votes
2answers
936 views
Are Visual Studio Setup Projects suitable for complex setups
Are "Visual Studio Setup" Projects suitable for complex setups in different versions?
The application is rather large (> 500.000 lines of code) and is under continuous development. Every 6 to 10 ...
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, ...
7
votes
4answers
468 views
When installing different technologies on clients, should I just use InstallShield?
I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 and ...
2
votes
2answers
2k views
Installshield vs Wix vs NSIS for website and windows services deployment?
the company I work for is looking at different options for installers. The product consists of a ASP.NET web site, some web services, and windows services. We'd like to be able to install everything ...
0
votes
2answers
490 views
Accessing msi filename from within msi file
Is it possible to obtain the filename of an msi file from inside the msi file (when using either install shield or wix)? I am looking for an easy solution to a problem I am trying to solve and was ...
12
votes
5answers
5k views
Switching from InstallShield to WiX
I am looking for a replacement for InstallShield. Unfortunately we only have 1 license for InstallShield and it was installed on a developer's machine. I'm considering switching over to WiX, but after ...
