Re: [WiX-users] Installation on Windows Vista

2007-01-23 Thread Pallavi Patrutkar
Yes. You are right. I wanted to say, installer report an error and then roll back the installation. I interpreted this from verbose log created by MsiExec utility. It gives an error while writing few registry values to HKEY_LOCAL_MACHINE. I have this manifest file ready. How my installer will

[WiX-users] Running a file after installation

2007-01-23 Thread Matador2k7
Hello. I'm making an MSI installer for Ultra VNC in my company. Now I got a little problem: I copy some files into this folder: C:\ARCHIVOS DE PROGRAMA\ULTRAVNC\DRIVER In this folder exists a file called install_silent.bat Now, I'd liked to run this file AFTER installation, in order to get the

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Patrick Steele
Try somethinbg like this: CustomAction Id='LaunchMyBat' Directory='INSTALLDIR' ExeCommand='[INSTALLDIR]My.bat' Return='asyncNoWait' / InstallExecuteSequence Custom Action='LaunchMyBat' After='InstallFinalize'NOT Installed/Custom /InstallExecuteSequence This way you are also not hard coding the

Re: [WiX-users] WiX-users Digest, Vol 8, Issue 121

2007-01-23 Thread XiaoYuan Duan
I would like to thanks to Phil who responded to my message title Bootstrapper and MSI. Could you please, BTW, let me know how to respond to a particular message? Thanks. Duan - Take Surveys. Earn Cash. Influence the

[WiX-users] そろそろ・・・って感 じです。

2007-01-23 Thread 【Finedays】
そろそろ・・・って感じです。彼から自立します!告白 http://www.star-lightz.com/q01/finedays 彼が気を遣ってくれてるのはわかるんですが、「は?」って感じ。 言うこと言ってから気遣ってくれよって思うんですよね。 可愛くないなぁ…と自分でも思うけど、可愛い私よりも もっと大事な私があります。 私が好きな私でいるために、今の彼を求める事はできない私です。 ちょっと精神的にもしんどい時期なんで、 彼にもう振り回されたくないんですよね。

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Matador2k7
Hi Patrick! First of all, thank you very much for your post, but it didn´t work so, now, I will detail my case a little bit more: The installer creates in the ProgramFilesFolder a folder called UltraVNC. And, in the folder UltraVNC a new folder is created called driver. So the structure should

Re: [WiX-users] Bitmap scaling

2007-01-23 Thread Scott Palmer
On 1/22/07, Bob Arnson [EMAIL PROTECTED] wrote: Steve Bennett wrote: Ok, I should have clarified that I have read that bit of the tutorial many times and it doesn't help a lot. In particular: - the two systems that are displaying it differently have the same font size, different

[WiX-users] warning message LGHT1076 : ICE60

2007-01-23 Thread Frank Büttner
In my merge module I add an dll file. When I run light I get this waring: warning LGHT1076 : ICE60: The file qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column. what

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Matador2k7
Hi! Thanks for your help, but now I got this message when I try to light my wixobj file. error LGHT0112 : Unresolved reference to symbol 'Directory:INSTALLDIR' Arnette, Bill wrote: Two suggestions: 1) Pass the path to the batch file on the batch file invocation command line and then CD

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Arnette, Bill
Ah... I was basing my suggestion off of Patrick's code. For your code try: For (1): CustomAction Id='LaunchMyBat' Directory='DRIVER' ExeCommand='[DRIVER]install_silent.bat [DRIVER]' Return=asyncNoWait / For (2): CustomAction Id='LaunchMyBat' Directory='DRIVER'

[WiX-users] Bootstrap Question

2007-01-23 Thread Levi Wilson
I have a boostrap exe that contains my MSI (based upon example on sourceforge site). In a custom action of mine, I want to perform an action, force a reboot, and launch my MSI to continue with the installation. What is the easiest way to handle this? Do I launch my exe upon reboot in the

Re: [WiX-users] warning message LGHT1076 : ICE60

2007-01-23 Thread Bob Arnson
Frank Büttner wrote: In my merge module I add an dll file. When I run light I get this waring: warning LGHT1076 : ICE60: The file qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font, and its version is not a companion file reference. It should have a language specified in

[WiX-users] SQL Script limit?

