[WiX-users] License File

2008-07-15 Thread Michael Faden
Hi, I've just installed v3. When I create my first v3 installer my license file is simply ignored, although the installation itself works perfect. As usual the license file named 'License.rtf' is located in my working directory. The installer itself runs perfectly. Does anybody knows what's go

[WiX-users] Rollback nightmare - II

2008-07-15 Thread Anidil
When the user cancels the uninstall after the progress bar completes 95%,installer ends up showing the ExitDialog screen removing the application instead of rollback.I've scheduled custom actions during uninstall.. Is this an expected behavior? Can anybody give any insight to get rid of this probl

Re: [WiX-users] License File

2008-07-15 Thread Alex Goryuk
Hey Mike, Two things: 1) Does your UI reference the Localization dialog? 2) During the build process, you can either reference License.rtf or force 'light' to use a license ie. light -dWixUILicenseRtf=eula.rtf Alex G. On 7/15/08 6:59 AM, "Michael Faden" <[EMAIL PROTECTED]> wrote: > Hi

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread gnhMichael
Hi All, I'm facing a problem in Wix Installer. It holding dialog box more an half an hour. Its not showing next dialog box (Finish Dialog). Log which i got is below, MSI (s) (D4:2C) [05:54:51:162]: Note: 1: 1402 2: UNKNOWN\Installer\Products\B03E6F925DD6B8F4AA3CCD9E18E155CF\SourceList 3: 2 MS

Re: [WiX-users] License File

2008-07-15 Thread Neil Sleightholm
I find the easiest way to reference a license file is to add something like this: Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Faden Sent: 15 July 2008 12:00 To: wix-users@lists.sourceforge.net Subject: [WiX-users] License File Hi,

[WiX-users] WiX with Visual Studio 2008 Isolated?

2008-07-15 Thread James Minnis
I just installed the Isolated edition of VS 2008 to use IronPython. Will WiX V3 work with that? If so, how would I configure it to do so? -Jamey - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [WiX-users] License File

2008-07-15 Thread Michael Faden
Thanks, it works. Mike Neil Sleightholm wrote: > I find the easiest way to reference a license file is to add something > like this: > > > > Neil > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael > Faden > Sent: 15 July 2008 12:00 > To:

[WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Hi, I am new to wix and am posting here for the first time. I've creating a database and running a script to add Tables to it, which is happening perfectly. Then i am running a script to create a Stored Procedure which inserts a few rows in some of the tables created, which is also working fine. Th

[WiX-users] Deploying optional components

2008-07-15 Thread Jeff Yates
Hi all, I have a project that we deploy using WiX. We also use the patch support in WiX to deploy service packs to the original release. Due to forces outside my control (trust me, I tried to avoid this) we are only now looking at deploying the project in different languages. Due to the business

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
Do you have a log? On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote: > Hi, > I am new to wix and am posting here for the first time. I've creating a > database and running a script to add Tables to it, which is happening > perfectly. Then i am running a script to create a Sto

[WiX-users] WixVariable element

2008-07-15 Thread Mike Rerick
Is there a list of the various Wix variables that can be set in the WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one. Thanks Mike Mike Rerick Sr. Software Engineer - Professional Services http://www.iwsinc.com/> 9200 S.E. Sunnybrook Blvd., Suite 170 Clac

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Nope.. sorry i dont know how to create one.. will try in the meanwhile how to create one... On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper < [EMAIL PROTECTED]> wrote: > Do you have a log? > > On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am new to wix

Re: [WiX-users] CloseApplication not working

2008-07-15 Thread Chad Petersen
If you run you test.exe and look in the taskbar does it show the icon for your application? I've seen some problems if the application is just a process without a taskbar icon. Even SysTray applications don't always seem to work. Short of that I don't know. I ended up going with a custom action an

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
HI.. got the log file.. should i copy the whole thing here or mail it to you? On Tue, Jul 15, 2008 at 8:42 PM, sai rahul <[EMAIL PROTECTED]> wrote: > Nope.. sorry i dont know how to create one.. will try in the meanwhile how > to create one... > > > On Tue, Jul 15, 2008 at 8:19 PM, Christopher Ka

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Chad Petersen
The syntax to create a verbose log file is MSIEXEC /L*v [logfilename] /i [yourinstall.msi] So something like MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi It logs in batches, so if you happen to get an error, say during a custom action, and stop and open the log file it might not have log

[WiX-users] General, sai rahul has invited you to open a Google mail account

2008-07-15 Thread sai rahul
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. --- sai rahul has invited you to open a free Gmail account. To accept this invitation and register for your account, visi

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread sai rahul
Hey, as i said before its not giving any error... just that the Stored procedure is not executing. So i guess the log file would be fine. I have it already.. but i guess its too big to paste in here... Rahul On Tue, Jul 15, 2008 at 9:02 PM, Chad Petersen <[EMAIL PROTECTED]> wrote: > The syntax t

Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Bob Arnson
Neil Sleightholm wrote: > I can't help think that behaviour is a little odd. Documenting it would > be a start but as the file version is a available I don't really see why > assemblyFileVersion couldn't be made available, especially as there > aren't any warning if you use undefined binder variabl

Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... from WixVSExtension

2008-07-15 Thread Bob Arnson
Ian Sullivan wrote: > > > > > > > > Sequence="both" /> > I don't think you need the custom actions. If you use a Directory/@Id of the same name as the property Id, MSI will use the property value instead of the calculated directory path. So if you name

Re: [WiX-users] WiX with Visual Studio 2008 Isolated?

2008-07-15 Thread Bob Arnson
James Minnis wrote: > I just installed the Isolated edition of VS 2008 to use IronPython. Will > WiX V3 work with that? No, there's additional integration required for integration into the isolated shell and Votive doesn't do that. Feel free to file a feature request. -- sig://boB http://jo

Re: [WiX-users] WixVariable element

2008-07-15 Thread Bob Arnson
Mike Rerick wrote: > Is there a list of the various Wix variables that can be set in the > WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one. > It's an infinite list because WixVariables can be used almost everywhere. If you're looking for WixVariables used in the UI l

Re: [WiX-users] What options activate verbose WcaLog?

2008-07-15 Thread Bob Arnson
Tony Juricic wrote: > In a C++ DLL custom action I have the following code: > > ::WcaLog(LOGMSG_VERBOSE, "%s", "My log text"); > > MSI install is started with the following log options: > > msiexec /i myinstall.msi /lv*x .\install.log > > However, log file doesn't contain the text as could be expec

Re: [WiX-users] Add a dialog to uninstall

2008-07-15 Thread Bob Arnson
Paul Welter wrote: > Height="17" X="52" Y="105" CheckBoxValue="1" Property="RemoveConfig" > Text="Remove all configuration data" /> > Height="17" X="52" Y="128" CheckBoxValue="1" Property="RemoveSamples" > Text="Remove sample data"/> > Properties must be public (i.e., all UPPE

Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Bob Arnson
Christopher Karper wrote: > has a bunch of items for build the Wix toolset itself as well. I moved all > the tool settings to a WixBuild.Core.targets, and I reference that from > WixBuild.Common.targets. You may want to consider doing this officially, > in order to help us Extension developers

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread Bob Arnson
gnhMichael wrote: > MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableRollback' is 0 > Action 5:54:51: RollbackCleanup. Removing backup files > > After this message, windows server 2008 waiting for long time to finish > installation. > This is where Windows Installer finalizes its tr

Re: [WiX-users] Patch install: MoveFiles and component action states

2008-07-15 Thread Bob Arnson
Ilya Slobodin wrote: > SampleDb.txt is renamed to SampleDb.bak while the original file SampleDb.txt > is not reinstalled (confusing) > I'd guess it's a timing problem: MSI decides what it needs to do based on the state of the machine during script generation. It sees sampledb.txt on the mach

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Chad Petersen
Yeah, I haven't typically gotten much helpful from verbose logs for SQL execution, but that might just be me. What has been helpful in some cases is using SQL Profiler to see what it thinks is happening. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sai

Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Christopher Karper
Ha! Sorry, I wrote in haste, and that crap was what came out. :-) I created a file names WixBuild.Core.targets, and I moved the following items from WixBuild.Common.targets: - CheckRequiredProperties and GetSdkDirectories targets - All of the UsingTask statements, with accompanying targets

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
Also, just include the text of the log around where your CA executes, to ensure that it is, in fact, executing as you expect. If the command is being issued, but the inserts are still failing, then you know the problem is more than likely downstream. Or it may be failing, but the install isn't c

Re: [WiX-users] How do you use VS2005_PROJECTTEMPLATES_DIR, etc... from WixVSExtension

2008-07-15 Thread Rob Mensching
Also, Bob pointed out what I hadn't thought through. You don't need the SetDirectory if you just define a Directory with the same @Id as the Property. The Windows Installer will resolve the Property and overwrite the Directory path. It's a very "interesting" interaction between Directories an

Re: [WiX-users] Questions about WiX V3

2008-07-15 Thread Rob Mensching
Yes, #1 is a really annoying problem that IIRC is a problem in the VS systems below Votive. That's why the bug still exists... the fix is "non-trivial". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Minnis Sent: Sunday, July 13, 2008 15:06 To: wi

Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Rob Mensching
"bind" variables are wedged in between a rock and a hard place and the "assembly" variables in particular have a lot of limitations. Most of the issues are related the feature being added late in the life cycle of WiX v3 and potential for seriously negative performance impact. We'll revisit it

[WiX-users] Updating WiX projects for Votive build 3.0.4220 or later

2008-07-15 Thread Jason Ginchereau
IMPORTANT! Read this if you have existing WiX projects that you want to use with a newer build of Votive. Some breaking changes were introduced around build 3.0.4220 that will require you to update .wixproj files in order to avoid problems with Votive in VS 2005 or VS 2008 going forward. Sympt

Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Neil Sleightholm
Rob, I must thank you for your and Bob's input on this, it has proved very useful. My aim was to create a wixlib that could be imported in to other msi's and work in exactly the same way a merge module or standalone msi, now I have that. I am hoping to get this documented as a howto for the help fi

Re: [WiX-users] CloseApplication not working

2008-07-15 Thread Michael Ballou
Chad, Yes my application has a regular Window that shows up in the Explorer taskbar. I'll see if I can debug the code to see where it's failing. Thanks, Mike -Original Message- From: Chad Petersen <[EMAIL PROTECTED]> Subject: Re: [WiX-users] CloseApplication not working To: "General disc

[WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Neil Enns
It appears that our installer is magically detecting whether our application is running at the time of an install, and even correctly closes it. However, the FilesInUse dialog that comes with WiXUI isn't showing anything in the listbox of running processes. What magic do we need to do to populat

[WiX-users] Changing checkbox background color

2008-07-15 Thread Alex Goryuk
Hi, How would one change the foreground/background color of a checkbox? I need to change the WIXUI_EXITDIALOGOPTIONALCHECKBOX from gray background to transparent/white in the Exit Dialog ( http://www.wixwiki.com/index.php?title=ExitDialog ). Thanks, Alex G. --

[WiX-users] LGHT0216 : An unexpected Win32 exception with error code0x654 occurred

2008-07-15 Thread Jiamin Zhu
Is there a standard way to build MSI for Culture=HI? When I specify I will get the following error: light.exe : error LGHT0216 : An unexpected Win32 exception with error code0x654 occurred: This installation package could not be opened. Contact the application vendor to verify that thi

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-15 Thread Amir Kolsky
I did, there is not value for the IT_EXISTS property... This is really frustrating... I've spent hours on this :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Mumford Sent: Monday, July 14, 2008 7:01 PM To: General discussion for Windows Install

Re: [WiX-users] LGHT0216 : An unexpected Win32 exception with error code0x654 occurred

2008-07-15 Thread Blair Murri
What I had to do to get it to work was: Make sure that the codepage for the Product element (msi) and the Package element (summary info) were separated. The Product element's Codepage (and/or the WXL file's Codepage) can be 65001 as long as you don't use MSI's UI, but the Package element's Summ

Re: [WiX-users] Changing checkbox background color

2008-07-15 Thread Rob Mensching
The Windows Installer doesn't support that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Goryuk Sent: Tuesday, July 15, 2008 14:41 To: discussion for Windows Installer XML toolset. Subject: [WiX-users] Changing checkbox background color Hi, How w

Re: [WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Bob Arnson
Neil Enns wrote: > It appears that our installer is magically detecting whether our application > is running at the time of an install, and even correctly closes it. However, > the FilesInUse dialog that comes with WiXUI isn't showing anything in the > listbox of running processes. What magic do

Re: [WiX-users] Why do binder variables require GAC installation?

2008-07-15 Thread Bob Arnson
Neil Sleightholm wrote: > Rob, I must thank you for your and Bob's input on this, it has proved > very useful. My aim was to create a wixlib that could be imported in to > other msi's and work in exactly the same way a merge module or > standalone msi, now I have that. I am hoping to get this docum

Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Bob Arnson
Christopher Karper wrote: > I'd be willing to contribute directly to the projects, but I hear it's a big > hassle to get things included into the project.. Paperwork, approval > process, etc. So, if you want me to send attachments or whatever, then let > me know. > No paperwork in the physica

Re: [WiX-users] Problem with privileges in Custom Action ( Wix )( .msi )

2008-07-15 Thread jmcfadyen
Try dropping the function wrapping statements. i.e. Function FireWallEntry / End Function Then just leave VBScriptCall="" this way you can narrow down whether the function is even being called. Also ensure you have these attributes Execute="deferred" Impersonate="no" Akshat Sharma wrot

Re: [WiX-users] Where does FilesInUse dialog get its names from?

2008-07-15 Thread Neil Enns
Well, unfortunately, that's not what's happening. It's detecting that we're running, and if we say "next" on the dialog our application shuts down properly. But the list box is empty. How can we go about debugging why? Neil From: [EMAIL PROTECTED] [EMAIL PROTEC

Re: [WiX-users] Cannot able to Create New Website. Please Help

2008-07-15 Thread Natarajan, Thangaraj (MLITS)
Hi ALL , I'm currently working on the WIX Script. I have the some issues. I am trying to create a new web site in IIS. Here is my code. If I use port 80 it renames the 'Default W

Re: [WiX-users] Cannot able to Create New Website. Please Help

2008-07-15 Thread Rob Mensching
The log file should have a bit more information about the failure case. Can you share that out? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Natarajan, Thangaraj (MLITS) Sent: Tuesday, July 15, 2008 23:02 To: wix-users@lists.sourceforge.net Subject: