Re: [WiX-users] Single deployable bootstrapper EXE in 7Zip selfextracting archive

2006-12-08 Thread Rob Mensching
This is why the WiX bootstrapper doesn't cache to the TEMP directory. Of course, it doesn't handle reboots in the middle yet either... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Englert Sent: Friday, December 08, 2006 17:47 To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Single deployable bootstrapper EXE in 7Zip selfextracting archive

2006-12-08 Thread Jesse Englert
Right, I just noticed all the bootstrapper talk but it doesn't address my problem.  I am doing what you suggested by using MSBuild GenerateBootstrapper task to generate setup.exe and then using 7Zip (offers same functionality as chilkatsoft) to create a self-extracting executable that launches

Re: [WiX-users] InstallUISequence

2006-12-08 Thread Rob Mensching
Use the "-sui" switch on light.exe. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cullen Waters Sent: Friday, December 08, 2006 15:36 To: wix-users@lists.sourceforge.net Subject: [WiX-users] InstallUISequence Is there a way, in Wix V3, to prevent the InstallUISequence table from

Re: [WiX-users] Single deployable bootstrapper EXE in 7Zip selfextracting archive

2006-12-08 Thread David Thielen
Hi; There was just a bunch of emails on this as I was asking the same thing. * For the bootstrapper program, look at the GenerateBootstrapper task in MSBuild. * Once you have that, you now have 2 programs (your MSI and GenerateBootstrapper's setup.exe). Combine them using http

[WiX-users] Single deployable bootstrapper EXE in 7Zip self extracting archive

2006-12-08 Thread Jesse Englert
How does one create a single EXE to distribute to customers that installs a WiX built MSI and handles the necessary bootstrapping (i.e. installing Windows Installer, .NET, etc). I came close to the following solution but failed due to Windows Installer 3.1 requiring a reboot: I would like

[WiX-users] InstallUISequence

2006-12-08 Thread Cullen Waters
Is there a way, in Wix V3, to prevent the InstallUISequence table from being created? I've got a couple of MSIs that don't use UI at all, but the InstallUISequence table is being created, and filled with what looks like some default actions. This is causing problems because we execute some cus

Re: [WiX-users] ConfigureSql - Assertion Failed

2006-12-08 Thread Rob Mensching
Thought I already sent this.Thanks to your information here and a bug opened on SourceForge with details in it, I was able to track down two different issues in the code that I'm certain contributed to this problem. I have those changes in CVS and as soon as we get the wix build machine reb

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
Ok, We'll do it on Monday, And I'll come back to you with the result then. :) Until... have a nice Weekend. :) Regards, Tamas Rob Mensching wrote: Any profiler, the one in VS2005 would probably work. You can also do a kind of poor man's profiling by using a debugger and PerfMon to watch th

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
Any profiler, the one in VS2005 would probably work. You can also do a kind of poor man's profiling by using a debugger and PerfMon to watch the allocated memory. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 12:21 To: Rob Mensching Cc: wix-users@lists.sourceforge.net S

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
What kind of profiler do you mean? I'm surprised too, one of my collegues wants me to solve this issue. :) Rob Mensching wrote: I'm not aware of any changes. You could stick a profiler on it and see where the memory is blowing up. I'm a little surprised though because there are teams that h

Re: [WiX-users] How to call "A.exe -parameter B.txt" where A.exe &B.txt are not to be installed

2006-12-08 Thread Rob Mensching
Depends on how you schedule the CustomAction. However, if you install them, then delete them, then the Windows Installer thinks your application is corrupt and a repair will try to fix it. Really, the best solution is to use a data driven C++ DLL for all CustomActions. All scenarios work bett

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
I'm not aware of any changes. You could stick a profiler on it and see where the memory is blowing up. I'm a little surprised though because there are teams that have MSI files double this size doing just fine inside Microsoft. -Original Message- From: TibTam [mailto:[EMAIL PROTECTED]

[WiX-users] earthly

2006-12-08 Thread dislocate
Lists are appropriate UI components for many applications, but an unsorted list has limited usefulness. At Sun, we call this work "Project Tango" and like to think of Duke doing the dance. The specifications are design documents that enable Project Tango and WCF to interoperate by implementing

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
Well.. We build a package. Made some development, but nothing changed in the Wix source files. After this Wix used at least double of the memory it usually uses, and we got this error. A file change or something like this can cause wix to eat the memory? Did anybody see this kind of error? Tamas

Re: [WiX-users] How to call "A.exe -parameter B.txt" where A.exe &B.txt are not to be installed

2006-12-08 Thread Derek Tan
Thanks for your reply. If I install the .txt and .exe, would I then delete those in a custom action as my requirement is not to have them on the machine after installation? If so, would uninstall cause any problems as uninstall would expect those files to be there? Thanks, Derek >From: Rob Men

[WiX-users] How does one set a "deny" ACE?

2006-12-08 Thread Philip Beber
My installer needs to create a directory to put log files in. Any user should be able to create file and write to them in this directory, but only Admins should be able to read the files. The parent folder allows users to read files, so I need to set to specifically deny the "Users" group read a

Re: [WiX-users] My Uninstaller tells me to exit unrelated applications

2006-12-08 Thread Rob Mensching
Verbose log file should explain all. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Palmer Sent: Friday, December 08, 2006 08:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] My Uninstaller tells me to exit unrelated applications When I uninstall my product I'm be

