Re: [WiX-users] Customizable folder name written in registry - lost (reverted to default) on Repair

2007-10-08 Thread Adrian Gantoi
Hi all, Just found the solution for this. No more need for registry search or custom actions, and also no need to place a file there :) Many thanks to Kalle Olavi Niemitalo (see http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.platformsdk.msi&mid=630aeb54-f6f7-4ae6-b8b1-4dad

Re: [WiX-users] setupbld

2007-10-08 Thread Bob Arnson
Frédéric Viollet wrote: > Do you know another bootstrapper that would allow me to do this? No but I'm sure there are some that exist. -- sig://boB http://joyofsetup.com/ - This SF.net email is sponsored by: Splunk Inc. St

Re: [WiX-users] Customizable folder name written in registry - lost (reverted to default) on Repair

2007-10-08 Thread Bob Arnson
Adrian Gantoi wrote: Any MSI documentation links for me to understand why the directory property is OK if I have a component with a file as KeyPath installed in that directory and not OK otherwise ? I don't know of any. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Maintenance - Change weirdness

2007-10-08 Thread Bob Arnson
DexterSinister wrote: > Just out of curiosity, where / how does that Preselected property get stored > ? > It could be in the merge module's Property table or in custom actions. -- sig://boB http://joyofsetup.com/ - Th

[WiX-users] XmlConfig and XmlFile...

2007-10-08 Thread Ravikumar Gopinath
What is the difference between XmlConfig and XmlFile elements? Is XmlConfig used to add/modify/delete both elements and attributes from xml files and XmlFile used to add/modify/delete attributes only from xml files? I need to install a xml file and then delete some of its elements based on som

Re: [WiX-users] Running an executable in the binary table

2007-10-08 Thread Christopher Painter
A type 3074 is just a Type 2 EXE CA stored in the binary table with the msidbCustomActionTypeInScript + msidbCustomActionTypeNoImpersonate attributes set. This means it's a deferred CA that runs as System Context and must be sequenced between InstallInitialize and InstallFinalize. You cou

Re: [WiX-users] how to exit the install if env varible is not found

2007-10-08 Thread Parakala, Padmavathi
Thank you. From: Christopher Painter [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 10:13 PM To: Peter Marcu; Parakala, Padmavathi; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] how to exit the install if env varible is not found I thi

Re: [WiX-users] how to exit the install if env varible is not found

2007-10-08 Thread Parakala, Padmavathi
Thanks From: Peter Marcu [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 5:10 PM To: Parakala, Padmavathi; wix-users@lists.sourceforge.net Subject: RE: how to exit the install if env varible is not found It is an environment variable. It need to b

[WiX-users] Running an executable in the binary table

2007-10-08 Thread Paul McCloskey
Hello, I'm trying to convert an existing Installshield project to Wix 3.0. I'm having trouble getting my head around recreating a custom action. The IS project runs an executable in the binary table as a type 3074 custom action, is there an equivalent in WIX? Thanks. --

[WiX-users] lists for sale

2007-10-08 Thread Mcclure cahill
Certified Medical Doctors in the US 788,484 in total – 17,400 emails Coverage in many different areas of medicine such as Endocrinology, Pathology, Urology, Neurology, Plastic Surgery, Psychiatry, Cardiology and much more Sort by over a dozen different fields Special Price: $297 *** R

Re: [WiX-users] Removing files from components

2007-10-08 Thread Christopher Painter
I use the `puncture` pattern for deprecating components also. For the CAB storage issue, I have a custom task in my build automation that reads an XML file and creates 0 byte files to match the file table entries of the components being removed. This allows me to build my install without wasti

Re: [WiX-users] WScript in CustomAction

2007-10-08 Thread Richard
In article <[EMAIL PROTECTED]>, "Rad Ricka" <[EMAIL PROTECTED]> writes: > I seem to be getting undefined variable errors for WScript in the script, > which normally runs fine (from the command line). WScript is a global object provided by Windows Scripting Host when it hosts vbscript. Win

[WiX-users] WScript in CustomAction

2007-10-08 Thread Rad Ricka
Hello chaps, is there any restriction on using WScript. in the functions you call from VBScript call from CustomAction? I seem to be getting undefined variable errors for WScript in the script, which normally runs fine (from the command line). Cheers, Rad -

[WiX-users] Removing files from components

2007-10-08 Thread Ben Greenberg
Hello, I have a minor upgrade to my installer package where I would like to remove some files. I plan on distributing the new MSI and well as a patch for existing installations. The files in question live alone in their own components. For the patch to work, I understand that I cannot remov

Re: [WiX-users] setupbld

2007-10-08 Thread Frédéric Viollet
Bob Arnson a écrit : > Frédéric Viollet wrote: >> Ok. I've just had a look at setupbld source code. And it seems that >> REINSTALLMODE is set to vomus for a minor upgrade. >> I guess I need it to be set to vamus to force all files to be >> rewritten. Is there another bootstrapper that would allow

Re: [WiX-users] Samples for 3.0

2007-10-08 Thread Ben Greenberg
The WiX Wiki (http://www.wixwiki.com), is far from complete, but does have some good examples for Custom Actions, UI, and some of the WiX extensions. bg On Mon, 08 Oct 2007 07:36:50 -0700, Craig Miller <[EMAIL PROTECTED]> wrote: > x2 > > I have the same need, but haven't said anything since it

Re: [WiX-users] Samples for 3.0

2007-10-08 Thread Craig Miller
x2 I have the same need, but haven't said anything since it is still Beta. Any help (tutorial, updated examples, or sample projects) would be very helpful. Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JahMic Sent: Monday, October 08, 2007 5:00

[WiX-users] Samples for 3.0

2007-10-08 Thread JahMic
The main tutorial for wix is quite helpful. However, the associated samples fair badly for version 3. Compounding this, is that, at least with votive, it recommends using 3.0. The learning curve, thus far, has not been friendly. Are there any beginner samples that work for version 3? Thanks

Re: [WiX-users] HKCU for multiple users - KeyPath usage?

2007-10-08 Thread Feiock, Dennis
Thanks for the feedback. What I had envisioned was to have a component for all the necessary per-machine settings/files/etc. Then a separate component that has the current-user settings. Then to use an install-on-demand (IOD) process that gets run when each user logs in that would install the cu

Re: [WiX-users] Customizable folder name written in registry - lost (reverted to default) on Repair

2007-10-08 Thread Adrian Gantoi
Hi Bob, Yes, I saw I needed to do such things, as I wrote in the initial message. I have two workarounds (at least I interpret them as workarounds): registry search and/or standard custom actions (type 51 and 35), both of them working. But I would like to understand first why the directory proper

[WiX-users] Terminal Server version of the Driver

2007-10-08 Thread V K Gangwar
Hello All, I developed a MSI installation package which is working on WinXP fine. This package I tried to install on Windows Server 2003 but I am getting following error - "This Driver will not work correctly when Terminal Services are enabled. Please install the Terminal Server version of the d