[WiX-users] SqlExtension bug with existing databases

2010-03-11 Thread Bazarewsky, Michael C.
All, http://www.wixwiki.com/index.php?title=SqlExtension states: There is a serious bug with how the SqlExtension handles the SqlDatabase Element when creating a database. If a database with the same name already exists it will always be dropped. At this time it is not recommended to use the S

Re: [WiX-users] SendTo shortcut for default and all user profiles on multiple OS's

2009-10-29 Thread Bazarewsky, Michael C.
This isn't directly answering your question but if you are willing to continue living with VBScript you could ask it for the folder path. (http://msdn.microsoft.com/en-us/library/0ea7b5xe(VS.85).aspx) -Original Message- From: Evan Beeton [mailto:ebee...@informasoftware.com] Sent: Thurs

Re: [WiX-users] RemoveFile and LongName

2009-07-06 Thread Bazarewsky, Michael C.
le to file a bug on if one is not there? Thanks, Michael C. Bazarewsky -Original Message- Sent: Tuesday, June 16, 2009 7:41 PM I apologize, I should have specified: 3.0.5217.0. -Original Message- Sent: Tuesday, June 16, 2009 5:10 PM Bazarewsky, Michael C. wrote: > Hello, >

Re: [WiX-users] RemoveFile and LongName

2009-06-16 Thread Bazarewsky, Michael C.
toolset are you using? Bazarewsky, Michael C. wrote: > Hello, > > I have a WIX MSI that removes a runtime-generated file. The applicable > fragment looks like this: > > LongName="FrameworkDeploy.sql" >

[WiX-users] RemoveFile and LongName

2009-06-16 Thread Bazarewsky, Michael C.
Hello, I have a WIX MSI that removes a runtime-generated file. The applicable fragment looks like this: This works right now, but is messy, because of the wildcard. I originally just used But that did not work, presumably because Name is supposed to be a s