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)
August, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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
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
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
"Xamlviewer" folder is deleted after installing .Net Framework 3.5 SP1 on a Windows XP / Windows 2003 system.
Posted
over 4 years ago
by
Soumitra Mondal
1
Comments
When you install .Net Framework 3.5 SP1 on a Win XP / Win 2003 system, it deletes a folder called "Xamlviewer" located in C:\WINDOWS\Microsoft.NET\Framework\v3.0\WPF. The "Xamlviewer" folder contains three xaml files. The XamlViewer...
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
How to call a .net assembly in VBA using COM Interop
Posted
over 4 years ago
by
Soumitra Mondal
1
Comments
In this scenario we want to use the .net assembly on the target machine without having access to the GAC and call it in VBA using COM Interop. In order to accomplish this we will need to use regasm.exe utility ( http://msdn.microsoft.com/en-us...
Soumitra Mondal's WebLog
After installing Visual Studio 2008 Standard with only VC++, when you try to build any kind of C++ project you will receive the following error message: Project : error PRJ0003 : Error spawning 'cl.exe'
Posted
over 4 years ago
by
Soumitra Mondal
2
Comments
Resolution: You would also need to install C# along with VC++ Repro Steps ========== Install Visual Studio 2008 Standard with only C++ Launch VS 2008 IDE Create any kind of new C++ project Build the project You will receive the following error message...
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
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
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...
Page 1 of 1 (10 items)