Re: [WiX-users] per-user vs per-machine

2007-02-12 Thread Rob Mensching
AFAIK, you can't.  I've heard of CustomActions existing to flip the ALLUSERS 
property if they determine the previous install didn't match the current 
install.  Sounds busted but I haven't personally investigated such issues.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta
Sent: Monday, February 12, 2007 3:21 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] per-user vs per-machine

A little more detail...

In the previous version of my install ALLUSERS was set to 2 to allow the 
computer to install as per-machine if the user was an admin and per-user if the 
user was not.

Now the product has changed to install strictly as per-user. When 
FindRelatedProducts is run it detects the previous version but also sees that 
the previous version was installed as per-machine so it does not set my upgrade 
property.

So in the end the major upgrade does not occur and I have both copies (previous 
version and new version) installed.

Any suggestions on how to get a per-user install to do a major upgrade over a 
per-machine install?


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta
Sent: Monday, February 12, 2007 2:54 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] per-user vs per-machine

Can a per-user install be told to upgrade over a per-machine install if the 
user is the same administrator for both?

Is there any way to tell a per-user install to do a major upgrade over a 
per-machine install? Ie: uninstall the per-machine install and change it to a 
per-user.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to use the registry to detect if a productisinstalled

2007-02-12 Thread Harvey Werner
I have never used AppSearch before and the WiX docs are very vague on
it.

Can you give me an example of how it's used?

Harvey Werner 

> -Original Message-
> From: Wilson, Phil [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 12, 2007 2:43 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] How to use the registry to detect if 
> a productisinstalled
> 
> There isn't a data item called ProductVersion under those 
> those registry
> keys. 
> 
> Why not use a component guid in an AppSearch instead? 
> 
> Phil Wilson 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Harvey
> Werner
> Sent: Monday, February 12, 2007 2:09 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] How to use the registry to detect if a product
> isinstalled
> 
> I would like to use the Windows registry (and not the file system) to
> detect if a package is already installed.
> 
> I was thinking of using something like this, but can't seem 
> to get it to
> work. I most likely have the logic wrong in CDATA.
> 
> 
>Id="REG_FOUND"
> Root="HKLM"
>  
> Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{
> --
> --}"
> Name="ProductVersion"
> Type="raw"
> Win64="no" />
> 
> 
>  Message="Package X is installed. Please uninstall it before
> trying again.">
> 
> 
> 
> Any advice is appreciated.
> 
> --
> Harvey Werner
> 
> --
> --
> -
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> 
> 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] per-user vs per-machine

2007-02-12 Thread Don Tasanasanta
A little more detail...

 

In the previous version of my install ALLUSERS was set to 2 to allow the
computer to install as per-machine if the user was an admin and per-user
if the user was not. 

 

Now the product has changed to install strictly as per-user. When
FindRelatedProducts is run it detects the previous version but also sees
that the previous version was installed as per-machine so it does not
set my upgrade property. 

 

So in the end the major upgrade does not occur and I have both copies
(previous version and new version) installed. 

 

Any suggestions on how to get a per-user install to do a major upgrade
over a per-machine install? 

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Don
Tasanasanta
Sent: Monday, February 12, 2007 2:54 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] per-user vs per-machine

 

Can a per-user install be told to upgrade over a per-machine install if
the user is the same administrator for both? 

 

Is there any way to tell a per-user install to do a major upgrade over a
per-machine install? Ie: uninstall the per-machine install and change it
to a per-user. 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Question about logging from a WIX install

2007-02-12 Thread Rob Mensching
My only guess would be to do something like:



That may or may not work for command-line properties.

From: Andy Ness
Sent: Monday, February 12, 2007 10:25 AM
To: wix-users@lists.sourceforge.net; Rob Mensching; Justin Rockwood
Subject: Question about logging from a WIX install

