I know Powershell is the best thing ever, but if I was going to try and tackle this packaging job, I'd look at using AutoIT. It can compile as a self-contained .exe file with all of your files and the script engine itself wrapped up in it, the scripting itself is really straight forward. You could probably have it all up in running in a few hours depending on the complexity of the application you need to install.
From: [email protected] [mailto:[email protected]] On Behalf Of Nash Pherson Sent: Monday, July 28, 2014 9:46 AM To: [email protected] Subject: RE: [mssms] OT: Need a software packing app PowerShell is so good. PowerShell is so turned on by default. If you are talking about it not being installed on XP by default, that's because XP came before it. If you are talking about the execution policy, that is to prevent the accidently execution of script files from untrusted sources. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Daniel Wolf Sent: Monday, July 28, 2014 11:38 AM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] OT: Need a software packing app If PowerShell is so good, why is it turned off by default? Checkmate, PowerShellBros. (And LadyBros) You can't escape my perfect logic. Daniel Wolf From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Trevor Sullivan Sent: Monday, July 28, 2014 10:33 AM To: [email protected]<mailto:[email protected]> Subject: RE: [mssms] OT: Need a software packing app PowerShell is free and built-in. Cheers, Trevor Sullivan Microsoft PowerShell MVP From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Murray, Mike Sent: Monday, July 28, 2014 10:08 AM To: [email protected]<mailto:[email protected]> Subject: [mssms] OT: Need a software packing app Hey folks, We have an application we want to make available for download to our customers (outside of ConfigMgr), but it requires another app to be installed along with it (the installer would check to see if app A exists already, if not, it would install it). I'm looking for an easy packager app that can handle prerequisites, and is fairly inexpensive/cheap. I'm looking at Advanced Installer, I think the Professional license should cover what we need. Any other suggestions? Best Regards, Mike Murray Desktop Management Coordinator - IT Support Services California State University, Chico 530.898.4357 [email protected]<mailto:[email protected]> ________________________________ This message is intended for the sole use of the addressee, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the addressee you are hereby notified that you may not use, copy, disclose, or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete this message.

