Re: [WiX-users] Com LocalServer32 in 8.3 format

2006-11-09 Thread Dyson, Peter
I upgraded to the latest binary build on SourceForge (3.0.2211.0).

A bit painful as tallow has been deprecated and Heat is very much
different, but have it working again in my headless build.

Unfortunately the registry entries are still in [!MyServerExe] format
not [#MyServerExe].

Maybe the next build then.

Peter 

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 07 November 2006 16:01
To: Dyson, Peter
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Com LocalServer32 in 8.3 format

Dyson, Peter wrote:
 I am currently using v3.0.1703.0 a bit old in the tooth now but have 
 not had time to use any later.
   

I'm not sure exactly when the change was made, but the current version
uses [#] syntax. BTW, if you use WiX v3, you should consider taking
drops more often. As v3 is still in development, schema changes still
happen and if you wait too long, you can get hit with a lot at once. The
WixCop tool upgrades the schema so it's not a manual job at least.

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


Re: [WiX-users] Com LocalServer32 in 8.3 format

2006-11-09 Thread Bob Arnson
Dyson, Peter wrote:
 Unfortunately the registry entries are still in [!MyServerExe] format
 not [#MyServerExe].
   

Can you open a bug and attach the files needed to reproduce?

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


Re: [WiX-users] Com LocalServer32 in 8.3 format

2006-11-09 Thread Mike Dimmick
There are weekly builds at http://wix.sourceforge.net/releases. Have you
tried the latest of those?

-- 
Mike Dimmick 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dyson, Peter
Sent: 09 November 2006 08:59
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Com LocalServer32 in 8.3 format

I upgraded to the latest binary build on SourceForge (3.0.2211.0).

A bit painful as tallow has been deprecated and Heat is very much different,
but have it working again in my headless build.

Unfortunately the registry entries are still in [!MyServerExe] format not
[#MyServerExe].

Maybe the next build then.

Peter 

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: 07 November 2006 16:01
To: Dyson, Peter
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Com LocalServer32 in 8.3 format

Dyson, Peter wrote:
 I am currently using v3.0.1703.0 a bit old in the tooth now but have 
 not had time to use any later.
   

I'm not sure exactly when the change was made, but the current version uses
[#] syntax. BTW, if you use WiX v3, you should consider taking drops more
often. As v3 is still in development, schema changes still happen and if you
wait too long, you can get hit with a lot at once. The WixCop tool upgrades
the schema so it's not a manual job at least.

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


Re: [WiX-users] Com LocalServer32 in 8.3 format

2006-11-07 Thread Dyson, Peter
I am currently using v3.0.1703.0 a bit old in the tooth now but have not
had time to use any later.

Peter 

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 07 November 2006 03:34
To: Dyson, Peter
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Com LocalServer32 in 8.3 format

Dyson, Peter wrote:
 This seems to be because of the [!MyServer.exe] generated in the msi. 
 If
   

Which version of WiX are you using? I believe that WiX v3 was changed
some time ago to use LFNs. WiX v2 wasn't changed because it would break
patching for products already released with v2.

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


[WiX-users] Com LocalServer32 in 8.3 format

2006-11-06 Thread Dyson, Peter
Hi,

I am authoring wix version 3 com servers in the 'correct' way as below,
but the LocalServer32 @ registry entry is generated in 8.3 format names.

This seems to be because of the [!MyServer.exe] generated in the msi. If
I use orca to change that to [#MyServer.exe] then I get the long
filename as I require. I would much prefer to maintain the code below
rather than a load of registry entries which are prone to mistakes, is
there any method of forcing the [#MyServer.exe] to be generated.

?xml version=1.0 encoding=utf-8?
Include
TypeLib Id=EA305BC3-2E79-4D45-80ED-1255CA84833F
 Advertise=no
 Language=0
 MajorVersion=1
 MinorVersion=0
 Description=MyServer 1.0 Type Library
 HelpDirectory=INSTALLDIR
AppId Id=94C608D3-2ACA-419F-BF70-F66CC418CCBE
   Description=MyServer
   Advertise=no 
Class Id=BBAFBB6F-4BB7-41BC-8770-A723EABDC901
   Advertise=no
   Context=LocalServer32 
ProgId Id=MyServer.Control.1
ProgId Id=MyServer.Control /
/ProgId
Interface Id=B62C4D30-0086-4AB1-ABDB-F0E74D36D1C7
   Name=IControl
 
ProxyStubClassId=00020424---C000-0046
 
ProxyStubClassId32=00020424---C000-0046
   /
/Class
/AppId
/TypeLib
/Include

Thanks,

Peter

-
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