I have an MSI file created via WIX.  In there, I install some services.  For 
these services, I need a domain account name and password.  This information is 
passed in to my MSI via the command line of MSIEXEC (egg. "msiexec /qn /I 
MyInstall.msi /L*vx c:\install.log MYDOMAINNAME=domain\account 
MYDOMAINPASSWORD=MyPassword").

In the log file, I want to hide instances of the password.  I have found I can 
do that by making sure the property is hidden, and by using the 
"HideTarget='Yes'" tag on my CustomAction (when I look in the install.log file 
at the point where the custom action is being run, the password is correctly 
hidden).  The problem is, very much near the top of my install.log file is the 
full command line.  It says "Command Line: MYDOMAINNAME=domain\account 
MYDOMAINPASSWORD=MyPassword".  Well, this somewhat defeats the purpose of 
trying to hide this information.

Does anyone have any suggestions on how the command line can be truly hidden in 
the log files?

Thanks,
Andy
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive - Adding File as a Link

2007-02-12 Thread Cullen Waters
When I did this, I still got the ugly folders.

From: Justin Rockwood [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 12:51 PM
To: Cullen Waters; Justin Rockwood; 'Mark Capaldi'; 
WiX-users@lists.sourceforge.net
Subject: RE: [WiX-users] Votive - Adding File as a Link

Another thing you can try, which is the way it's supposed to "officially" work, 
is this:



FileName.cs



I can't remember if this works in Votive or not. I think it does, though. Try 
it out and let me know.

Justin

From: Cullen Waters [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 12:47 PM
To: Justin Rockwood; 'Mark Capaldi'; WiX-users@lists.sourceforge.net
Subject: RE: [WiX-users] Votive - Adding File as a Link

If you edit the project file directly, you can do this.

In the




Section, just add another entry like this:



Now, there is a catch.  When you reload the project in VS, it's going to be 
ugly.

VS will add a  tag for each folder in the relative path from your 
project directory to the file.  And it adds one folder entry for each level of 
folder.  For instance, I have a file that is two directories up from my project 
file.  So, when I open the project in VS, I have an empty folder for .., an 
empty folder for ..\.., and a folder that is for ..\..\, but has the item in it.

Not pretty, but it works.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Rockwood
Sent: Thursday, February 08, 2007 12:28 PM
To: 'Mark Capaldi'; WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] Votive - Adding File as a Link

It's one of the things on my list to do, but linked files do not currently work 
yet. Sorry about that.

Justin

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Capaldi
Sent: Thursday, February 08, 2007 6:10 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Votive - Adding File as a Link

Hi,

I'm playing around with Votive v3.0.2211.0 in Visual Studio 2005 Team Edition 
for Software Developers. I would like to add an existing item into my WiX 
project as a link, but the dialog box doesn't have the drop down box on the Add 
button like other projects. I can only Add files, which means that the file is 
physically copied into the project folder on the file system

Is there any way to add files to a Votive projects as a link?

Regards,

Mark Capaldi
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] per-user vs per-machine

2007-02-12 Thread Don Tasanasanta
Can a per-user install be told to upgrade over a per-machine install if
the user is the same administrator for both? 

 

Is there any way to tell a per-user install to do a major upgrade over a
per-machine install? Ie: uninstall the per-machine install and change it
to a per-user. 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] adding non-default extension

2007-02-12 Thread Simon Dahlbacka

I'm trying to add an  to an existing file type (.sln if that
matters)

I've tried with the following snippet...




   




The problem with this is that this becomes the *default* action, which
obviously is not what I want for the .sln type, how do I do so that it does
*not* become the default action?

regards,

Simon

ps. ALLUSERS=1 or not does not seem to have any effect on this behavior..
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to use the registry to detect if a product isinstalled

2007-02-12 Thread Wilson, Phil
There isn't a data item called ProductVersion under those those registry
keys. 

Why not use a component guid in an AppSearch instead? 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harvey
Werner
Sent: Monday, February 12, 2007 2:09 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to use the registry to detect if a product
isinstalled

I would like to use the Windows registry (and not the file system) to
detect if a package is already installed.

I was thinking of using something like this, but can't seem to get it to
work. I most likely have the logic wrong in CDATA.


  






Any advice is appreciated.

--
Harvey Werner


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to use the registry to detect if a product is installed

2007-02-12 Thread Harvey Werner
I would like to use the Windows registry (and not the file system) to
detect if a package is already installed.

I was thinking of using something like this, but can't seem to get it to
work. I most likely have the logic wrong in CDATA.


  






Any advice is appreciated.

--
Harvey Werner

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] what determines the Icon that shows up in Add Remove Programs?

2007-02-12 Thread Dan Hoeger
That did it.

From: Levi Wilson [mailto:[EMAIL PROTECTED]
Sent: Monday, February 12, 2007 3:19 PM
To: Dan Hoeger
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] what determines the Icon that shows up in Add Remove 
Programs?