2007-01-23 Thread Ian Couper
I have a large SQL script (30 to 50MBs) that I am trying to run from the MSI using SQLScript. I have been able to run smaller scripts easily, but this large one is not running at all and the MSI hangs. Is this a known issue with Wix 2.0? Is there a way to overcome this issue? Thanks.

Re: [WiX-users] Bootstrap Question

2007-01-23 Thread Rob Mensching
Off topic, but why do you have to ForceReboot? There are so many bad things that can happen with a reboot in the middle of your install (one of the nastiest is that the same user might not log back in). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson Sent: Tuesday,

Re: [WiX-users] Does Votive use debug versions of wix?

2007-01-23 Thread Don Tasanasanta
I am getting this statement in my log file as a result of a custom action call to my custom action function called RegisterDrivers for registering system drivers. RegisterDrivers: Debug Assert Message: Assertion failed in c:\documents and settings\robmen\local

Re: [WiX-users] Does Votive use debug versions of wix?

2007-01-23 Thread Bob Arnson
Which version of Votive/WiX are you using? There was a release that contained debug CA DLLs but that was fixed ages ago. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta Sent: Tuesday, 23 January, 2007 10:28 To: Bob Arnson Cc: wix-users@lists.sourceforge.net

Re: [WiX-users] Does Votive use debug versions of wix?

2007-01-23 Thread Don Tasanasanta
I'm currently using 2.0.4611.0 I'm planning to upgrade but not until the next release cycle. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 10:39 AM To: Don Tasanasanta; Bob Arnson Cc: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] WiX-users Digest, Vol 8, Issue 121

2007-01-23 Thread Francis Kam
If you're doing it over email and you get everything in digest format, you probably can't directly. If I remember correctly SourceForge has a way to reply directly on there, but I would venture to guess that most of the people who do a lot of back and forth emails to a particular message don't

Re: [WiX-users] Conditional installation of a shortcut based on afolders existance

2007-01-23 Thread Colin Burn
Unfortunately these files are not generated by my department but by our Service department. The PDF files may change throughout the lifetime of the product. This feature was given to our Service department in another product (before my time, I have to say), and its how they have requested it

[WiX-users] Custom UI Problems...

2007-01-23 Thread Ian Couper
I have created a custom UI dialog to allow the user to enter database/user/password so users can run build in SQL scripts to a database they specify, and I believe I've created the dialog properly (used WixEdit for a lot of it) and created the new wixlib for my UI with no issues, but when I go to

Re: [WiX-users] Does Votive use debug versions of wix?

2007-01-23 Thread Bob Arnson
Don Tasanasanta wrote: I'm currently using 2.0.4611.0 I'd look for an old file lurking somewhere -- 2.0.4611.0 doesn't include that text. Votive doesn't include wcautil* so if you picked up an older binaries .zip release, that would explain it. -- sig://boB http://bobs.org

Re: [WiX-users] Custom UI Problems...

2007-01-23 Thread Bob Arnson
Ian Couper wrote: I have created a custom UI dialog to allow the user to enter database/user/password so users can run build in SQL scripts to a database they specify, and I believe I've created the dialog properly (used WixEdit for a lot of it) and created the new wixlib for my UI with no

Re: [WiX-users] Custom action sequence numbers and patch files

2007-01-23 Thread Bob Arnson
Please keep /wix-users/ on the thread so everyone can participate. Farhan Ahmed wrote: I am assuming that setting PatchFiles as the After value would not hurt cases where we don't have a patch applied? It shouldn't, as it's just used for sequencing. -- sig://boB http://bobs.org

[WiX-users] UAC elevation prompt for signed MSI file under Vista

2007-01-23 Thread Jeff Bean
This is question isn't really about Wix, but rather about the behavior of Windows Installer 4 under Vista, but perhaps somebody here knows the answer... When I install a signed MSI file on Vista, I get a UAC elevation prompt just before it starts the scripted section. The prompt shows the proper

Re: [WiX-users] SQL Server List in ComboBox

2007-01-23 Thread Matthew Rowan
Thanks Albert, I'm still having some trouble I'm hoping you could please help me with. I've built the dll and added these lines to my WiX source as in the example in the C++ code you provided. Property Id=D4WSQLSERVER(local)/Property Property Id=D4WLOCALDATABASEONLY0/Property CustomAction