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)
December, 2009
MSDN Blogs
>
Windows Installer MSI & Clickonce issues
>
December, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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...
Page 1 of 1 (8 items)