Set the ARPPRODUCTICON property to the name of your icon.  So you'd have



and later you'll have to include that icon:


On 2/12/07, Dan Hoeger <[EMAIL PROTECTED]  > wrote:

I'm trying to figure out how to get my install to use a particular Icon.  Most 
applications use a custom Icon but my installs all contain just the plain 
Windows Install default Icon.



How do I get it to use a specified Icon?



I don't see anything in the doc and couldn't find anything on msdn for this.



Thanks,



Dan

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat and COM Registry Permissions

2007-02-12 Thread Wilson, Phil
Well it's the usual and required behavior for a per-user install to add
the entries to the current user's hive.  It's not particularly secure if
a per-user install adds system-wide COM registration so that anyone on
the system can use it. It's regsvr32 that's rather limited here because
it doesn't know if you intend a per-user or per-machine install
(although people have built regsvr programs that do). 

Phil Wilson 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Levi
Wilson
Sent: Monday, February 12, 2007 1:28 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heat and COM Registry Permissions



Hmm, all seems to be well if I set ALLUSERS=1 .  Apparently the
default of an MSI is a per-user installation.  So this isn't an issue
with heat or registry permissions at all, but user error.  Is this
typical in most installations where you have to explicitly set
ALLUSERS=1? 


On 2/12/07, Levi Wilson <[EMAIL PROTECTED]> wrote: 

I have been using heat.exe to generate my version 3 information
for files.  For my COM objects, I noticed a strange behavior.  Heat.exe
seems to properly setup the registry keys that I need, but the
permissions on the CLSID\[my guid] keys differ than those that would be
set if I used regsvr32 on the same DLL.  Has anyone else experienced
this?  Here are the permissions that get setup for one of my
CLSID\[GUID] key that is associated with my COM object: 

Name PermissionInherited From
 ---  -
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full Control   CLASSES_ROOT\CLSID 
Administrators  Full Control   CLASSES_ROOT\CLSID
RESTRICTED   ReadCLASSES_ROOT\CLSID

When it is registered by regsvr32 I get the following:

Name PermissionInherited From
 ---  
Users   ReadParent Object
Power UsersSpecial Parent Object
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full ControlCLASSES_ROOT\CLSID
SYSTEM Full ControlParent Object
Administrators  Full Control   CLASSES_ROOT\CLSID
Administrators  Full Control   Parent Object
CREATOR OWNER  Full Control  Parent Object

What happens in my program, is when our service calls
CoCreateInstance on the COM object, it fails that that class is not
registered.  The service is running as local system.  However, when
instantiating a COM object from a process run as local\admin it works
fine.  Am I not setting something up properly? 




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat and COM Registry Permissions

2007-02-12 Thread Levi Wilson

Hmm, all seems to be well if I set ALLUSERS=1 .  Apparently the
default of an MSI is a per-user installation.  So this isn't an issue with
heat or registry permissions at all, but user error.  Is this typical in
most installations where you have to explicitly set ALLUSERS=1?

On 2/12/07, Levi Wilson <[EMAIL PROTECTED]> wrote:


I have been using heat.exe to generate my version 3 information for
files.  For my COM objects, I noticed a strange behavior.  Heat.exe seems
to properly setup the registry keys that I need, but the permissions on the
CLSID\[my guid] keys differ than those that would be set if I used regsvr32
on the same DLL.  Has anyone else experienced this?  Here are the
permissions that get setup for one of my CLSID\[GUID] key that is associated
with my COM object:

Name PermissionInherited From
 ---  -
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full Control   CLASSES_ROOT\CLSID
Administrators  Full Control   CLASSES_ROOT\CLSID
RESTRICTED   ReadCLASSES_ROOT\CLSID

When it is registered by regsvr32 I get the following:

Name PermissionInherited From
 ---  
Users   ReadParent Object
Power UsersSpecial Parent Object
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full ControlCLASSES_ROOT\CLSID
SYSTEM Full ControlParent Object
Administrators  Full Control   CLASSES_ROOT\CLSID
Administrators  Full Control   Parent Object
CREATOR OWNER  Full Control  Parent Object

What happens in my program, is when our service calls CoCreateInstance on
the COM object, it fails that that class is not registered.  The service is
running as local system.  However, when instantiating a COM object from a
process run as local\admin it works fine.  Am I not setting something up
properly?


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomAction

2007-02-12 Thread Magus

  I think this works
