New Post: Line explanation
Google is your friend:http://technet.microsoft.com/en-us/library/hh847768.aspxhttp://msdn.microsoft.com/en-us/library/system.intptr.size%28v=vs.110%29.aspx
View ArticleNew Post: User Interface Language
The toolkit is designed to show the interface in the language of the local system. If you want to always show english, then you would have to modify the AppDeployToolkitMain.ps1 file to specify english...
View ArticleNew Post: PSAdminToolkit and elevated rights
I'm not sure what you mean by local admin rights vs elevated admin rights. There is just user rights and then elevated admin rights. I'm not sure what functions need elevation. It would probably depend...
View ArticleNew Post: PSAdminToolkit and elevated rights
Hi, I am just loading the main script without elevated and got a message saying the script need to be run elevated. Thanks, François
View ArticleNew Post: PSAdminToolkit and elevated rights
For that you have to modify the XML file to specify that admin rights are not required for the script. We will modify the text of the error so that it is more clear that the option to require admin...
View ArticleNew Post: Show-InstallationRestartPrompt forced when non-interactive ?
About the function: Show-InstallationRestartPrompt and the section: ## Bypass if in non-interactive mode If ($deployModeNonInteractive) { Write-Log -Message "Bypass Installation Restart Prompt [Mode:...
View ArticleNew Post: Extended Get-NotesDetails Function
Find below an extended Get-NotesDetails function that returns more information about the IBM Notes installation. The additional logic returns:InstallType Read from the Notes.INI returns either "2" for...
View ArticleNew Post: PSAdminToolkit and elevated rights
Hi, So the warning is false"Specify if Administrator Rights are required. NB: Some functions won't work if this is set to false, such as deferral, blockexecution, file & registry RW access and...
View ArticleNew Post: Deployment Script: IE10 needs one reboot (x86 and X64)
There are alot of KBs that need to be used in the package. You want to run the IE install with /log and you will see all the files it uses. The add-content line was just for SCCM 2012 application...
View ArticleNew Post: PSAdminToolkit and elevated rights
The warning is still true. We just need to add more language that says that if you don't want to launch with admin rights, then change the default in the XML config file to not specify the requirement...
View ArticleNew Post: BlockExecution not unblocking the execution of applications in...
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Italian Translation
HI first, thank you for this great toolkit :) I use it from version 3.0 with sccm 2012 and solve me much deploy problem. Now I try to test the v3.5, because i'm very interested for the Get-LoggedOnUser...
View ArticleNew Post: Different installation script win7/win8.1
Hi, When the installation is different between Windows 7 and Windows 8 so I have created two different powershell script. Deploy-Application-Win7.ps1 Deploy-Application-Win8.ps1 Although two different...
View ArticleNew Post: Appdeploytoolkit
Hi, I believe it might be important, as it is actually, to verify if the script is running under SCCM or during a task sequence. But I just can't explain why... :( How will the script react under those...
View ArticleNew Post: Different installation script win7/win8.1
Hey, Yes you can. We actually did something already for Flash Player. So given that both Chrome and Internet Explorer versions newer than 10, have Flash Player built in...# Get the Internet Explorer...
View ArticleNew Post: Execute-Process with Installdir
Hi, i'm trying to deploy an EXE file With some parameters and an installationdir. Execute-Process -Path "Setup.exe" -Parameters "/s /v'/qn INSTALLDIR=\'%programfiles%\Applikation\Version\''"...
View ArticleNew Post: .Net Framework 3.5 requirement for Windows 8.1 with toolkit version...
When starting the toolkit with Deploy-Application.exe, the add Windows feature prompt comes up asking to install the .Net Framework 3.5 with Windows 8.1. This does not occur when running the powershell...
View ArticleNew Post: Setting Values for HKCU but not Default User Hive
I've got a tweak I need to make to all user hives, but I don't necessarily want it to apply to the default users hive. My first thought was just to use the first user in the array from the...
View ArticleNew Post: Setting Values for HKCU but not Default User Hive
Yes, there is a parameter in Get-UserProfiles for excluding user profiles of your choice. You can feed it an array of profiles to exclude if you have more than one that needs to be excluded. Use the...
View ArticleNew Post: .Net Framework 3.5 requirement for Windows 8.1 with toolkit version...
Can you download the latest version of the Deploy-Application.exe from the latest beta code under the "Source Code" tab of this site and see if it resolves your issue? The target .NET version for the...
View Article