Re: [WiX-users] ServiceInstall/ServiceControl name attribute restrictions

2015-03-06 Thread John Cooper
You need to have code to remember the value of the property so it is available 
in uninstall and repair.  See 
http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/
 

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Continuing 
Development
Jack Henry  Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-Original Message-
From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] 
Sent: Thursday, March 5, 2015 3:06 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall/ServiceControl name attribute 
restrictions

Trying that again...

When I pass a variable reference such as [FOO]_[BAR] to the name attribute of 
both a ServiceInstall and ServiceControl element the package installs fine 
however when uninstalling the service is left running without being stopped and 
removed. When I pass a literal string, the package uninstalls fine.

The docs do not indicate any restrictions, does anyone know of any reason this 
may occur?

Thanks,
jlc
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored 
by Intel and developed in partnership with Slashdot Media, is your hub for all 
things parallel software development, from weekly thought leadership blogs to 
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall/ServiceControl name attribute restrictions

2015-03-05 Thread Joseph L. Casale
Trying that again...

When I pass a variable reference such as [FOO]_[BAR] to the name
attribute of both a ServiceInstall and ServiceControl element the package
installs fine however when uninstalling the service is left running without
being stopped and removed. When I pass a literal string, the package
uninstalls fine.

The docs do not indicate any restrictions, does anyone know of any
reason this may occur?

Thanks,
jlc
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall/ServiceControl name attribute restrictions

2015-03-05 Thread Rob Mensching
http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] 
Sent: Thursday, March 5, 2015 1:06 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall/ServiceControl name attribute 
restrictions

Trying that again...

When I pass a variable reference such as [FOO]_[BAR] to the name attribute of 
both a ServiceInstall and ServiceControl element the package installs fine 
however when uninstalling the service is left running without being stopped and 
removed. When I pass a literal string, the package uninstalls fine.

The docs do not indicate any restrictions, does anyone know of any reason this 
may occur?

Thanks,
jlc 

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ServiceInstall/ServiceControl name attribute restrictions

2015-03-05 Thread Joseph L. Casale
 http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/

Much appreciated, this installer at a later must support multiple instances
at which point then this will all fit together, no need for a static location as
I assume we can compile an extension to enumerate the instances installed
at invocation time?

Thanks!
jlc
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ServiceInstall/ServiceControl name attribute restrictions

2015-03-05 Thread Joseph L. Casale
When I pass a variable reference to the name attribute of both a
ServiceInstall and ServiceControl
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users