Re: [WiX-users] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Nir Bar
Try setting a property to the multi-string value with [~] as the separator
between strings.




-
Nir Bar 
Freelance Developer 
Mail: nir@panel-sw.com 
Web: www.panel-sw.com 
   - C++ On Windows, Linux and Embedded Platforms 
   - WiX & InstallShield 
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Populating-registry-multiString-MultiStringValue-elements-tp7599796p7599802.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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] How do you start an application after uninstall from MBA?

2015-03-31 Thread victorwhiskey
Hello,

I'm having a problem starting a shared .exe after I uninstall one of my
applications from ARP. Both logs (msi and BA) don't indicate any problems.
They show a unisntall of the msi and a proper shutdown of the BA. However,
this is what I'm trying to do: so if I detect I have another one of our apps
installed. I go and launch the shared .exe from the BA on ApplyComplete by
using ProcessStart and passing it a start info object and setting the
workingdirectory property. I don't need to wait for this process or
anything, I've also tried to run this off a Task.

At this time it launches our app and everything seems to uninstall fine, but
actually not. It seems something is still referencing/holding on to the
uninstall process. ARP does not update to remove the entry that I just
uninstalled unless I manually hit refresh OR I kill the app that I launched
on uninstall.

How can I just launch the app without ARP holding onto the uninstall?

Thanks in advance!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-you-start-an-application-after-uninstall-from-MBA-tp7599799.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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] General Visual Studio 2013 Help

2015-03-31 Thread Joel Budreau
Yeah, thanks John. It’s working now :)

> On Mar 29, 2015, at 10:33 AM, John Cooper  wrote:
> 
> You need to make sure that the path to the library is in the list of paths 
> searched for libraries, and you need to make sure the library filename is the 
> list of libraries to be linked.  Based on the discussion in the stackoverflow 
> link, I suspect the actual file name ("msi.lib") to link is what is missing.
> 
> See http://www.codeproject.com/Articles/1747/MSI-Custom-Action-DLL 
> 
> You may also need to link to other libraries such as crypt32.lib
> --
> 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: Joel Budreau [mailto:joel.budr...@gmail.com] 
> Sent: Sunday, March 29, 2015 8:51 AM
> To: General discussion about the WiX toolset.
> Subject: [WiX-users] General Visual Studio 2013 Help
> 
> Hey guys,
> 
> I thought I’d reach out to this group to see if anyone knew the answer to my 
> problem off the top of their head:
> http://stackoverflow.com/questions/29329735/i-cant-figure-out-how-to-link-msi-lib-to-my-visual-studio-c-project
>  
> 
> 
> Thanks,
> Joel
> 
> --
> 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


--
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] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Phill Hogland
I have not done this, but I did notice this  post

 
.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Populating-registry-multiString-MultiStringValue-elements-tp7599796p7599797.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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] Populating registry multiString MultiStringValue elements

2015-03-31 Thread Joseph L. Casale
I want to implement a listbox with optional entries to later insert into a 
registry
multiString RegistryValue. What is the approach used here to perform this as the
MultiStringValue's obviously will need to be dynamically added?

Is the only way a CA that writes the values out?

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] Bootstrapper custom background

2015-03-31 Thread Balázs Kurtán
Thank you very much! It gave me what I needed.

All the best,
Balazs Kurtan

-Original Message-
From: Nir Bar [mailto:nir@panel-sw.com] 
Sent: Friday, March 27, 2015 9:09 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bootstrapper custom background

You should author a theme using  thmutil

The  Theme
  's
@ImageFile attribute specifies a background image.



-
Nir Bar
Freelance Developer
Mail: nir@panel-sw.com
Web: www.panel-sw.com 
   - C++ On Windows, Linux and Embedded Platforms 
   - WiX & InstallShield
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-c
ustom-background-tp7599737p7599749.html
Sent from the wix-users mailing list archive at Nabble.com.


--
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


--
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] How to suppress MSI error message boxes with custom BA?

2015-03-31 Thread js69
I'm using a custom BA to install different MSI packages with
DisplayInternalUI="no". I have tried setting the UILevel property to 2 as
well, which made no difference.


I will still see MSI error message boxes, e.g. for 1709 Errors for obsolete
packages that have no majorupgrade handling. I want to handle all MSI errors
with my custom BA.

This is the corresponding log:



The MSI is called like this from the BA according to the log:



What is CLIENTUILEVEL and why is it set by Burn?

Is it possible to suppress all MSI message boxes?




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-suppress-MSI-error-message-boxes-with-custom-BA-tp7599793.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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