might have a syntax error though

Dhaval Patel-4 wrote:
> 
> Yet another minor query for all you WIX pros out there. I just realized
> that
> running the batch command after uninstall in my case fails because by the
> time I reach the "batch-file" functionality, the actual batch file has
> already been uninstalled by WIX. Is there a way (I am sure there is) that
> I
> can execute the Custom Action to run the batch file right before the
> execution of the uninstallation procedure begins? To be specific, a user
> selects "Remove" and the first thing that happens is the batch file gets
> executed before anything else.
> 
> Thanks, guys!
> 
> 
> On 2/5/07, Dhaval Patel <[EMAIL PROTECTED]> wrote:
>>
>> Thanks so much for the replies, guys! Great help!! By the way, Levi was
>> correct to assume that I want to run the batch file only on uninstall :).
>>
>> Thanks again, both of you!
>>
>>
>> On 2/5/07, Levi Wilson <[EMAIL PROTECTED]> wrote:
>> >
>> > The condition:
>> >
>> > Installed AND NOT REINSTALL
>> >
>> > Would only execute on an Uninstall.
>> >
>> > On 2/5/07, fiordean dacian < [EMAIL PROTECTED]> wrote:
>> > >
>> > > Hi,
>> > >
>> > > I think Dhaval only wants its "UndoActionA" executed on removal, and
>> > > not during the installation (otherwise it will immediately undo the
>> effects
>> > > of "ActionA", right?)
>> > >
>> > > Recap: "ActionA" on install (and removal eventually)
>> > >"UndoActionA" on uninstall only
>> > >
>> > > There is indeed a restriction on REMOVE property, your custom action
>> > > needs to be scheduled after "InstallValidate":
>> > > http://msdn2.microsoft.com/en-us/library/aa368013.aspx
>> > >
>> > > Dacian
>> > >
>> > >
>> > > - Original Message 
>> > > From: Levi Wilson <[EMAIL PROTECTED]>
>> > > To: fiordean dacian < [EMAIL PROTECTED]>
>> > > Cc: WiX-users@lists.sourceforge.net
>> > > Sent: Monday, February 5, 2007 3:40:39 PM
>> > > Subject: Re: [WiX-users] CustomAction
>> > >
>> > > If you did it that way I think that ActionA would run both on Install
>> > > AND Uninstall.  To get ActionA to run Only in install, you would
>> condition
>> > > it like this:
>> > >
>> > > NOT Installed
>> > > 
>> > > Installed AND NOT
>> > > REINSTALL 
>> > >
>> > > Please correct me if I'm wrong.  I think that I read somewhere in one
>> > > of the WiX (or MSI?) newsgroups that you shouldn't use the REMOVE
>> property
>> > > to condition something for uninstallation.  Hope this helps.
>> > >
>> > > On 2/5/07, fiordean dacian < [EMAIL PROTECTED]> wrote:
>> > > >
>> > > >
>> > > > Hi Dhaval,
>> > > >
>> > > > I'm new here and I have not much experience with WiX, but if my
>> > > > understanding is correct, here it goes:
>> > > >
>> > > > ...
>> > > > 
>> > > > 
>> > > >
>> > > > 
>> > > >
>> > > > 
>> > > > > > > > After="ActionA">REMOVE="ALL"
>> > > >
>> > > > 
>> > > >
>> > > > 
>> > > >
>> > > > This will makes sure your 'UndoActionA' custom action is executed
>> > > > only during removal.
>> > > >
>> > > > Hope this helps,
>> > > > Dacian
>> > > >
>> > > >
>> > > >
>> > > > - Original Message 
>> > > > From: Dhaval Patel <[EMAIL PROTECTED]>
>> > > > To: " wix-users@lists.sourceforge.net" <
>> > > > wix-users@lists.sourceforge.net>
>> > > > Sent: Friday, February 2, 2007 7:30:06 PM
>> > > > Subject: [WiX-users] CustomAction
>> > > >
>> > > > I have been trying to find a post that would sum up how to run a
>> > > > CustomAction (to run a batch file) at the end of an installation,
>> and in the
>> > > > same MSI, another CustomAction that would run the corresponding
>> "undo"
>> > > > action from another batch file. So the flow would be like:
>> > > >
>> > > > Step 1) Install files
>> > > > Step 2) Run batch file for action A
>> > > > Step 3) Run batch file to undo action A
>> > > > Step 4) Uninstall files
>> > > >
>> > > > I have tried hard to find examples and it seems that running a
>> batch
>> > > > file after install is straightforward, but what about the
>> uninstallation
>> > > > phase? Specifically, what's the Event that I should tie the batch
>> file to so
>> > > > that it runs only during uninstallation?
>> > > >
>> > > > Thanks in advance, folks.
>> > > >
>> > > >
>> -
>> > > > Using Tomcat but need to do more? Need to support web services,
>> > > > security?
>> > > > Get stuff done quickly with pre-integrated technology to make your
>> > > > job easier.
>> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> > > > Geronimo
>> > > >
>> > > >
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> > > > ___
>> > > > WiX-users mailing list
>> > > > WiX-users@lists.sourceforge.net
>> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
>> > > >
>> > > >
>> > > > --
>> > > > Finding fabulous fares is fun.
>> > > > Let Yahoo! FareC

