<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal>  I am playing with installing  standalone AppV packages using WPKG.  If I do everything manually then I am able to publish the AppV package.  However, if I try and WPKG script the powershell commands, run them ina ps1 file or use .bat to call the ps1 file nothing happens.  The Apps are not published.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This is my example package:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                <package id="nppp-appv" name="Notepad PlusPlus AppV" revision="1"<o:p></o:p></p><p class=MsoNormal>                                reboot="false" priority="10"><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                                <check type="file" condition="exists" path="c:\netinst\notepadplusplus\notepadplusplus.appv" /><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>         <install cmd='cmd /c xcopy "%SOFTWARE%\appv\notepadplusplus\*.*" "%SystemDrive%\NetInst\notepadplusplus\" /c /r /y /q' /><o:p></o:p></p><p class=MsoNormal>                <install cmd='%comspec% /c powershell "%SystemDrive%\netinst\notepadplusplus\NotePadPP-add.ps1" ' /> <o:p></o:p></p><p class=MsoNormal>                                <remove cmd='%comspec% /c powershell "%SystemDrive%\netinst\notepadplusplus\NotePadPP-remove.ps1" ' /> <o:p></o:p></p><p class=MsoNormal>                                <remove cmd='%comspec% /c rmdir /q /s "%SystemDrive%\netinst\notepadplusplus" ' /><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                </package><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>The AppV package is copied to the the local disk but the powershell command doesn’t complete.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>The notepadpp-add.ps1 script is:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Set-ExecutionPolicy RemoteSigned<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Import-Module Appvclient<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Add-AppvClientPackage -Path C:\netinst\NotepadPlusPlus\NotepadPlusPlus.appv<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Publish-AppvClientPackage NotepadPlusPlus<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>If I run this in a dos box then the package is added and published.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Is there an issue runningn powershell at System level?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>------------------------------<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Paul McGrath,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>IT Manager for St James's Campus Infrastructure and Facilities (SCIF)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Including Leeds Institute of Biomedical and Clinical Sciences (LIBACS),Leeds Institute of Cancer and Pathology (LICAP),Leeds Institute of Rheumatological and Musculoskeletal Medicine (LIRMM) and St James's Biomedical Services (SBS)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Brenner Building,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>School of Medicine,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>University of Leeds,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>St James's University Hospital,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Beckett Street, Leeds, LS9 7TF, UK<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Ext.....: Uni - 38630, NHS - (89)38630<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Tel.....: +44 113 34 38630<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Email...: <a href="mailto:j.p.mcgrath@leeds.ac.uk">j.p.mcgrath@leeds.ac.uk</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;font-family:Consolas'>Homepage: <a href="http://www.limm.leeds.ac.uk/">http://www.limm.leeds.ac.uk</a><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>