A free template from Joomlashack

A free template from Joomlashack

Login Form






Lost Password?
No account yet? Register

Syndicate

Home
VMware to Acquire Certain IT Management Products and Software Expertise From EMC Corporation
Thursday, 25 February 2010
This week, VMware announced an acquisition of certain pieces of EMC management software to expand the VMware vCenter Management Product Family. By doing this, they "hope to address critical management needs as customers advance on journey to cloud computing." Basically, the pieces that they are purchasing are pieces of EMC's Ionix. more...

Read more at: http://blogs.virtualizationadmin.com/davis/2010/02/25/vmware-to-acquire-certain-it-management-products-and-software-expertise-from-emc-corporation/

Read more...
 
Packaging View 4 Client
Thursday, 25 February 2010
I suspect that your capturing environment is what causes you problems since I know that capturing the View Client should be a very easy task.

Regarding troubleshooting ThinApp: http://blogs.vmware.com/thinapp/2010/01/thinapp-troubleshooting---repost.html

Read more at: http://communities.vmware.com/message/1483064

Read more...
 
How to use pre-4.6 MSI packages with the App-V 4.6 client
Thursday, 25 February 2010

The App-V 4.6 client has been tested extensively with pre-4.6 sequenced packages.

If you have 4.5 RTM packages which use MSI for deployment, then they will have to be updated (4.5 CU1 and SP1 MSIs are not affected by this). There are three ways to update your 4.5 RTM packages: 

  1. Use the MSI transform that we have placed on Microsoft Download Center.
  2. Use App-V 4.5 CU1/SP1 or App-V 4.6 Sequencer to open your package and generate a new MSI 
         a.    Open the package in “Edit a Package” mode on the 4.6 Sequencer
         b.    Select the  Deployment tab
         c.    Check the “Generate Microsoft Windows Installer (MSI) Package” option
         d.    Save package
  3. Use the App-V 4.6 Command-Line (CLI) Sequencer to overwrite your MSI with a new one: SFTSequencer /Open:"package.sprj" /MSI. You can get more information about opening a package in CLI here.

You could also write a batch script to convert multiple MSIs using option 1 and 3.


Examples of batch conversion using Windows PowerShell 2.0:

You could get the Power Shell tool from here.

Option 1: Using the transform
Filename: MsiTran_Apply_Transform.ps1

param (
   [string]$root
)
# Pass in the root location where all the *.msi exist

if (-not $root) {
   write-error "No root specified"
   return 1
}

$files = Get-ChildItem -Path $root -Recurse -Include *.msi
# Recursively search for all *.msi in $root

foreach ($file in $files) {
   Write-Host Operating on $file

   $p = Start-Process "\\bin\msitran.exe" -wait -PassThru -argumentlist "-a","\\launchcondition.mst","$($file.FullName)"

   if ($p.ExitCode -ne 0) {
      Write-Host "MSItran returned error code $($p.ExitCode) for $($file.FullName)"
   }

}

To run: \\MsiTran_Apply_Transform.ps1 C:\msi_test
This will run MsiTran_Apply_Transform.ps1 script with root parameter C:\msi_folder

Option 2: Using the CLI
Filename: Sequencer_Open_msi.ps1

param (
   [string]$root
)
# Pass in the root location where all the *.sprj exist

if (-not $root) {
   write-error "no root specified"
   return 1
}

$files = Get-ChildItem -Path $root -Recurse -Include *.sprj
# Recursively search for all *.sprj in $root

foreach ($file in $files) {
   Write-Host Operating on $file
   start-process 'C:\Program Files\Microsoft Application Virtualization Sequencer\sftsequencer.exe' -wait -argumentlist "/open:""$($file.FullName)""","/msi"
   #Provide full path of sftsequencer.exe

   if ($? -ne "True") {
      Write-Host "Error while opening file on Command Line Sequencer"
   }
}

To run: .\Sequencer_Open_msi.ps1 C:\sprj_folder
This will run Sequencer_Open_msi.ps1 script with root parameter C:\sprj_folder

Nidhi Doshi
App-V team

Read more at: http://blogs.technet.com/appv/archive/2010/02/25/how-to-use-pre-4-6-msi-packages-with-the-app-v-4-6-client.aspx

Read more...
 
Webinar: Create Secure Test and Dev Environments in the Cloud
Thursday, 25 February 2010
In this webinar, you will lean how to operate your entire application testing infrastructure in the cloud to save time and money – enabling you to test more extensively and quickly hand off projects from development to operations. Published by: RightScale

Read more at: http://www.bitpipe.com/detail/RES/1267035171_939.html?asrc=RSS_BP_TERM

Read more...
 
Webinar: Business Intelligence in the Cloud
Thursday, 25 February 2010
In this webinar, you will be introduced to the first business intelligence solution stack running on the cloud. This cutting-edge solution has been created by business intelligence industry leaders Jaspersoft, Talend and Vertica with the leader in cloud computing management, RightScale. Published by: RightScale

