Re: [WiX-users] self-registering

2008-06-18 Thread John Hall
 I'm trying to package a legacy program that registers some third-party

 ocx and dlls. I see that the consensus is that I should be handling 
 this with a registry component. However, this application's 
 'installer' just copies stuff into a folder off the root of c:\ and 
 runs a 'register.bat' to
 regsvr32 /s each necessary item.
 
 In this case, is there really any downside to making the files 
 self-register?

For me the real problems with self-registration came when my components
had dependencies on C++ runtimes, that were not available at the point
at which I was trying to run the self-registration.

Regards,
John


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] self-registering

2008-06-18 Thread Rob Mensching
MSI SDK has a list of reasons why SelfReg is evil.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jeff sacksteder
Sent: Tuesday, June 17, 2008 18:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] self-registering

I'm trying to package a legacy program that registers some third-party
ocx and dlls. I see that the consensus is that I should be handling
this with a registry component. However, this application's
'installer' just copies stuff into a folder off the root of c:\ and
runs a 'register.bat' to regsvr32 /s each necessary item.

In this case, is there really any downside to making the files self-register?

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] self-registering

2008-06-17 Thread jeff sacksteder
I'm trying to package a legacy program that registers some third-party
ocx and dlls. I see that the consensus is that I should be handling
this with a registry component. However, this application's
'installer' just copies stuff into a folder off the root of c:\ and
runs a 'register.bat' to regsvr32 /s each necessary item.

In this case, is there really any downside to making the files self-register?

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Self-registering : what is the good method?

2006-10-30 Thread Rob Hamflett
The best solution is to extract the information with tallow or heat and specify 
the correct table 
entries.  Try to avoid selfreg where possible.

Rob

[EMAIL PROTECTED] wrote:
 hi all,
 
 i have to register a dll inside my msi. i've seen that the table selfreg can 
 do
 that BUT i've also seen another method by using customaction calling msiexec 
 /y
 to reg (and /z to unreg).
 what is the better solution?
 
 thanks in advance
 
 --
 
 -
 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=lnkkid=120709bid=263057dat=121642


-
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=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users