New Post: BlockExecution causing blocked window spam at end of installation.
You can find the path in the registry where the javaw app is blocked and get rid of the path to the script file that gets launched instead of the app. That will stop messages from appearing. You can...
View ArticleNew Post: BlockExecution causing blocked window spam at end of installation.
I updated the latest 3.6.1 beta found under the "Source Code" section of the site to implement the mutex I mentioned above. The blocked app message dialog behavior has been improved so that only one...
View ArticleNew Post: Error when trying to run the new 3.6.1 version
I've already reported it as an issue, but I wanted to see if anyone else has downloaded the new version and run into this: The application has failed to start because its side-by-side configuration is...
View ArticleNew Post: Error when trying to run the new 3.6.1 version
Our apologies. This has been fixed in the download. Dan
View ArticleNew Post: "ERROR: Cannot index into a null array" converting from PSADT 3.6.0...
I took one of my existing scripts and decided to convert it to the latest production release and received the following error when attempting to execute the script. ERROR:...
View ArticleNew Post: "ERROR: Cannot index into a null array" converting from PSADT 3.6.0...
From the above, it is kind of unclear where the error is taking place. Seems like there is an attempt to index into something that is not an array or is an empty array. For example if we had an empty...
View ArticleNew Post: Error while checking running applications (3.6.0)
Hello! I need to detect a running application which has no description. With 3.6.0 under Windows 8 (not 8.1) the script faild with the same error like plepleple already wrote. With 3.6.1 (Windwos 8 and...
View ArticleNew Post: Error while checking running applications (3.6.0)
I updated the logic around process descriptions a little in Get-RunningProcesses. Please test by using the 3.6.2 beta found under the "Source Code" tab of this site. I'm not sure if it will resolve...
View ArticleNew Post: -WindowLocation other than BottomRight or Default?
Are those the only two options for the "show-installationprogress" window? I would prefer the window be on the top left... is this an option? Thanks! -Tim
View ArticleNew Post: Update toolkit to 3.6.0.
I feel that I may have to rewrite all my scripts on a one-by-one basis depending on the script? Seems that some variables have changed slightly? any insight into updating would be appreciated. Thanks
View ArticleNew Post: "ERROR: Cannot index into a null array" converting from PSADT 3.6.0...
mmashwani wrote: From the above, it is kind of unclear where the error is taking place. Seems like there is an attempt to index into something that is a null array. For example if we had an null array:...
View ArticleNew Post: "ERROR: Cannot index into a null array" converting from PSADT 3.6.0...
Please try the latest 3.6.2 beta under the "Source Code" tab of the site to see if it fixes the issue.
View ArticleNew Post: Error while checking running applications (3.6.0)
No change with your new version. The installation starts without prompting to close the application: [04-07-2015 09:57:17.184] [Pre-Installation] [Get-RunningProcesses] :: Check for running...
View ArticleNew Post: Error while checking running applications (3.6.0)
I think I'm going to need to see the full log file to get some more details.
View ArticleNew Post: Error while checking running applications (3.6.0)
PS Log output: [04-13-2015 11:52:36.825] [Initialization] [PSAppDeployToolkit] :: ******************************************************************************* [04-13-2015 11:52:36.825]...
View ArticleNew Post: Removal of Office 2007 or 2010 triggers request for an old Lotus...
Thanks for the find. I was running into this issue as well. Question, by bypassing the Component Detection, what else is it going to not discover? Thanks!
View ArticleNew Post: Update toolkit to 3.6.0.
Each of your packages have their own copy of the AppDeployToolkit folder. If you have functioning, known good, tested package that works fine; Don't change it just because the Toolkit got a new...
View ArticleNew Post: Removal of Office 2007 or 2010 triggers request for an old Lotus...
FYI: This is caused by the OffScrub scripts looking for a MSI Product Code GUID of an office product that just so happens to be also used by that old Lotus Notes msi Product Code GUID. A Product Code...
View ArticleNew Post: Update toolkit to 3.6.0.
Thanks for the reply! I am wondering if the script has any hooks in it though? If you open a fresh script from version 3.6.0, line 70 makes me nervous: [version]$deployAppScriptVersion =...
View ArticleNew Post: Error while checking running applications (3.6.0)
I figured out the problem. We will release a 3.6.2 version of the toolkit tomorrow which will have the fix included.
View Article