Re: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-10 Thread Matt Walker
I'm guessing this is starting to fall out of the scope of WiX discussions unless my problem is directly related to the use of the WiX VB.NET custom action project in some way. Any help greatly appreciated!! From: Matt Walker [mailto:mawa...@rcn.com] Sent: Tuesday, August 09, 20

Re: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-09 Thread Matt Walker
ox(ex.Message) End Try I've created my setup as an .exe requiring Admin rights because I saw that this stuff may need that requirement. From: Matt Walker [mailto:mawa...@rcn.com] Sent: Tuesday, August 09, 2011 11:54 AM To: 'wix-users@lists.sourceforge.net' Subject: RE: Populati

Re: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-09 Thread Matt Walker
One more thing I noticed, session.log statements are not reflected when I generate a log from the command line. Where should I be seeing these log status messages? From: Matt Walker [mailto:mawa...@rcn.com] Sent: Tuesday, August 09, 2011 11:44 AM To: 'wix-users@lists.sourceforge.net

Re: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-09 Thread Matt Walker
(to handle IIS 6 & 7) in a custom action at the end of the install. Is that basically the high level goals of doing this with WiX? Thanks for the help so far!! From: Matt Walker [mailto:mawa...@rcn.com] Sent: Tuesday, August 09, 2011 10:09 AM To: 'wix-users@lists.sourceforge.n

Re: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-09 Thread Matt Walker
Result.Failure) End Try End Function Does it matter that I don't have any records seeded in my ListBox table at build-time? I thought I may have read somewhere that someone built with a dummy record in the table, deleted then added the new temp records. ?? Any furth

[WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project...

2011-08-08 Thread Matt Walker
I don't know if I'm on the right path, but maybe someone can help me. I'm currently using InstallShield, but have dabbled in WiX a bit. I'm trying to creat a custom action using the WiX VB.NET custom action project type in VS 2010. Eventually this custom action will query the tar

[WiX-users] UNSUBSCRIBE

2010-11-17 Thread Matt Walker
How do I unsubscribe? Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440 Fax: +1 215.536.9249 http://www.synergissoftware.com/ Adept Engineering Document Management & Workflow This email and any attachments are intended

[WiX-users] UNSUBSCRIBE

2010-11-17 Thread Matt Walker
-Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Wednesday, November 17, 2010 2:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] property not being used Hi: I'm trying to debug an installer whereby I need to find out what value a property ho

Re: [WiX-users] Command LineParameterstoDeferred CustomAction on Vista

2010-09-23 Thread Matt Walker
that scenario (along with ProductCode and UserID). Is that an accurate summation? Thanks for all of the guidance and education on this!! Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440 Fax: +1 215.536.9249 http://www.synergissoftwa

Re: [WiX-users] Command LineParameterstoDeferred CustomAction on Vista

2010-09-22 Thread Matt Walker
Cool, thanks All!! Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440 Fax: +1 215.536.9249 http://www.synergissoftware.com/ Adept Engineering Document Management & Workflow This message (and any associated files) is inte

Re: [WiX-users] Command LineParameterstoDeferred CustomAction on Vista

2010-09-22 Thread Matt Walker
So adding the property to SecureCustomProperties also allows access to the property value directly at Deferred Action time (as opposed to passing it through CustomActionData)? Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440

Re: [WiX-users] Command LineParameterstoDeferred CustomAction on Vista

2010-09-22 Thread Matt Walker
the UI) in CustomActionData? I can access the original property and its value fine with my Deferred action that is run in System Context. Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440 Fax: +1 215.536.9249 http://www.synergisso

Re: [WiX-users] Command Line Parameters toDeferred CustomAction on Vista

