I'm not familiar with that app but is there a reason why it could not be repackaged using a product like AdminStudio and published as an MSI?
Thanks, Mark On Wed, Jun 5, 2013 at 9:50 AM, Stephen V Jameson <[email protected]>wrote: > I am using DynamicPackaging to replace applications when I upgrade to > Windows 7. I have my standard SCCM Packages that work very well. I have a > package that is "Install NotePad". In SCCM packages I start the install by > calling "cscript.exe NotePad.vbs". In the vbs script I use objshell.run > "NotepadInstaller.exe /S, 1, TRUE". Then copy some dll's to the notepad > folder. This works well in MDT or SCCM., but not in DynamicPackaging. If > I have a msi instead of an exe DynamicPackaging works. How can I call an > exe inside of a vbs script to made this work?? > > Steve > >
