I use Visio Studio 2008 and have a problem with the Setup Project. It is possible to add own code to this project?
I\'ve created an ins开发者_StackOverflowtallation package using Installaware and generated an EXE and a MSI. The EXE is 3.1MB and the MSI is only 265K. Why is there such a big difference in size?UPDAT
Is it possible to import nsis code and run it from within a compiled nsis executable? Suppose I have a nsis script fubar.nsi and compile it to fubar.exe. For strange reasons*, I also have some additi
In my team we prepared an msi installer package for our application. Package is made in WIX contains custom UI, call custom actions from C# library and almost everything works fine except one thing: c
I\'m looking to implement a setup package for my multi-project solution that installs a Windows Service as well as a Winforms application.Both the service and the application have an ability to update
our C# application has a thirdparty C++ exe wh开发者_如何转开发ich requires Microsoft_VC90_CRT assembly. I have add that assembly in my msi installer which is built by using VS2008. It looks like that
I am releasing a new version of my product (minor upgrade), which I\'m planning to package as a patch. This is a Basic MSI project in InstallShield 2009.
I\'m working with a co-worker on this, will try on my own machine shortly, but wanted to get the question posted quickly.I\'ve also been Googling for step-by-step \"how to setup for WCF 开发者_运维知识
We have an MSI we have authored in WiX 3.5.2030.0 and targeting Windows Installer 4.0 (for MSIUSEREALADMINDETECTION support).We have a property that we have defined in the MSI to enforce use of a boot
I have a custom action that I\'m using to deploy some files that sit next to the msi in the handoff package. My custom action is passed the ms开发者_如何转开发i path via the OriginalDatabase parameter