Read more at: http://www.bitpipe.com/detail/RES/1267030565_608.html?asrc=RSS_BP_TERM

Read more...
 
Webinar: Why Top Social Game Companies Are Moving to the Cloud with RightScale
Thursday, 25 February 2010
Watch this webinar and you will walk away with a better understanding of how RightScale can help you manage the challenges and opportunities in the social game industry. Published by: RightScale

Read more at: http://www.bitpipe.com/detail/RES/1267026521_987.html?asrc=RSS_BP_TERM

Read more...
 
Comparison of Crystal Reports Software Features by Version
Thursday, 25 February 2010
Crystal Reports 2008 software enables your end users to consume reports that include stunning visualizations while they conduct on-report business modeling and execute decisions instantly from the report itself – reducing dependency on IT and developers. This latest version delivers actionable data for your organization. Published by: SAP AG

Read more at: http://www.bitpipe.com/detail/RES/1267039118_940.html?asrc=RSS_BP_TERM

Read more...
 
Infrastructure Planning and Design Guide for Microsoft App-V 4.6 Now Available!
Wednesday, 24 February 2010

The Solution Accelerator team has released an updated guide: Microsoft Application Virtualization 4.6.

This free guide, now updated for App-V 4.6, provides actionable guidance for planning your application virtualization infrastructure. With App-V, your organization can respond to the complex challenge of managing applications. This guide simplifies your App-V planning process. Updates now include information on how App-V supports Windows 7 and Windows Server 2008 R2, including such features as BranchCache; support for 64-bit clients; and server-sizing data.

Strategically planning your infrastructure can help you avoid problems before they begin, allowing you to serve your customers more accurately and reliably, as well as saving you time and money.

clip_image001

Next Steps

· Download the IPD Guide for App-V 4.6. Learn more about IPD Guides for Virtualization.

· Download other best practices from the Infrastructure Planning and Design series for products such as Windows Server 2008 R2, Hyper-V, SQL Server 2008, Exchange Online, SharePoint Online, System Center, and much more at the IPD home page on TechNet.

· Check out other Solution Accelerators for Virtualization.

Melissa Stowe | Program Manager, Infrastructure Planning and Design Team

Read more at: http://blogs.technet.com/appv/archive/2010/02/24/infrastructure-planning-and-design-guide-for-microsoft-app-v-4-6-now-available.aspx

Read more...
 
Should CIOs look at virtual desktops?
Wednesday, 24 February 2010
Suppliers are touting virtual desktop infrastructure (VDI) as the next wave of IT innovation, but CIOs should tread cautiously for now, say analysts. Many...

Read more at: http://www.computerweekly.com/Articles/2010/02/24/240399/should-cios-look-at-virtual-desktops.htm

Read more...
 
Error message while creating the bin folder
Tuesday, 23 February 2010
I'm actually a VMware engineer working on the ThinApp code, so I do have a bit of inside knowledge :-).
The .exe you see in the %ProgramFilesDir% is just the original .exe. When you launch that one, you're not using ThinApp at all, you're launching the original app.

Read more at: http://communities.vmware.com/message/1481491

Read more...
 
App-V 4.6 Documentation now available on TechNet
Tuesday, 23 February 2010

image The documentation for Application Virtualization 4.6 is now available on the App-V TechCenter Library at http://technet.microsoft.com/en-us/library/cc843848.aspx. In addition to the App-V 4.6 feature information, in this documentation release we have added a new Getting Started Guide which contains the Release Notes as well as the detailed procedures for installing and upgrading the system.  New Deployment and Upgrade Checklists have also been added to guide you through the correct sequence of steps necessary to install and test a new installation, and also to upgrade from a prior version.

Note: The main App-V 4.5 & 4.6 documents have been combined with any functionality that is specific to one release or the other called out as such.

The core documentation set now includes:

Getting Started Guide

App-V 4.6 Release Notes

Application Virtualization Deployment and Upgrade Checklists

Planning & Deployment Guide

Operations Guide

Online Help for Client, Server and Sequencer

These documents are written and kept up to date by myself and the other App-V UA technical writers and we welcome comments, questions and suggestions to help us produce the best possible documentation for you.  If you find anything missing or incorrect, or would just like to provide feedback for new content, please let us know by sending an e-mail to the App-V documentation feedback alias ( This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ).  We also monitor the App-V Documentation Forum on Technet so that’s another way to provide feedback to us.

In addition, on the Application Virtualization TechCenter home page you’ll find links to other information resources including the “Upgrading FAQ”, White Papers and links to blogs.

Peter Ballantyne | Technical Writer

Read more at: http://blogs.technet.com/appv/archive/2010/02/23/app-v-4-6-documentation-now-available-on-technet.aspx

Read more...
 
<< Start < Prev 11 12 13 14 15 16 17 18 19 20 Next > End >>

Results 211 - 231 of 1242