Re: [WiX-users] Need help to fix Wix installation/maintenance registry issue

2006-12-08 Thread Rob Mensching
Uhh, why would you want to do that? I suggest reading about the Component Rules to see why you can't have the same resource in different Components. A Property *might* be able to get you close to what you want but this sounds like a very difficult design that probably should be solved a differ

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
Usually that error occurs because you ran out of memory. I'm not aware of any other cases. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 23:05 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users]

Re: [WiX-users] How to call "A.exe -parameter B.txt" where A.exe & B.txt are not to be installed

2006-12-08 Thread Rob Mensching
You can't. If you install the .txt file and you schedule the .exe late enough you can get this to work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Tan Sent: Friday, December 08, 2006 10:36 To: wix-users@lists.sourceforge.net Subject: [WiX-user

Re: [WiX-users] My Uninstaller tells me to exit unrelated applications

2006-12-08 Thread Wilson, Phil
Turn on the Windows Installer logging policy for the uninstall and take a look at the log produced in the temp folder. The in-use logging is in the InstallValidate action. http://support.microsoft.com/kb/223300 I'd add x to the list of logging options - voicewarmupx Phil Wilson (949)639-168

[WiX-users] How to call "A.exe -parameter B.txt" where A.exe & B.txt are not to be installed

2006-12-08 Thread Derek Tan
Hi, I have two files A.exe and B.txt that are helper files that are not to be installed on the machine but needs to be in the msi package to complete the installation. Also, I need to run “A.exe –parameter B.txt”. I looked into using but couldn’t figure out how to pass B.txt as a parameter

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-08 Thread Chris . Ruel
Here is a more detailed sample from the WIX XML for my install, it is not complete but should have the info to convey what I'm trying to do: The batch file that I need to execu

Re: [WiX-users] Embedding a directory with files

2006-12-08 Thread Matthew Janulewicz
If you use WixEdit (http://wixedit.sourceforge.net/) you can just drop a directory into your tree and it will create the structure, including components, for you. I've done this with 2000+ files at a time and it works great. WixEdit is only V2 schema compliant. What I usually do is write my initia

Re: [WiX-users] WIX Post-Install Dialog Questions

2006-12-08 Thread Chris . Ruel
Cullen, Sorry for the lack of clarity in my request for help. What the example is trying to illustrate is that I have a directory that contains the files that are being installed. Among these files that are being installed is a batch program that I want to execute at the end of the installation

[WiX-users] My Uninstaller tells me to exit unrelated applications

2006-12-08 Thread Scott Palmer
When I uninstall my product I'm being asked to shut down applications that are totally unrelated to my product. It seems to be Java applications that I need to close down, but really I just need to close the window they have open, the application can remain running. (E.g. I have a tool that runs

[WiX-users] Need help to fix Wix installation/maintenance registry issue

2006-12-08 Thread k shridhar
Hi I need help to fix below stated problem regarding WiX. Problem Description: --I need to install two features lets name it F1 (in install mode) and F2 (in maintenance mode). Also here F1 is parent of F2. On installation of F1 a registry key R1 is created with value “ABC”

Re: [WiX-users] Embedding a directory with files

2006-12-08 Thread Ben Rampling
Kews, By using elements, you automatically get uninstall support in the MSI. You could use Tallow (included in WiX). Tallow will scan a directory tree and produce a fragment with the required and elements. There is a description of it in section 5.2 of the WiX Tutorial: http://www.tra

[WiX-users] March February Meta Login

2006-12-08 Thread BitTorrent
Iranian pulitzer won picture. Pcs flexible, way mixed forecast, model. Dvdrip, sin wednesday readstopic, sheriff. Areasraquo faqsraquo hclraquo hubsraquo os. Pages include very, common appear many places, usually. Dogs mention poodles equally. Monkeyhome sv upload stuff rssvideo, sitemap aa? Char

[WiX-users] Embedding a directory with files

2006-12-08 Thread Subscriber
Hi, I would like to embed an entire directory including subfolders and files into my MSI package, but how do I do that? The only option I can see, is to add each file one at as a time with a element. But that is not good as I have apprx. 1300 files that never changes and writing a File element