¡@

Home 

c# Programming Glossary: wix

Custom Action in C# used via WiX fails with error 1154

http://stackoverflow.com/questions/3560370/custom-action-in-c-sharp-used-via-wix-fails-with-error-1154

Action in C# used via WiX fails with error 1154 I am using WiX 3.5.1930 in Visual Studio.. in C# used via WiX fails with error 1154 I am using WiX 3.5.1930 in Visual Studio 2010 targeting the .NET Framework.. targeting the .NET Framework 3.5. Later weekly builds of WiX seem to be very broken with respect to their custom action template..

What is the best Windows Installer? [closed]

http://stackoverflow.com/questions/4621478/what-is-the-best-windows-installer

question Have you looked at the Windows Installer XML WiX toolset It's free and although you need to know some XML to.. they look very great and you can do pretty anything with WiX that Windows Installer is capable of. I also recommend you download..

How and why do I set up a C# build machine?

http://stackoverflow.com/questions/616149/how-and-why-do-i-set-up-a-c-sharp-build-machine

installer type from Old And Busted vdproj to New Hotness WiX. Basically for those who are paying attention if you can run..

Custom Installer in .Net showing Form behind installer

http://stackoverflow.com/questions/6213498/custom-installer-in-net-showing-form-behind-installer

implement that. Consider using an installer toolkit like WiX or Inno Setup instead. Concerning the first part of your question..

How can I set the WiX installer version to the curent build version?

http://stackoverflow.com/questions/626033/how-can-i-set-the-wix-installer-version-to-the-curent-build-version

can I set the WiX installer version to the curent build version I wrote an application.. the curent build version I wrote an application and its WiX installer and put it under version control using subversion... put it under version control using subversion. When the WiX installer builds I want its version number to be the current..

Is there any definitive documentation on writing software installers?

http://stackoverflow.com/questions/923384/is-there-any-definitive-documentation-on-writing-software-installers

documentation that comes with the various products i.e. WiX InstallAware Wise InstallShield etc expect that you understand.. improve this question Update since my original post WiX A Developers Guide to Windows Installer XML has been released.. Installer as a starting point. Windows Installer and WiX isn't something you just pick up in a few days it'll take a..

How can I resolve MSI paths in C#?

http://stackoverflow.com/questions/14611838/how-can-i-resolve-msi-paths-in-c

I can still do in my own code but not very elegantly. c# wix windows installer share improve this question I did the..

is it possible to create a multilanguage installer using WIX?

http://stackoverflow.com/questions/2340605/is-it-possible-to-create-a-multilanguage-installer-using-wix

a multilanguage installer using WIX c# .net installer wix setup share improve this question You can do this without.. 2010 03 13 create a multi lingual multi language msi using wix and custom build scripts They say it is undocumented feature..

Custom Action in C# used via WiX fails with error 1154

http://stackoverflow.com/questions/3560370/custom-action-in-c-sharp-used-via-wix-fails-with-error-1154

inside sandbox I have compared the .csproj files and .wixproj files and as best I can tell the differences are appropriate.. DllEntry RunMigration Execute deferred c# wix custom action wix3.5 share improve this question It sounds.. RunMigration Execute deferred c# wix custom action wix3.5 share improve this question It sounds like you are using..

Get install date from managed code

http://stackoverflow.com/questions/414653/get-install-date-from-managed-code

install date using the Product GUID Thanks. Scott c# wix msi share improve this question The proper way to get to..

How can I set the WiX installer version to the curent build version?

http://stackoverflow.com/questions/626033/how-can-i-set-the-wix-installer-version-to-the-curent-build-version

N.B. I am using ccnet to build this project c# svn wix share improve this question You could use Product @Version..

Is there any definitive documentation on writing software installers?

http://stackoverflow.com/questions/923384/is-there-any-definitive-documentation-on-writing-software-installers

and targeted at WiX 2.0 rather than 3.0 and joining the wix users mailing list . Don't join the users list until you've..