Re: [WiX-users] Perl Script on initialization **UPDATE**

2012-06-15 Thread Dan Muller
Thank you for your help! We eventually figured it out, here is a snippet of our working source We had to write our own exe to do it however, but that was not really a problem. Now we are trying to figure out how we can get the perl scripts into th

Re: [WiX-users] Perl Script on initialization

2012-06-08 Thread Castro, Edwin G. (Hillsboro)
printing this e-mail > -Original Message- > From: Dmuller720 [mailto:dmuller...@comcast.net] > Sent: Friday, June 08, 2012 7:35 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Perl Script on initialization > > yes, perl is in my path, but I do no

Re: [WiX-users] Perl Script on initialization

2012-06-08 Thread Dmuller720
yes, perl is in my path, but I do not think that it is a problem with perl, I think that it is something that I am not doing right in Wix. So me and my team have sort of refocused and we are at the moment, just trying to make wix open notepad.exe after AppSearch. ...

Re: [WiX-users] Perl Script on initialization

2012-06-08 Thread Dmuller720
yes, perl is in my path, but I do not think that it is a problem with perl, I think that it is something that I am not doing right in Wix. So me and my team have sort of refocused and we are at the moment, just trying to make wix open notepad.exe after AppSearch. ...

Re: [WiX-users] Perl Script on initialization

2012-05-30 Thread John Cooper
ack Henry & Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Dmuller720 [mailto:dmuller...@comcast.net] Sent: Wednesday, May 30, 2012 9:33 AM To: wix-users@lists.sourceforge.net Subject: Re: [Wi

Re: [WiX-users] Perl Script on initialization

2012-05-30 Thread Dmuller720
Yes I do, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Perl-Script-on-initialization-tp7578584p7578603.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] Perl Script on initialization

2012-05-30 Thread John Cooper
Original Message- From: Dmuller720 [mailto:dmuller...@comcast.net] Sent: Wednesday, May 30, 2012 8:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Perl Script on initialization I think I have it correct, but it does not seem to be running. -- View this message in contex

Re: [WiX-users] Perl Script on initialization

2012-05-30 Thread Dmuller720
I think I have it correct, but it does not seem to be running. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Perl-Script-on-initialization-tp7578584p7578600.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] Perl Script on initialization

2012-05-30 Thread Dmuller720
Thanks for the quick response. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Perl-Script-on-initialization-tp7578584p7578599.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Perl Script on initialization

2012-05-29 Thread John Cooper
It needs to be schedule in the InstallExecute Sequence or nothing will happen. This command line might work better for you to: "[%ComSpec] /C start perl.exe script/checker.pl" (although the start is probably optional, passing perl off to a command shell would be good unless you know that *.PL i