Re: [WiX-users] Deleting user.config after uninstall?

2012-06-16 Thread Jerra
.2012 18:16, Wilson, Phil wrote: > There's this, not official but useful... > > http://blogs.msdn.com/b/oldnewthing/archive/2007/09/17/4948130.aspx > > Phil W > > ____ > From: Jerra [beddel...@gmail.com] > Sent: Tuesday, Ju

Re: [WiX-users] Deleting user.config after uninstall?

2012-06-12 Thread Jerra
t :) I do not understand this remark. /Jerra On 12.6.2012 10:14, Sascha Beaumont wrote: > Refer the ms guidelines, user data should remain after uninstall. So leaving > a trail that is expected. > > System preferences... Now that's a different beast :) > > Cheers, > Sasch

[WiX-users] Deleting user.config after uninstall?

2012-06-11 Thread Jerra
wn at installation where they will be stored. Attaching a screendump of my garbage. I guess some kind of recursive search in [user]\AppData\Local and deleting all my application files would be quite reckless. Any help greatly appreciated, Jerra -- Visual Studio 2010 Professional WiX 3.5 Programming

Re: [WiX-users] Prompting for user input (SQL Server instance/database)?

2012-06-07 Thread Jerra
Thank you for the information, I will try that. /Jerra On 6.6.2012 15:50, Rob Mensching wrote: > Use the Remember Property Pattern ( > http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern) > and add a custom dialog to with an edit box to provide the

[WiX-users] Prompting for user input (SQL Server instance/database)?

2012-06-05 Thread Jerra
tands what to specify. Any help greatly appreciated, Jerra Visual Studio 2010 Professional WiX 3.5 Programming in C# /.NET 4.0 -- Live Security Virtual Conference Exclusive live event will cover all the ways today'

Re: [WiX-users] How to check existing installation (Install or upgrade)?

2012-05-31 Thread Jerra
advice is in the wix help > http://wix.sourceforge.net/manual-wix3/major_upgrade.htm > > > -Original Message- > From: Jerra [mailto:beddel...@gmail.com] > Sent: 31 May 2012 08:49 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How to check existing inst

[WiX-users] How to check existing installation (Install or upgrade)?

2012-05-31 Thread Jerra
ument. How do I accomplish this? I looked into setupbld.exe to have it supply parameters to the Windows Installer but I failed to get any useful information whether it can do this for me or not. Kind Regards Jerra I posted this (http://community.flexerasoftware.com/showthread.php?t=201537)

Re: [WiX-users] Setting up efficient environment for testing installation packages?

2011-03-09 Thread Jerra
tem I just import the initial version? I also thought I'd setup a domain within the Hyper-V server for testing my installers and application in domain environment/workgroup environment. Any thoughts on this? /Jerra On 8.3.2011 17:53, Christopher Painter wrote: > For the purpose of

Re: [WiX-users] Setting up efficient environment for testing installation packages?

2011-03-08 Thread Jerra
my boundry testing and then move on. > > > --- > Christopher Painter, Author of Deployment Engineering Blog > Have a hot tip, know a secret or read a really good thread that deserves > attention? E-Mail Me > > > > - Original Message > From: Jerra > To: G

[WiX-users] Setting up efficient environment for testing installation packages?

2011-03-08 Thread Jerra
ent server operating systems. I am wondering if this can be made all within the Hyper-V server. Kind Regards Jerra -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connec

Re: [WiX-users] Error 1939 when using on Windows Server 2008 R2

2011-02-15 Thread Jerra
I will now look into having IS2011 install and create this SQL Server instance. Again, thanks! /Jerra On 15.2.2011 21:36, Christopher Painter wrote: > BTW, I noticed that you are having your service have a dependency on a > database > instance. I'm not sure I would do this

Re: [WiX-users] Error 1939 when using on Windows Server 2008 R2

2011-02-15 Thread Jerra
Thank you for your reply. > should be more information in the log file about the error. I have to ask you, which log file is that? Do you mean the event viewer / application log? /Jerra On 13.2.2011 18:02, Rob Mensching wrote: > If there is a problem in the WiX ServiceConfig custom a

[WiX-users] Error 1939 when using on Windows Server 2008 R2

2011-02-11 Thread Jerra
ndows Server 2008 R2. - ServiceConfig - ServiceConfigFailureActions - util:ServiceConfig After installation if done, I can then open up the Windows service "xyz" and manually set the recovery for the service to "restart" without any error messages. Any help g