Sign in
Soumitra Mondal's WebLog
About Visual Studio, Windows Installer and ClickOnce Deployment
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
April 2013
(3)
March 2013
(2)
February 2013
(2)
January 2013
(2)
November 2012
(2)
October 2012
(2)
September 2012
(2)
August 2012
(2)
July 2012
(1)
May 2012
(1)
April 2012
(1)
February 2012
(1)
January 2012
(1)
December 2011
(1)
November 2011
(1)
September 2011
(1)
August 2011
(4)
May 2011
(2)
April 2011
(3)
February 2011
(1)
December 2010
(1)
November 2010
(1)
October 2010
(1)
September 2010
(2)
August 2010
(1)
July 2010
(4)
June 2010
(1)
May 2010
(3)
April 2010
(1)
March 2010
(1)
December 2009
(2)
October 2009
(2)
September 2009
(6)
August 2009
(10)
May 2009
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Soumitra Mondal's WebLog
The mounted file system does not support extended attributes
Posted
23 days ago
by
Soumitra Mondal
0
Comments
The Microsoft .Net Framework 3.5 SP1 /2.0 SP2 Setup may fail without any error message or the setup may crash almost at the end. You can find the below error messages in the log file: MSI (s) (00:C8) [10:09:41:999]: Executing op: CustomActionSchedule...
Soumitra Mondal's WebLog
KB974417 is re-offered by Windows Update
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
You might have seen an issue with the patch KB974417 where after installing patch KB974417( http://support.microsoft.com/kb/974417 ) , it gets re-offered by WU. I found that after installing the patch the files (mscorlib.dll,SOS.dll,mscorwks.dll,mscordacwks...
Soumitra Mondal's WebLog
"None of the products that are addressed by this software update are installed on this computer. Click Cancel to exit setup."
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
While installing the patch KB974417 http://www.microsoft.com/downloads/details.aspx?familyid=491874d4-5eea-4545-9b7d-3861857c862e&displaylang=en we receive the following error message: "None of the products that are addressed by this software...
Soumitra Mondal's WebLog
C# application crashes while building in Visual Studio 2010
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
If we open an existing C# project and try to build the application, it works fine. This issue only occurs while building a new application. I launched the devenv.exe in the debugger ( http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx )...
Soumitra Mondal's WebLog
"Error 25007.Error occurred while initializing fusion. Setup could not load fusion with LoadLibraryShim(). Error: 0x80131700"
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
We would receive the above error while removing KB976576 http://support.microsoft.com/kb/976576 The exact repro steps are mentioned below: Install .Net framework 3.5 sp1 è .Net framework 4.0 and KB976576.Now try to remove KB976576. From the log it shows...
Soumitra Mondal's WebLog
“Could not load type 'System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy'”
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
You may receive an error "Could not load type 'System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy'" after you install the update KB976769v2. WCF service may stop working also. From the logs, we saw that one of the...
Soumitra Mondal's WebLog
You may find slow down in system booting time after installing .NET Framework 4.0 client profile
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
You may find slow down in system booting time after installing .NET Framework 4 client profile on a system and removing .NET Framework 4.0 client profile may resolve the issue. First you should check if there is an mscorsvw process that is taking a bunch...
Soumitra Mondal's WebLog
"The upgrade patch can not be installed by the windows installer service because the program to be upgraded may be running or the upgrade patch may update a different version of the program"
Posted
over 3 years ago
by
Soumitra Mondal
0
Comments
The Patch KB 974417 http://www.microsoft.com/downloads/details.aspx?familyid=491874d4-5eea-4545-9b7d-3861857c862e&displaylang=en might fail to install with an error message "The upgrade patch can not be installed by the windows installer service...
Soumitra Mondal's WebLog
Web Setup (Windows Installer) project created in Visual Studio fails on a Windows 2003 Server
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
Based on the msi verbose log ( http://support.microsoft.com/kb/223300 ) I found the following root cause: INFO : [03/03/2009 16:38:00:434] [ApplyWebFolderProperties ...
Soumitra Mondal's WebLog
How to add a .net dll within your application setup (Windows Installer Package) using Visual Studio 2005/2008
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
There are two methods to do it. Method 1: Create a registry file for registration of the DLL file using regasm.exe utility ( http://msdn.microsoft.com/en-us/library/tzat5yw6(VS.71).aspx ) Ex: %windir%\Microsoft.NET\Framework\v2.0.50727\RegAsm...
Soumitra Mondal's WebLog
When you run .NET Framework 3.5 SP1 setup or Microsoft .NET Framework 3.5 Family Update with a user account whose name begins with a '#' character, the installation will fail.
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
In this scenario, if you open the verbose MSI log file for the .NET Framework 3.5 SP1 (%temp%\dd_net_framework35*.txt from this list of log files) and search for the string return value 3, you will see an error like the following: MSI (s) (1A:BC) [11...
Soumitra Mondal's WebLog
ClickOnce Application Security Settings
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
The difference between the following two Security Settings in ClickOnce Application: a> Selecting “This is a full trust application” b> Selecting “This is a partial trust application” and choosing the all Permissions Basically we would like...
Soumitra Mondal's WebLog
When you try to create a new setup project/open an existing setup project, Visual Studio 2005/2008 IDE may hang
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
To work around this problem, run DCOMCNFG.exe and clear the check box for the Provide additional security for reference tracking option on the Default Properties tab. 1. Click Start, point to Programs, point to Administrative tools, and then click Component...
Soumitra Mondal's WebLog
When you run Performance Wizard after doing custom VSTS install choosing VB only, a dialog box will pop up with an error message “Could not load file or assembly 'Microsoft.VisualStudio.VCProjectEngine, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
Resolution: User needs to install manually either C# or C++ or J# feature on the system. Repro Steps ========== 1. Install VS 2005 Team suite with custom installation and install only Visual Basic. 2. Launch Visual Studio 2005 from Start menu. 3. Create...
Soumitra Mondal's WebLog
Advertised COM add-in won't trigger on-demand install if you want to deploy the Add-in with the following conditions (HKEY_USERS + COM Add-in + managed desktop<non admin privileges>).
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
The Shared Add-In uses COM Shim, is obfuscated and is signed with Authenticode signature. I initially thought MSI advertisement would be the way to approach this. But, later investigations revealed that COM Add-Ins won't be triggered using Advertisement...
Soumitra Mondal's WebLog
How to install Expression Blend and SP1 in silent mode
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
Please try the following commands to install Expression Blend and SP1 on your system. 1. msiexec /i blend.en.msi /qb /norestart /lie blendInstall.log 2. msiexec /update blend_sp1.msp /qb /norestart...
Soumitra Mondal's WebLog
.NET Framework 3.5 OR .Net Framework 3.0 Setup might fail while installing WCF components
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
The following steps could be tried to diagnose the problem: Please verify that .Net Framework 2.0 is installed properly. You might want to start with .NET Framework setup verification tool. The .NET Framework setup verification tool is available for download...
Soumitra Mondal's WebLog
While clicking on “Calculate Permissions” button after including “WebPermission” for a partial trust application, prompts a message box “This application requires full trust to run correctly. Would you like to set this as a full trust application?”
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
I created a windows application and added a .net web service reference. Under partial trust application if we click on “Calculate Permissions” button after including webpermission, it prompts with a message box "This application requires full trust...
Soumitra Mondal's WebLog
After successfully publishing a ClickOnce application, when you try to install the application you receive an XML page on the browser window as IE opens the Application Manifest
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
In this scenario we receive an XML page when we click on the “Install” button for the ClickOnce application. The web server hosting the ClickOnce application must have the .Net Framework 2.0 installed, and IIS should be configured to use it. The .Net...
Soumitra Mondal's WebLog
How to create a slipstream package for .Net Framework 1.1 and SP1
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
Please follow the steps indicated below: <"C:\EXE" dir has dotnetfx.exe and SP1 (NDP1.1sp1-KB867460-X86.exe) package. "C:\EXE\MSI" dir will have the extracted netfx.msi and "C:\EXE\ADMIN" dir will be the target flat>...
Soumitra Mondal's WebLog
We might receive an error “SL****.tmp has stopped working" while installing .Net Framework 1.1 SP1 (NDP1.1sp1-KB867460-X86.exe)
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
In this scenario we receive an error “SL****.tmp has stopped working" and it crashes while installing .Net Framework 1.1 SP1 (NDP1.1sp1-KB867460-X86.exe), however, if we extract the patch using /XP (S867460.msp) and try installing, it installs fine...
Soumitra Mondal's WebLog
"This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic."
Posted
over 4 years ago
by
Soumitra Mondal
0
Comments
In this scenario you may receive an error "This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic" during install/uninstall...
Page 3 of 3 (72 items)
1
2
3