Re: [WiX-users] what determines the Icon that shows up in Add Remove Programs?

2007-02-12 Thread Levi Wilson

Set the ARPPRODUCTICON property to the name of your icon.  So you'd have



and later you'll have to include that icon:



On 2/12/07, Dan Hoeger <[EMAIL PROTECTED]> wrote:


 I'm trying to figure out how to get my install to use a particular Icon.
Most applications use a custom Icon but my installs all contain just the
plain Windows Install default Icon.



How do I get it to use a specified Icon?



I don't see anything in the doc and couldn't find anything on msdn for
this.



Thanks,



Dan

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] what determines the Icon that shows up in Add Remove Programs?

2007-02-12 Thread Dan Hoeger
I'm trying to figure out how to get my install to use a particular Icon.  Most 
applications use a custom Icon but my installs all contain just the plain 
Windows Install default Icon.

How do I get it to use a specified Icon?

I don't see anything in the doc and couldn't find anything on msdn for this.

Thanks,

Dan
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomAction

2007-02-12 Thread Dhaval Patel

Yet another minor query for all you WIX pros out there. I just realized that
running the batch command after uninstall in my case fails because by the
time I reach the "batch-file" functionality, the actual batch file has
already been uninstalled by WIX. Is there a way (I am sure there is) that I
can execute the Custom Action to run the batch file right before the
execution of the uninstallation procedure begins? To be specific, a user
selects "Remove" and the first thing that happens is the batch file gets
executed before anything else.

Thanks, guys!


On 2/5/07, Dhaval Patel <[EMAIL PROTECTED]> wrote:


Thanks so much for the replies, guys! Great help!! By the way, Levi was
correct to assume that I want to run the batch file only on uninstall :).

Thanks again, both of you!


