Sign In
Windows Installer MSI & Clickonce issues
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
'/LM/W3SVC/1392067981/ROOT/'
-2147024748
Add in
ARPSYSTEMCOMPONENT
AsInvoker
bootstrapper
clickonce
COM
Component Services
Debug
Different URLs
Elevate
GAC
GPO
KB971090
KB973673
Launch Condition
manifest
Minor update
MSI
msimsp
MSM
Native Custom action
OCX ActiveX control
UAC
Archive
Archives
May 2012
(1)
February 2012
(1)
December 2011
(1)
November 2011
(1)
December 2010
(1)
August 2010
(5)
June 2010
(1)
December 2009
(9)
November 2009
(3)
October 2009
(9)
September 2009
(5)
July 2009
(4)
MSDN Blogs
>
Windows Installer MSI & Clickonce issues
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Installer MSI & Clickonce issues
An error occurred while signing: Key not valid for use in specified state
Posted
22 days ago
by
Soumitra Mondal
0
Comments
When a user tries to publish a ClickOnce application after changing the user account password, it would fail with one of below error messages: “Cannot publish because a project failed to build.” “An error occurred while signing: Key...
Windows Installer MSI & Clickonce issues
"Reference in the manifest does not match the identity of the downloaded assembly"
Posted
3 months ago
by
Soumitra Mondal
0
Comments
You may find the below error message while launching a ClickOnce application: “Reference in the manifest does not match the identity of the downloaded assembly MyApp.exe.” Log snippet: ERROR SUMMARY Below is a summary of the errors,...
Windows Installer MSI & Clickonce issues
Removal of a component from a feature is not supported
Posted
5 months ago
by
Soumitra Mondal
0
Comments
You might observe that files are not being upgraded after applying a small update or a minor upgrade patch. The upgrade log may not show the exact cause of the issue. After investigation, I found some component rule violation in the upgrade package. ...
Windows Installer MSI & Clickonce issues
An error occurred while signing: SignTool.exe not found.
Posted
6 months ago
by
Soumitra Mondal
0
Comments
While publishing a ClickOnce application using Visual Studio 2010, it may fail with the following error message: Error 1 Cannot publish because a project failed to build. Error 2 An error occurred while signing: SignTool.exe not found. Build output...
Windows Installer MSI & Clickonce issues
“Current thread must be set to single thread apartment (STA) mode before OLE calls can be made”
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
While calling a OpenFileDialog ( http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx ) via Installer class as a Custom Action in the Visual Studio Setup project, it just hangs there. When we attach a debugger we receive...
Windows Installer MSI & Clickonce issues
VS2010 Setup project - Migration from VS2008 does not work with Upgrades
Posted
over 2 years ago
by
Soumitra Mondal
1
Comments
Symptom Migrated a Setup project from VS2008 to VS2010 and set RemovePreviousVersion=True so as to effect a Major Upgrade. The MajorUpgrade finishes with files being removed from the application folder. Cause Component GUID's are changed when...
Windows Installer MSI & Clickonce issues
ClickOnce - .net 4.0 errors: "Deployment manifest is not semantically valid" and "Deployment manifest is missing <compatibleFrameworks>"
Posted
over 2 years ago
by
Soumitra Mondal
2
Comments
Team Build 2010 is being used to build the deployment manifest for a .Net 4.0 application to be deployed via ClickOnce. The application manifest is being built using mage.exe After the application and deployment manifests have been built successfully...
Windows Installer MSI & Clickonce issues
ClickOnce - File accociations are lost upon progrmmatic updates to ClickOnce on Win 7 X64
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
File associations created for ClickOnce applications are lost only on Win 7 X64 bit machines upon a programmatic update. Bug in ClickOnce due to Registry reflection disabled in Win 7. Programmatic updates with ClickOnce run under Wow64 on Win 7...
Windows Installer MSI & Clickonce issues
VS Setup project - vsdraCOM sets codebase in registry to point to the SourcePath
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
Using VS Setup project to deploy an application that uses COM component. The COM component is being registered by setting vsdraCOM. When the application is installed on the target machine the registry codebase for the COM component is pointing to the...
Windows Installer MSI & Clickonce issues
VS Setup project - Pass Checkbox properties as arguments to MSI during silient installations
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
Checkboxes are used in Install UI to select what files need to be installed. This works fine when installing in full UI. During silent installation via the command line, the property cannot be set as arguments to msiexec. The property values are...
Windows Installer MSI & Clickonce issues
ClickOnce -- TargetFrameworkVersion
Posted
over 2 years ago
by
Aditya Hari
1
Comments
Issue: =============== Though the ClickOnce application is set to ToolsVersion="3.5" and the TargetFrameworkVersion is v.3.5 we see that when building with TFS 2010 the manifest includes the following dependency <dependency> <dependentAssembly...
Windows Installer MSI & Clickonce issues
Windows Installer 4.0 - MSI that installs data files under System Protected folders does not remove files upon uninstall.
Posted
over 3 years ago
by
Gauravb
0
Comments
Installing data files (.mdb) into System Protected folders (Program Files, System32 etc..) on Windows Vista machines as Standard user. Upon uninstall the data files appear to be removed, however when a new version of the application is installed the...
Windows Installer MSI & Clickonce issues
MSI: Unable to elevate an uninstallation via ARP in Vista
Posted
over 3 years ago
by
Gauravb
0
Comments
MSI built using WiX Installer consists of Actions that require elevation. The CustomActions are not designed to run under SystemContext. The installation/uninstallation will have to be done using an Admin command prompt. The uninstallation using...
Windows Installer MSI & Clickonce issues
Native Custom action dll fails to build on x64
Posted
over 3 years ago
by
Gauravb
0
Comments
when you changed the build environment from Win32 to x64 and tried to build the setup project Its giving Error the Visual studio 2005 always complained the error message " Entry point ‘xxxxxx’ not found in module ‘xxxxxx’ for custom action ‘Primary...
Windows Installer MSI & Clickonce issues
Per-User installation of an MSI as standard user on Vista is installing files into Administrators profile
Posted
over 3 years ago
by
Gauravb
0
Comments
Files are being installed into the Administrators Profile rather than to the Standard Users profile. This does not appear to be the default behavior for an Admin assisted installation as per documentation on http://msdn2.microsoft.com/en-us/bb384154...
Windows Installer MSI & Clickonce issues
MSI: About the Uninstall Registry Key, WindowsInstaller Value
Posted
over 3 years ago
by
Gauravb
0
Comments
MSI packages built using Visual Studio Setup and Deployment project create the following registry key. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<Product Guid>\WindowsInstaller . There is no official Microsoft...
Windows Installer MSI & Clickonce issues
How to make ClickOnce work over SSL requiring client certificates
Posted
over 3 years ago
by
Gauravb
1
Comments
Current feature limitations of Clickonce does not provide for security over internet by design. It does work over SSL with server certificates which provides a mechanism to let users know that the application is coming from a trusted publisher....
Windows Installer MSI & Clickonce issues
How to build an MSI to deploy ActiveX control
Posted
over 3 years ago
by
Gauravb
0
Comments
1. Create a new Setup and Deployment Project in Visual Studio. 2. Include the ocx files in the Project using the “File System Editor” as in http://msdn2.microsoft.com/en-us/library/4ddxk2ye(VS.80).aspx It’s better to have the files in system32...
Windows Installer MSI & Clickonce issues
How to disable the default Launch condition for the .Net Framework in a Visual Studio Setup and Deployment project.
Posted
over 3 years ago
by
Gauravb
0
Comments
Two ways to do this. 1) Create a Transform to make apply changes to the MSI as to skip the default launch condition. You may then author a Custom launch condition to only display a message and exit the installation. Open the complied MSI using...
Windows Installer MSI & Clickonce issues
Issues encountered when the same XBAP application is run from different codebases and the user navigates between those different codebases.
Posted
over 3 years ago
by
Gauravb
0
Comments
When the user navigates between different codebases, he may encounter with a blank/hang web page that fails to render the application. The issue can be encountered in the following scenarios: 1. Navigate to URL1/xbap1 2. Navigate to URL2/xbap1 ...
Windows Installer MSI & Clickonce issues
ClickOnce Publish Error: "Cannot continue. The application is improperly formatted. Contact the application Vendor"
Posted
over 3 years ago
by
Gauravb
0
Comments
Publish fails with Error "Cannot continue. The application is improperly formatted. Contact the application vendor for assistance." Consequently after the failure to publish, when the application is debugged from within the IDE there is an error ArgumentNullException...
Windows Installer MSI & Clickonce issues
ClickOnce:VS08 SP1 XML serialization assemblies not publishing
Posted
over 3 years ago
by
Gauravb
0
Comments
When using msbuild to publish the ClickOnce application which uses XML serialization assemblies we notice that they are not published. Cause It is known issue with Visual Studio 2008 SP1 and only with msbuild. If we publish normally using the...
Windows Installer MSI & Clickonce issues
ClickOnce Application Security Settings
Posted
over 3 years ago
by
Gauravb
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 to know...
Windows Installer MSI & Clickonce issues
When you try to create a new setup project/open an existing setup project, Visual Studio 2005/2008 IDE may hang
Posted
over 3 years ago
by
Gauravb
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...
Windows Installer MSI & Clickonce issues
How to add a .net dll within your application setup (Windows Installer Package) using Visual Studio 2005/2008
Posted
over 3 years ago
by
Gauravb
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...
Page 1 of 2 (40 items)
1
2