[WiX-users] Referencing a file in dependency merge module.

2008-05-12 Thread Sunghwa Jin
Hi, I am using WiX v3.0.4102.0 now. I am having problem to reference a file in a merge module (say ModuleA) from another merge module. (say ModuleB). I am referencing the file in ModuleA from a custom action of ModuleB. The problem is that when actual merge module is generated, the name is mod

[WiX-users] WiX 3: How to display error message box?

2007-11-19 Thread Sunghwa Jin
Hi all, I have some UI dialogs that needs certain validation before displaying next page when Next button is clicked. How do you display a very simple message box with simple OK button and message text only when certain condition is met? For example, one of text box is empty etc.. I initially

[WiX-users] WiX v3: How to verify user name / password entered?

2007-10-04 Thread Sunghwa Jin
Hi, I have a setup dialog asking user name, domain and password for using it as a service account. Is there any way I can verify this info by actually attempting to log-on? Thanks, Sunghwa - This SF.net email is sponsored

[WiX-users] WiX v3: How to grant "Log on as a service" right to a user?

2007-10-04 Thread Sunghwa Jin
Hi all, Can someone give me any hint on granting "Log on as a service" right to a particular user in WiX v3? I found some below thread discussing LogonAsService attribute for User element, but I don't think it actually exists. http://www.nabble.com/FW:-Granting-Permissions-to-%22Log-on-as-a-Ser

Re: [WiX-users] How to schedule a deferred custom action after GAC'ing assemblies?

2007-09-07 Thread Sunghwa Jin
s, Sunghwa From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sunghwa Jin Sent: Friday, September 07, 2007 1:07 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] How to schedule a deferred custom action after GAC'ing assemblies? Hi, I have custom actions that calls

[WiX-users] How to schedule a deferred custom action after GAC'ing assemblies?

2007-09-07 Thread Sunghwa Jin
Hi, I have custom actions that calls InstallUtil.exe. Things works just fine now except I have left-over .InstallState file in my installation folder. It turns out this is because the custom action that calls InstallUtil.exe during installation before it GACs the assembly while it calls Install

Re: [WiX-users] Referencing other property as default value of a property?

2007-06-26 Thread Sunghwa Jin
Sorry, but I figured that I was referencing WiX v3 doc while I was modifying WiX v2 file. I will resend question after I try proper syntax. From: Sunghwa Jin Sent: Tuesday, June 26, 2007 3:01 PM To: 'WiX-users@lists.sourceforge.net' Subject: Referencing other property as default

[WiX-users] Referencing other property as default value of a property?

2007-06-26 Thread Sunghwa Jin
Hi all, I am trying to set a property called SQLSERVER like below. What I am trying to do is that I take registry value as its value if exist. If it doesn't exist, I should take computername as default value. And user should be able to override this value by specifying it in msiexec.exe's comma

Re: [WiX-users] ICE66: Complete functionality of the MsiAssembly table is only available with Windows Installer version 1.5. Your schema is 100.

2007-06-19 Thread Sunghwa Jin
Ignore this. I figured out: should be supplied. From: Sunghwa Jin Sent: Tuesday, June 19, 2007 3:17 PM To: 'WiX-users@lists.sourceforge.net' Subject: ICE66: Complete functionality of the MsiAssembly table is only available with Windows Installer version 1.5. Your schema is 100. Hi

[WiX-users] ICE66: Complete functionality of the MsiAssembly table is only available with Windows Installer version 1.5. Your schema is 100.

2007-06-19 Thread Sunghwa Jin
Hi all, I'm getting this error after I switch to WiX v3 when running Light.exe. Can someone give me any clue about this warning? How can I solve this issue? Light version is 3.0.2712.0: warning LGHT1076 : ICE66: Complete functionality of the MsiAssembly table is only available with Windows In

[WiX-users] How to drop database if one exists already before creating it?

2007-06-18 Thread Sunghwa Jin
Hi all, As a temporary solution for convenience of developing/testing very early product regardless of best practice, I would like to drop a specific database if it exists already before creating it. So I have something like below, but it seems like it isn't dropping the database and it just f