On 2/5/07, Levi Wilson <[EMAIL PROTECTED]> wrote:
>
> The condition:
>
> Installed AND NOT REINSTALL
>
> Would only execute on an Uninstall.
>
> On 2/5/07, fiordean dacian < [EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I think Dhaval only wants its "UndoActionA" executed on removal, and
> > not during the installation (otherwise it will immediately undo the effects
> > of "ActionA", right?)
> >
> > Recap: "ActionA" on install (and removal eventually)
> >"UndoActionA" on uninstall only
> >
> > There is indeed a restriction on REMOVE property, your custom action
> > needs to be scheduled after "InstallValidate":
> > http://msdn2.microsoft.com/en-us/library/aa368013.aspx
> >
> > Dacian
> >
> >
> > - Original Message 
> > From: Levi Wilson <[EMAIL PROTECTED]>
> > To: fiordean dacian < [EMAIL PROTECTED]>
> > Cc: WiX-users@lists.sourceforge.net
> > Sent: Monday, February 5, 2007 3:40:39 PM
> > Subject: Re: [WiX-users] CustomAction
> >
> > If you did it that way I think that ActionA would run both on Install
> > AND Uninstall.  To get ActionA to run Only in install, you would condition
> > it like this:
> >
> > NOT Installed
> > 
> > Installed AND NOT
> > REINSTALL 
> >
> > Please correct me if I'm wrong.  I think that I read somewhere in one
> > of the WiX (or MSI?) newsgroups that you shouldn't use the REMOVE property
> > to condition something for uninstallation.  Hope this helps.
> >
> > On 2/5/07, fiordean dacian < [EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Hi Dhaval,
> > >
> > > I'm new here and I have not much experience with WiX, but if my
> > > understanding is correct, here it goes:
> > >
> > > ...
> > > 
> > > 
> > >
> > > 
> > >
> > > 
> > >  > > After="ActionA">REMOVE="ALL"
> > >
> > > 
> > >
> > > 
> > >
> > > This will makes sure your 'UndoActionA' custom action is executed
> > > only during removal.
> > >
> > > Hope this helps,
> > > Dacian
> > >
> > >
> > >
> > > - Original Message 
> > > From: Dhaval Patel <[EMAIL PROTECTED]>
> > > To: " wix-users@lists.sourceforge.net" <
> > > wix-users@lists.sourceforge.net>
> > > Sent: Friday, February 2, 2007 7:30:06 PM
> > > Subject: [WiX-users] CustomAction
> > >
> > > I have been trying to find a post that would sum up how to run a
> > > CustomAction (to run a batch file) at the end of an installation, and in 
the
> > > same MSI, another CustomAction that would run the corresponding "undo"
> > > action from another batch file. So the flow would be like:
> > >
> > > Step 1) Install files
> > > Step 2) Run batch file for action A
> > > Step 3) Run batch file to undo action A
> > > Step 4) Uninstall files
> > >
> > > I have tried hard to find examples and it seems that running a batch
> > > file after install is straightforward, but what about the uninstallation
> > > phase? Specifically, what's the Event that I should tie the batch file to 
so
> > > that it runs only during uninstallation?
> > >
> > > Thanks in advance, folks.
> > >
> > > -
> > > Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > Get stuff done quickly with pre-integrated technology to make your
> > > job easier.
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > Geronimo
> > >
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > > --
> > > Finding fabulous fares is fun.
> > > Let Yahoo! FareChase search your favorite travel 
sitesto
 find flight and hotel bargains.
> > >
> > >
> > > -
> > > Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > Get stuff done quickly with pre-integrated technology to make your
> > > job easier.
> > > Downlo

[WiX-users] Heat and COM Registry Permissions

2007-02-12 Thread Levi Wilson

I have been using heat.exe to generate my version 3 information for files.
For my COM objects, I noticed a strange behavior.  Heat.exe seems to
properly setup the registry keys that I need, but the permissions on the
CLSID\[my guid] keys differ than those that would be set if I used regsvr32
on the same DLL.  Has anyone else experienced this?  Here are the
permissions that get setup for one of my CLSID\[GUID] key that is associated
with my COM object:

Name PermissionInherited From
 ---  -
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full Control   CLASSES_ROOT\CLSID
Administrators  Full Control   CLASSES_ROOT\CLSID
RESTRICTED   ReadCLASSES_ROOT\CLSID

When it is registered by regsvr32 I get the following:

Name PermissionInherited From
 ---  
Users   ReadParent Object
Power UsersSpecial Parent Object
local\Admin  Full Control   CLASSES_ROOT\CLSID
SYSTEM Full ControlCLASSES_ROOT\CLSID
SYSTEM Full ControlParent Object
Administrators  Full Control   CLASSES_ROOT\CLSID
Administrators  Full Control   Parent Object
CREATOR OWNER  Full Control  Parent Object

What happens in my program, is when our service calls CoCreateInstance on
the COM object, it fails that that class is not registered.  The service is
running as local system.  However, when instantiating a COM object from a
process run as local\admin it works fine.  Am I not setting something up
properly?
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Removing temporary files after install

2007-02-12 Thread Kaushik Barat

Hi All,

Does Wix support removal of temporary files after install. Temporary files
like the ones installed and used during install, but of no use after
install.

THanks,
Kaushik
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ICE 03 Error in FizeSize Column on File Table

2007-02-12 Thread Magus

Is there a max size limitation outside of cab files?  I have a file that is
around 2.06 GB and I am getting this error.  When I install it installs
fine, but this error will not Fly with microsoft.  Is there a way to chop up
a file into multiple cabs then let the installer reintegrate the pieces back
together?
-- 
View this message in context: 
http://www.nabble.com/ICE-03-Error-in-FizeSize-Column-on-File-Table-tf3215771.html#a8930501
Sent from the wix-users mailing list archive at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Question about logging from a WIX install