2010-09-22 Thread Matt Walker
ameters being passed [ProductCode] [OURVERSION], the later being the pre-populated property. I don't know why, but I can't seem to get a handle on this! :( Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5

Re: [WiX-users] Command Line Parameters to Deferred CustomAction on Vista

2010-09-21 Thread Matt Walker
Since both worked in my scenario, I still, really don't know the difference. When you say SCPs is used to pass property values to the execute sequence, does that include access during or for deferred custom actions? Or, is CAD used to pass information to the deferred actions? Would there be a go

Re: [WiX-users] Interviewing an installation developer

2010-01-25 Thread Matt Walker
Our in-house repackaging stuff contains scripts where antivirus is not a problem. They're simple and easy to troubleshoot so that really isn't an issue either. Scripts were stripped from our real-world installs way back in the day. I guess I forgot why. Matt Walker Installation Devel

Re: [WiX-users] Interviewing an installation developer

2010-01-25 Thread Matt Walker
Whenever I used vb custom actions they were small and easy to troubleshoot. Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Phone: +1 215.529.9900, x192 | 800.836.5440 Fax: +1 215.536.9249 http://www.synergissoftware.com/ Adept Engineering Document Management

Re: [WiX-users] Interviewing an installation developer

2010-01-25 Thread Matt Walker
Why are Custom Actions in VBScript a warning sign? -Original Message- From: MikeR [mailto:michael.ru...@gmail.com] Sent: Monday, January 25, 2010 1:44 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Interviewing an installation developer The excerise of writing a simple

Re: [WiX-users] Major Upgrades and Versions

2010-01-14 Thread Matt Walker
I would think that as long as the ProductVersion, the ProductCode and the PackageCode changes and the Upgrade table contains the versions to be upgraded in the Min/Max version fields, it should act as a Major Upgrade. Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951

Re: [WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-16 Thread Matt Walker
working on it here, either way. -- virtually, Rob Mensching - http://RobMensching.com LLC On Fri, Nov 13, 2009 at 6:53 AM, Matt Walker wrote: > Something else I just thought of and should have included in my last > email... > > > > What about the future of WiX? With it bei

Re: [WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-13 Thread Matt Walker
t; > number of extraction tools and profiling tools when > it > > doesn't work to > > ultimately get the right answer on what the COM should > be > > and from there I > > can author that information in either tool.    > > All said, they are both good > &g

Re: [WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-13 Thread Matt Walker
Something else I just thought of and should have included in my last email... What about the future of WiX? With it being free, how do I know it will be around for a while if I would choose to go this route with our installations? Did I read somewhere that it can be integrated into Visual

Re: [WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-13 Thread Matt Walker
Oh, one more thing, what about patches and WiX? Or is that left to Msimsp.exe or something like that? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, int

Re: [WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-13 Thread Matt Walker
e WiX a little bit better in it's use of the registry table. 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 --- On Thu, 11/12/09, Matt Walker wrote: > From: Matt Walker &

Re: [WiX-users] InstallShield 2010 vs InstallAware 9

2009-11-12 Thread Matt Walker
cial products > do, sometimes > better. > > -Brian Simoneau > > -Original Message- > From: Matt Walker [mailto:matt.wal...@synergis.com] > > Sent: Thursday, November 12, 2009 9:10 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] InstallShield 2010

[WiX-users] FW: InstallShield 2010 vs InstallAware 9

2009-11-12 Thread Matt Walker
ome of the requirements or necessities for becoming an adept WiX user? *** What about Web and IIS Stuff - go to go/easy with WiX? -Original Message----- From: Matt Walker Sent: Thursday, November 12, 2009 1:18 PM To: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-

Re: [WiX-users] InstallShield 2010 vs InstallAware 9

2009-11-12 Thread Matt Walker
InstallAware 9 My company was using InstallShield before switching to WiX. I have never used InstallAware, but the only advice I can give is to use WiX. It's free and can do anything that the commercial products do, sometimes better. -Brian Simoneau -Original Message- From: Matt W

[WiX-users] InstallShield 2010 vs InstallAware 9

2009-11-12 Thread Matt Walker
Hi All, I'm new to the group and was pointed here by an individual from whom I've received valuable assistance on many .NET, install related topics over the past several years. I know this is a Wix users group, but I'm hoping someone can give me some insight, guidance, etc. We as a company