Re: [WiX-users] preventing the overwrite of Shortcut

2007-06-19 Thread Jeff Paulsen
7;t changed. Does anybody know why this doesn't do what I expected? Jeff Paulsen > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Rob Mensching > Sent: Tuesday, June 19, 2007 10:11 AM > To: [EMAIL PROTECTED]; wix-users@li

[WiX-users] preventing the overwrite of Shortcut

2007-06-19 Thread Jeff Paulsen
mmand-line parameters my users have added to the shortcut? Thanks, Jeff Paulsen - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limi

Re: [WiX-users] MSJET 3.5 With Wix

2007-05-01 Thread Jeff Paulsen
ng NSIS to make a bootstrapper EXE. Jeff Paulsen - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http:

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Jeff Paulsen
.0.1013.0. Then you don't have to use > NAnt to change your source files, which is usually not a good idea with > Source Code Control systems. That's a good point - if you're going to use xmlpoke to hack on your WiX files, you should be sure to reverse the change

Re: [WiX-users] getting variables from nant to votive wix project

2007-04-10 Thread Jeff Paulsen
the solution. I don't want to use > environment variables because there could be multiple versions building > at the same time. Since you are using nant for the version number, you can use the xmlpoke task to put the value right into your wxs, like this: http://schemas.microsoft.com/

Re: [WiX-users] Another version of this product is already installed

2007-03-28 Thread Jeff Paulsen
nd it better to delay the uninstall until after the upgrade runs, which seems to address the speed and overwriting concerns. You can do that like this: PREVIOUSVERSIONFOUND -- Jeff Paulsen - Take Surv

Re: [WiX-users] Getting install folder after install was done

2007-03-01 Thread Jeff Paulsen
r , but I'm not clear on where in the sequence it would go. Can you give me some ideas? Thanks, Jeff Paulsen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'l

Re: [WiX-users] Shortcuts

2007-02-28 Thread Jeff Paulsen
ortcut properties has become non-editable, meaning that a > user cannot type in command line parameters there. Wix 2 shortcuts had > an editable Target field with this code. Am I missing something? Try changing your Advertise attribute to 'no'. Jeff Paulsen -