2007-02-12 Thread Andy Ness
I have an MSI file created via WIX.  In there, I install some services.  For 
these services, I need a domain account name and password.  This information is 
passed in to my MSI via the command line of MSIEXEC (egg. "msiexec /qn /I 
MyInstall.msi /L*vx c:\install.log MYDOMAINNAME=domain\account 
MYDOMAINPASSWORD=MyPassword").

In the log file, I want to hide instances of the password.  I have found I can 
do that by making sure the property is hidden, and by using the 
"HideTarget='Yes'" tag on my CustomAction (when I look in the install.log file 
at the point where the custom action is being run, the password is correctly 
hidden).  The problem is, very much near the top of my install.log file is the 
full command line.  It says "Command Line: MYDOMAINNAME=domain\account 
MYDOMAINPASSWORD=MyPassword".  Well, this somewhat defeats the purpose of 
trying to hide this information.

Does anyone have any suggestions on how the command line can be truly hidden in 
the log files?

Thanks,
Andy
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrade

2007-02-12 Thread Bob Arnson

Leila Lali (Excell Data Corporation) wrote:


Yes you are right. I finally get that I need to do major upgrade and 
it fixes my problem. Another question is if I do major upgrade and 
change produce code,


 Is there any way to prevent lower version to install when upper 
version is already installed without changing the lower version msi?




Because the product code changes, you can use the Upgrade table to 
prevent a lower version from installing but it must be in the lower 
version's MSI.


--
sig://boB
http://bobs.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ListView table?

2007-02-12 Thread Bob Arnson
Guillaume Girard wrote:
> Unfortunately, the ListView table is not created in the final MSI file. 
> Shouldn't it be?
>   

WiX doesn't create tables unless they're needed. You can use the 
EnsureTable element to make sure an empty table is created.

-- 
sig://boB
http://bobs.org



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Specifying Backup location

2007-02-12 Thread Bob Arnson

Ian Couper wrote:


I know the WiX installer automatically performs a backup of all files 
that it overwrites so that a rollback can be performed in case of an 
error. Is there anyway to specify where those files are stored and is 
it possible to have them kept after the installer has completed?




No, MSI doesn't let you configure rollback storage except to disable it 
entirely.


--
sig://boB
http://bobs.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Specifying Backup location

2007-02-12 Thread Ian Couper
I know the WiX installer automatically performs a backup of all files
that it overwrites so that a rollback can be performed in case of an
error. Is there anyway to specify where those files are stored and is it
possible to have them kept after the installer has completed?

 

Thanks

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ListView table?

2007-02-12 Thread Guillaume Girard
Hi,

I'm using wix 2.0.4820.

I'm trying to add a ListView control to one of my dialog boxes, which I 
would like to fill with a custom action during installation. 
Unfortunately, the ListView table is not created in the final MSI file. 
Shouldn't it be?

I'm doing exactly the same thing with a ListBox and the ListBox table is 
empty but present in the MSI. When editing the MSI with Orca, I can add 
an empty ListView table and the installer works (that is, it doesn't 
return an error when creating the dialog box with the listview).

It looks like a bug to me, but since I haven't been using wix for a long 
time, I guess I'd better ask if I'm not forgetting something obvious?

Regards,
Guillaume Girard.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Type 1 Custom Action

2007-02-12 Thread Levi Wilson

Well, basically my CA (MyInfCA) installs a file-system driver by calling
InstallHinfSection on the inf.  My type 51 CA is currently setting the
"MyInfCA" property to the path of the inf file.  This works fine, but I
wasn't sure if it was that "proper" way to do it.  I can see that if my CA
needed more information than just the path of the file, type 51 CAs would be
a nuisance, and I would need to resort to something else.  In this case, I
guess I would need another DLL CA that would run Immediate that would setup
my values, but how you would accomplish this with the wcautil is a bit
unclear to me.  I imagine the same sort of process, in that I would pack all
of the data into a property called "MyInfCA" like I am now but instead do it
by using the WcaWriteStringToCaData, is this correct?  And then read it
using the WcaReadStringFromCaData?  But what I was not sure on was the
format in which these were added in there.  Each of those functions take two
parameters, and the second one is the string.  Would you normally just pack
in [name]=[value] pairs in there and then have to break up the strings
myself?  Thanks for any insight into this process.

On 2/10/07, Rob Mensching <[EMAIL PROTECTED]> wrote:


 Depends on what you are trying to accomplish.  CustomActions that modify
the system state (the reason to create deferred CustomActions) should be
data driven.  A property **may** be sufficient to pass data but rarely is
enough.  That's why I pointed you at the existing WiX CustomActions.  They
handle all the cases that CustomActions need to handle.



*From:* Levi Wilson [mailto:[EMAIL PROTECTED]
*Sent:* Friday, February 09, 2007 6:54 AM
*To:* Rob Mensching
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] Type 1 Custom Action



Would it be easier to have Type 51 CAs that set a property named the same
as my CA and just retrieve "CustomActionData" from my CA?  I guess, what is
the advantage of using wcautil?  I realize that there is a TON of
functionality there, but it doesn't seem too intuitive to use with my
minimal Windows Installer experience.  It guess I just don't get the process
that I would use wcautil to setup a "data driven MSI" like you mention.  I'm
sorry if I'm being obtuse...could you please elaborate?  Thanks again for
all of your help/time.

On 2/8/07, *Rob Mensching* <[EMAIL PROTECTED]> wrote:

Well, if you want a data driven MSI then you need to have an immediate
mode CustomAction to encode data into the CustomActionData and then have the
deferred CustomAction chop it up.



*From:* Levi Wilson [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, February 08, 2007 2:12 PM


*To:* Rob Mensching
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] Type 1 Custom Action



Correct me if I'm wrong, but in my case, I just need to call WcaInitialize
in the beginning of my CA, call WcaGetProperty, execute my CA, then call
WcaFinalize?

On 2/8/07, *Rob Mensching* <[EMAIL PROTECTED]> wrote:

Yes, there is very little documentation (I've been spending my time fixing
bugs, not explaining how to use it ).  Yes, the SDK directory should
have everything you need.  Use the header files that you need.



*From:* Levi Wilson [mailto:[EMAIL PROTECTED] ]
*Sent:* Thursday, February 08, 2007 1:42 PM
*To:* Rob Mensching
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] Type 1 Custom Action



I see the wcautil.lib in the SDK directory...which header file do I use?
Is the documentation to use wcautil only exist in the header file?

On 2/8/07, *Rob Mensching *<[EMAIL PROTECTED]> wrote:

Correct, you have to use CustomActionData.  I encourage you to take a look
at the WiX CustomActions.  They do all this stuff.  Dutil.lib and
Wcautil.lib also has tons of helper functions that make life much easier.



*From:* Levi Wilson [mailto:[EMAIL PROTECTED] ]
*Sent:* Thursday, February 08, 2007 1:32 PM
*To:* Rob Mensching
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] Type 1 Custom Action



Just to clarify, this means that I can't access any properties from my
CA?  And if so, how do you pass a value (CustomActionData?) to a particular
CA in WiX parlance?

On 2/8/07, *Rob Mensching* <[EMAIL PROTECTED]> wrote:

Yes.  You have to run "in script" (deferred).



*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Levi Wilson
*Sent:* Thursday, February 08, 2007 1:24 PM
*To:* wix-users@lists.sourceforge.net
*Subject:* [WiX-users] Type 1 Custom Action



Does a type 1 custom action have to be deferred in order to get it to run
AFTER the files have already been installed?  It seems when I set it up like
this:




  NOT Installed


When the CA executes, the files haven't been copied yet?  Why does this CA
run before the files have been copied?









-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi

[WiX-users] Changing install level of a feature wi th a checkbox when modifying a existing installatio n

2007-02-12 Thread steve
hi,

I got a dialog (FeatureDialog) with a SelectionTree to change
installstates of severall features.
Among those features there is a special feature which is hidden, this
feature gets changed with a checkbox on a different dialog after the
FeatureDialog.
The default level of the feature is 0, and 1 if the checkbox gets
ticked.

This works quite fine for the installation process.

But it don't if the product is installed and I want to alter the
installation.
The features from the SelectionTree get installed or uninstalled
depending on the selection of the user but the checkbox seems to have
no impact.
If the checkbox gets ticked the feature doesn't get installed like it
should be but this is only if I want to alter a existing installation
on a fresh install it works quite fine.

Someone can help me with the problem?
Or tell me what i'm doing wrong?

Thanks for your help,
Stefan Seifert





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Printer driver and Port Monitor installation example?

2007-02-12 Thread Friedrich Dominicus
Does anyone have tried wix to install a printer driver and a
PortMonitor?

If so would you mind to explain the wxs file used?

Regards
Friedrich
-- 
Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim 
Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users