Re: [WiX-users] Several questions

2014-10-10 Thread Sanjay Rao
you can create a dll with your C# code and make your required functions available in dll. this dll cane be registered as binary in WIX code base and it's exposed function can be run as custom actions during installation. - Original Message - From: "Rob L" To: wix-users@lists.sourceforg

Re: [WiX-users] Several questions [P]

2014-10-10 Thread Steven Ogilvie
@lists.sourceforge.net Subject: RE: [WiX-users] Several questions [P] Classification: Public I haven't used this, but try Wix Designer for Visual Studio Express: http://www.add-in-express.com/wix-designer/index.php or https://social.msdn.microsoft.com/Forums/vstudio/en-US/5d18f6ae-fc3a-4e4b-a7f9-9bd763d

Re: [WiX-users] Several questions [P]

2014-10-10 Thread Steven Ogilvie
Classification: Public I haven't used this, but try Wix Designer for Visual Studio Express: http://www.add-in-express.com/wix-designer/index.php or https://social.msdn.microsoft.com/Forums/vstudio/en-US/5d18f6ae-fc3a-4e4b-a7f9-9bd763d4d75c/using-wix-with-vs-2013-express?forum=vssetup Steve

Re: [WiX-users] Several questions related to: Automaticversion update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Troy Teixeira
Thank you both John and Chad. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, February 23, 2012 11:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Several questions related to: Automaticversion update

Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread John Cooper
l Message- From: Troy Teixeira [mailto:tteixe...@polariswireless.com] Sent: Thursday, February 23, 2012 1:26 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcu

Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Troy Teixeira
Thanks John. I'll give it a try. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, February 23, 2012 11:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Several questions related to: Automatic version u

Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Chad Petersen
I can probably answer one fairly easily. For the shortcut put it inside of your file element Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Advertise="yes" Name="Hello World" Icon="HelloWorld.exe"> -Original Message- From: Troy Teixeira [

Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread John Cooper
3) ProductVersion doesn't increment itself. There are a number of ways to do this depending on your build process. We use a custom TFS Workflow Build Activity to increment the third quad of the version number in the Product.wxs (it uses some C# XML read/writes to set the appropriate attribute)

Re: [WiX-users] Several Questions - Zip64, Debugging

2010-03-27 Thread Bob Arnson
On 3/27/2010 1:26 AM, Dariel Marlow wrote: > 1. Does WIX support MSI files larger than 4GB? MSI doesn't. The schema limits file sizes to 31 bits. -- sig://boB http://joyofsetup.com/ -- Download IntelĀ® Parallel St