Mar 31, 2023
03:13 AM
Hi, I've followed the instruction on how Update powershell app deployment toolit. https://docs.flexera.com/adminstudio2022r2sp1/Content/helplibrary/UpdatePowerApp.htm#applicationcatalogs_3719179812_3150904 However the variable {UnInstallPackage} is not reflecting the correct value when replaced. it translate to a mix of {InstallPackage} and {UnInstallPackage} i.e. Execute-Process -path "$dirFiles\apache-tomcat-10.1.7.exe""$dirFiles\Uninstall.exe" -Parameters "/S -ServiceName=""Tomcat10""" as you can see from above the commandline to install is appended by the commandline to uninstall. Is this a known issue? Thanks. Cheers, Man
... View more
- Tags:
- adminstudio
- Package Feed Module
- Package Feed Module behind secured network environment
- Package Feed Module Requirements
- Package Feed Module Setup
- Package Feed Module Technical Documentation
Labels
- Labels:
-
AdminStudio
Mar 24, 2023
05:38 AM
2 Kudos
Hi Team, Hope everyone is doing well. Could you please take a look at the Docker Installer from Package Feed Module. I tried to install it using command-line and got the below error. Posting all the text displayed in the cmd. ################################################## C:\Windows\ccmcache\ij\Files>"Docker Desktop Installer.exe" install --installation-dir="C:\Program Files\Docker\Docker" --accept-license --backend=hyper-v C:\Windows\ccmcache\ij\Files>-------------------------------------------------------------------------------->8 Version: 4.17.0 (99724) Sha1: Started on: 2023/03/24 10:16:20.916 Resources: C:\Windows\ccmcache\ij\Files\resources OS: Windows 10 Enterprise Edition: Enterprise Id: 2009 Build: 19044 BuildLabName: 19041.1.amd64fre.vb_release.191206-1406 File: C:\ProgramData\DockerDesktop\install-log-admin.txt CommandLine: "Docker Desktop Installer.exe" install --installation-dir="C:\Program Files\Docker\Docker" --accept-license --backend=hyper-v You can send feedback, including this log file, at https://github.com/docker/for-win/issues [2023-03-24T10:16:21.059176300Z][ManifestAndExistingInstallationLoader][I] Install path is C:\Program Files\Docker\Docker. Loading manifest first [2023-03-24T10:16:21.067266100Z][ManifestAndExistingInstallationLoader][I] No manifest found, returning no existing install [2023-03-24T10:16:21.067765000Z][Installer][I] No installation found [2023-03-24T10:16:21.281995900Z][InstallWorkflow][I] Cancel pending background download [2023-03-24T10:16:21.285390300Z][BackgroundTransfer][I] Cancel current background transfer job [2023-03-24T10:16:21.292494300Z][InstallWorkflow][I] Using package: res:DockerDesktop [2023-03-24T10:16:21.292494300Z][InstallWorkflow][I] Downloading [2023-03-24T10:16:22.952758600Z][InstallWorkflow][I] Extracting manifest [2023-03-24T10:16:31.556744400Z][InstallWorkflow][E] Installation failed System.Exception: Manifest extraction failed: Operation did not complete successfully because the file contains a virus or potentially unwanted software. ---> System.IO.IOException: Operation did not complete successfully because the file contains a virus or potentially unwanted software. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) at System.IO.FileInfo.OpenRead() at SharpCompress.Archives.SevenZip.SevenZipArchive.LoadVolumes(FileInfo file) at SharpCompress.Archives.AbstractArchive`2..ctor(ArchiveType type, FileInfo fileInfo, ReaderOptions readerOptions) at SharpCompress.Archives.SevenZip.SevenZipArchive.Open(FileInfo fileInfo, ReaderOptions readerOptions) at CommunityInstaller.ExtractManifestStep.<DoAsync>d__39.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__30.MoveNext() --- End of inner exception stack trace --- at CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__30.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CommunityInstaller.InstallWorkflow.<DoProcessAsync>d__23.MoveNext() [2023-03-24T10:16:31.562658800Z][InstallWorkflow][I] Rollbacking component CommunityInstaller.DownloadStep [2023-03-24T10:16:41.163987800Z][Installer][W] Failed to track the installer started event ##################################################
... View more
- Tags:
- adminstudio
- Package Feed Module
- Package Feed Module behind secured network environment
- Package Feed Module Requirements
- Package Feed Module Setup
- Package Feed Module Technical Documentation
Labels
- Labels:
-
AdminStudio
-
Workflow Manager
Mar 19, 2023
10:24 PM
1 Kudo
Our automation is composed of 3 parts. PFM, AutoPackage Script and Jira. I used PFM to automatically fetch/download new versions of vendor installer. I use script to monitor that download, package and import to SCCM. I use Jira to monitor and trigger automations too. out environment is full of customization which I tried to use build-in feature of PFM/Application Manager however our environment needs are much more complicated thus I use script to drive the automation. Having said that, I need the Install/Uninstall script so I can feed it to my automation. the way it will go would be... FPM downloads the new installers and then pass the Install/Uninstall commandline to my automation that will package/wrapped/import in SCCM then integrate with Jira. I wonder if "Distribution System" then Custom Distribution Plugin then I'll create a script file that will trigger my automation and at the same time pass/feed my automation with the install/uninstall commandline from script parameter? Is there variable I can use as script parameter that holds the install/uninstall commandline?
... View more
Mar 14, 2023
12:49 AM
Hi Team, Hope everything is good :). I have a question. I have used Backlog/PFM to automatically download the installer and its works wonders for our automation. Our automation is composed of 3 components Backlog/Package Feed Module, Connector (bridge between PFM and Jira) and Jira Automation. My concern is on the 1st component. PFM auto downloads the installer and then imports to App Catalog, how can I extract/get the Install and Uninstall Command of a certain downloaded installer? i.e. Zoom got automatically downloaded as part of my automation the downloaded installer will be package by my automation however it needs the install and uninstall commandline.
... View more
Labels
- Labels:
-
AdminStudio
Feb 28, 2023
07:14 PM
1 Kudo
cool... thanks for the clarification. I'll handle the extraction via script. 🙂
... View more
Feb 23, 2023
08:15 PM
Hi Team, I tried to download "PostgreSQL ODBC (x64) v13.02.0000" however its in ZIP format, I have to unzip it to get the MSI. Is there a reason why its ZIP and not as simple extracted MSI? I asked because I'm automating it and I need a direct download in MSI format. Having it on a zip file means I have to manually extract it. Please advise. Thanks. Cheers, Man
... View more
Labels
- Labels:
-
AdminStudio
Feb 23, 2023
08:09 PM
1 Kudo
It's downloading now!!! thank you so much 🙂
... View more
Feb 16, 2023
06:43 AM
1 Kudo
Hi Team, As describe in the subject Package Feed Module can't download Winzip 64Bit (even the 32Bit is not downloading either) however, works on other applications. Please advise. Thanks. Cheers, Man
... View more
Labels
- Labels:
-
AdminStudio
Nov 10, 2022
12:56 AM
Hi Team, I've setup my subscriptions and they are working properly when executed manually. I'm now trying to make the process automated, I was informed that if you have a subscribed item under "Backlog" and have the automation scheduled accordingly it will process whatever automation you had configured. However, in order for the above to work I need to have Application Manager open/running all the time. I have it on a windows server and I would like the automation to happen even if I'm NOT logged-in to it. I've used task scheduler to run ISCMIDE.exe, set it to "run whether user is logged or not" then "run with "highest privileges". Set it to run midnight. NOTE: I have set my schedule automation in Application Manager to run 5mins after my scheduled task executed. Nothing happened, the new version was not downloaded and NOT imported in my Catalog. I logged-in to my server and had verified that ISCMIDE.exe and AdmihnStudioHost are both running as Background Processes. Appreciate if someone can help me run this successfully on my server. Thank you.
... View more
- Tags:
- adminstudio
- Package Feed Module
- Package Feed Module behind secured network environment
- Package Feed Module Requirements
- Package Feed Module Setup
- Package Feed Module Technical Documentation
Labels
- Labels:
-
AdminStudio
Nov 02, 2022
10:13 PM
1 Kudo
@moconn I do understand that each organization requires their own customization. For ours, controlling the requirement with a collection query is resource intensive as it runs regularly to update your dynamic collection contents. The OS requirement I mentioned is needed for an Application Object to be visible in Software Center without that the package will NOT appear. Yes, you are correct we can use PS to manage the OS requirements, Collections and Deployments. Thank you.
... View more
Nov 02, 2022
10:06 PM
1 Kudo
@moconn thank you for the support... the "Backlog" looks promising. Let me play with that feature and see if that will suit our organization's needs. I'm off to another adventure 🙂 Cheers...
... View more
Oct 27, 2022
03:38 AM
Hi, I have AdminStudio 2022 and Package Feed Module licensed/activated/installed and working properly. I can also import/Publish to SCCM. I'm looking into automating package feed module import, etc. I've seen the blog discussing about "PFM_Automation.ps1" which definitely exactly what I need. It's mentioned that we can do zero touch and have this run regularly. Question - How are we going to get "PFM_Automation.ps1" run in a regular basis. Is it integrated in AdminStudio? Is there any technical documentation with regards to this? I'm running AdminStudio and Package Feed Module on a MS Windows Server 2019 Standard. I can't remain logged in just to run the script on a regular interval. There's only a certain time that I can remain logged-in to the server then if that expires it will kick my session automatically. Thanks in advance.
... View more
Labels
- Labels:
-
AdminStudio
Oct 25, 2022
04:48 AM
Hi, I'm using Licensed/Activated AS 2022 and have a working Application Catalog, Package Feed Module and Connection to our Organization's SCCM. I'm able to distribute both Package Object and Application Object in SCCM. I'm aware that I can set the OS requirement Deployment Types > Requirements. However, is there a way that every time I import a software/package in the Catalog it will automatically assign a OS requirement like Windows 10 64 Bit? Also, where can I input the details for the Collection Name and Deployment Name? I noticed that these are NOT created Automatically after distribution. Thanks in advance.
... View more
- Tags:
- adminstudio
- Config Manager Distribution
- Package Feed Module
- Package Feed Module behind secured network environment
- Package Feed Module Requirements
- Package Feed Module Setup
- SCCM Collection
- SCCM Deployment
- SCCM Distribution
- SCCM OS Requirements
Labels
- Labels:
-
AdminStudio
Oct 24, 2022
08:55 PM
Hi, In our environment we are following standards to properly monitor and manage all applications across multiple regions (globally). I know this may sound simple as these are just naming conventions. However we uses them for Package folder name and folder structure, SCCM deployment, SCCM Collections, etc. I have configured Package Feed Module to download package in a folder with this format [Vendor]\[Vendor]_[ProductName]_[Version] and it worked. My concern is that Vendor name and Product name contains spaces. How can remove the spaces? Related to the above, I would like to manage the application Catalog by Vendor Name. Is there a way in Package Feed Module to place the imported application in their respective group (Vendor Name)- if exist places it in the group else NOT create a new group named after Vendor Name? Thanks so much in advance.
... View more
Oct 21, 2022
12:16 AM
1 Kudo
This issue is now resolved. We had identified that there's another firewall blocking the URL. After whitelisting is properly we are now able to query and download/import from Package Feed Module.
... View more
Latest posts by normanperez
Subject | Views | Posted |
---|---|---|
7 | Mar 31, 2023 03:13 AM | |
1395 | Mar 24, 2023 05:38 AM | |
144 | Mar 19, 2023 10:24 PM | |
220 | Mar 14, 2023 12:49 AM | |
273 | Feb 28, 2023 07:14 PM | |
346 | Feb 23, 2023 08:15 PM | |
322 | Feb 23, 2023 08:09 PM | |
503 | Feb 16, 2023 06:43 AM | |
601 | Nov 10, 2022 12:56 AM | |
746 | Nov 02, 2022 10:13 PM |
Activity Feed
- Posted Updating PowerShell App Deploy Toolkit - Bug? on AdminStudio Forum. Mar 31, 2023 03:13 AM
- Tagged Updating PowerShell App Deploy Toolkit - Bug? on AdminStudio Forum. Mar 31, 2023 03:13 AM
- Tagged Updating PowerShell App Deploy Toolkit - Bug? on AdminStudio Forum. Mar 31, 2023 03:13 AM
- Tagged Updating PowerShell App Deploy Toolkit - Bug? on AdminStudio Forum. Mar 31, 2023 03:13 AM
- Kudoed Re: Backlog Automation/Package Feed Module Downloads for kmantagi. Mar 30, 2023 11:57 PM
- Kudoed Re: Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) for oliiix. Mar 26, 2023 08:17 PM
- Got a Kudo for Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?). Mar 25, 2023 07:48 AM
- Posted Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) on AdminStudio Forum. Mar 24, 2023 05:38 AM
- Got a Kudo for Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?). Mar 24, 2023 05:38 AM
- Tagged Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) on AdminStudio Forum. Mar 24, 2023 05:38 AM
- Tagged Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) on AdminStudio Forum. Mar 24, 2023 05:38 AM
- Tagged Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) on AdminStudio Forum. Mar 24, 2023 05:38 AM
- Tagged Docker Desktop 4.17.0.99724 from Package Feed Module detected virus (false positive?) on AdminStudio Forum. Mar 24, 2023 05:38 AM
- Posted Re: Backlog Automation/Package Feed Module Downloads on AdminStudio Forum. Mar 19, 2023 10:24 PM
- Got a Kudo for Re: Backlog Automation/Package Feed Module Downloads. Mar 19, 2023 10:24 PM
- Kudoed Re: Backlog Automation/Package Feed Module Downloads for kmantagi. Mar 19, 2023 09:46 PM
- Posted Backlog Automation/Package Feed Module Downloads on AdminStudio Forum. Mar 14, 2023 12:49 AM
- Got a Kudo for Re: Package Feed Module - PostgreSQL ODBC (x64) v13.02.0000 source binaries. Feb 28, 2023 07:15 PM
- Posted Re: Package Feed Module - PostgreSQL ODBC (x64) v13.02.0000 source binaries on AdminStudio Forum. Feb 28, 2023 07:14 PM
- Kudoed Re: Package Feed Module - PostgreSQL ODBC (x64) v13.02.0000 source binaries for bkelly. Feb 28, 2023 07:14 PM