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
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
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/
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
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
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
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
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
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.
--
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
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
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
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
-
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
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
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
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
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
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
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
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
21 matches
Mail list logo