Tagged Questions
0
votes
0answers
21 views
Register sharpshell assembly with setup.
I was looking for a way to add a menu item on right click for special files until I found this article SharpShell
I was able to write my modified shell and to register it using ServerManager.exe.
...
0
votes
0answers
11 views
How to make an app available for other users after installation? [migrated]
I hope there is a way to do this, Let me explain it:
When you install a software on Windows, you are asked to do it for everyone or just for the current user. Well, I made a mistake, I installed it ...
0
votes
0answers
66 views
What means ReturnValue: 3 of win32_product install method
I am using powershell and WMI to install msi package on remote machine, and getting return value 3 when trying to install. It's strange, because before installation my script checks for installed ...
0
votes
1answer
40 views
Writing unique GUID to registry
What is the simplest way to write unique GUID to registry during each installation using WIX? I have a simple installer without custom actions dll and don't want to create one just for this task. I ...
0
votes
0answers
71 views
MSI - Uninstall a deleted Program Folder with CustomActions that set InstallerClass=true
I had a MSI Project with CustomAction hat set InstallerClass=true
[RunInstaller(true)]
public class InstallerClass : System.Configuration.Install.Installer
{
public InstallerClass()
: ...
0
votes
0answers
39 views
Windows Installer- Primary-output Placing a dll in different location then Install Dir
I am using VS 2010 ,created a Shared Add-ins and I am using Windows Installer
When I add Primary Output(Active) in Setup Some dll gets added e.g. a.dll,b.dll,c.dll in my Application Folder
I have ...
1
vote
1answer
62 views
pre-Installation Script for an MSI package
I have created an .vbs script which executes some actions(i.e close some processes etc) and later executes a msi installation. I want to find a way to merge this .vbs script inside the package so the ...
2
votes
1answer
195 views
How to pass a property from an EditBox control in burn native bootstrapper to a MSI
I have an EditBox controls in the options dialog of the native bootstrapper application:
<Editbox Name="MyEditBox" X="221" Y="151" Width="-100" Height="21" TabStop="yes" FontId="3" />
In the ...
2
votes
1answer
55 views
Upgrading one product but not the other when both products have the same upgrade code
I have two products installed. They have the same version number and upgrade code, but different product code. I would like to do a major upgrade on one of these products, but the upgrade exe that I ...
0
votes
1answer
35 views
What do I need to do to make the msi inaccessible or not to generate msi in TEMP folder for those people whose conditions are not met?
I have created a single executable file (.exe) that contains msi file. I have also set some conditions so that the installer will run only when particular conditions are met.
However, the problem ...
1
vote
1answer
301 views
Completely Silent MSI installer with prerequisites
I have a simple C# application which I need to create a silent installer for. I am using Visual Studio Installer (MSI-based). Since it is C# application, installer must install .NET framework as ...
1
vote
1answer
3k views
Error installing software “cannot locate microsoft visual foxpro support library windows xp”
When i try to install a software in my Windows XP machine, it is looking for Microsoft Visual foxpro support libraries, getting error "cannot locate microsoft visual foxpro support library".
Googled ...
0
votes
2answers
58 views
Prevent deleting a folder during uninstall
Is there any possible way to prevent files in a folder being removed or from over written during re installation? i have a folder where i store some templates for sending mails which user can edit.I ...
1
vote
1answer
1k views
Prequisite install .Net 3.5 framework on windows 8 with msi built from visual studio 2005
I have an msi project within Visual Studio 2005 c#.
I have selected the: "Install .Net 2.0" within the prequisite of the msi and selected the option to run the msi from the current location, thus ...
0
votes
2answers
51 views
Looking for a tool to create a complex windows installer package
Part of our business includes providing a (windows) desktop machine with a pile of Data Acquisition Cards and associated software all set up and working for our customers.
Right now, we package up ...
1
vote
0answers
65 views
getting value from install.ini for installation
I am creating an installer and I want to get value of Target Directory in which the stuff will be installed from install.ini file.How can I do this using installshield or Factory setup?
1
vote
1answer
90 views
reading data from zip file in install shield
I am creating installer for my data files,The data files are present inside the zip folder,I want that whenever user clicks on installer the data files inside the zip should be extracted to specified ...
1
vote
0answers
145 views
WiX Overcoming “Could not access network location” error
Currently doing my best to put together an installer for our C# app using Wix but have hit a block with the following problem.
By default the application is installed in the ProgramFilesFolder ...
0
votes
1answer
116 views
Can I ensure components installation order?
I'm considering implementing DB upgrades using WiX installer. So there would be few components with SqlScript elements. But I'm not sure if I can rely on the component execution sequence.
Does WiX ...
0
votes
2answers
146 views
Issue with dotNerInstaller Getting error “The installation package could not be opened. Verify…”
When I create exe within the C:\Program Files\dotNetInstaller\bin folder, and run it, it works perfect, install perfect, but when I try to install that exe from any other location/path, the error ...
0
votes
1answer
69 views
How to detect operation system during installation then install compatible file?
I have a Visual Studio C++ MSI package that is compatible with Windows XP, and I have another one that is compatible with Windows Vista, 7, 8.
So, I have two MSI files. Now, what I want is, the ...
-1
votes
1answer
66 views
Is it possible to overwrite a xap file which was installed by another msi?
Assume that we have msi x.msi and it is installing a xap file.
We want to overwrite the xap file via another msi (for ex. using y.msi).
Is it possible to overwrite via another msi? will it have any ...
0
votes
1answer
235 views
How to get installed software details from windows registry?
I am developing an application for installing software from exe or msi file.
After Installation I want installed software details from registry in C#,
so that I can use that details for uninstallation ...
12
votes
4answers
832 views
Installation of Visual Studio 2010 (any edition) installs only 2 files in the C++ headers directory
I installed Visual Studio 2010 Premium on my Windows 7 workstation. After loading a test C++ project, I noticed that it could not locate iostream. I took a look in C:\Program Files (x86)\Microsoft ...
1
vote
2answers
73 views
Installation tools for windows deployment [closed]
Depends on your experience what are best free installation tools available for windows deployment for both managed and unmanaged deployment ?
Visual studio setup project only works for simple ...
0
votes
1answer
63 views
Do MSIs contain a checksum?
I'm writing a utility to deploy some MSIs on remote machines. Do MSI files contain a built-in checksum that will be checked when they are run, or do I need to write something to check that they have ...
0
votes
1answer
54 views
Altering Three Variables in an SQL File Without Explicitly Opening It
To clarify what my question means and give some context, me and my colleague are working on an msi package (developed using WiX 3.5) that automates the installation and configuration of a terminal ...
1
vote
2answers
43 views
Installer installing on two machines
I need to create one installer which will install components on two different machines.Windows services and web services on "APP Server" and database part on "DB Server". SQL Server 2005/2008 will be ...
0
votes
3answers
2k views
SQL Server 2008 Installation error message: Unable to open windows installer file
When running the SQL Server 2008 setup, I receive the following error message:
TITLE: Microsoft SQL Server 2008 Setup
The following error has occurred:
Unable to open Windows Installer file ...
1
vote
2answers
154 views
Visual Studio WebSetup Installer, install to multiple web sites
I want to make an installer that reads the directories where it should install from registry, and with this data collected show a window with these directories, each one with a checkbox for selecting ...
1
vote
2answers
777 views
How to take snapshot of registry entries/folders before installing upgraded software?
I am installing an major upgrade of product in my system.
Folders and registry entries will be updated for this.
I would like to take snapshot of folder structure and registry before/after ...
0
votes
1answer
145 views
Wix - Custom Actions on uninstalling from Control Panel
I've got a .NET 4 desktop application with a MSI installer developed with Wix.
Currently when my application is running minimized to the system tray and user tries to deinstall it from Control ...
1
vote
1answer
688 views
Inno IDE Eliminate View checkbox after installation
After an installation has completed, the installer gives the user a check box option labeled "View" that gives the user the option to apparently open the installation folder upon completion of the ...
0
votes
1answer
334 views
Inno IDE Rename directory during copy
I have an Inno setup script with the following line in the [files] section:
Source: Release\bin\glassfish-3.1.2; DestDir: {sd}\MyApp; Flags: ignoreversion recursesubdirs createallsubdirs external;
...
1
vote
4answers
128 views
Can a Windows Installer perform logic like a normal application
Can a Windows Installer perform logic like a normal application?
For example: I am creating an installer that installs plugin files to a 3rd Party Application's directory on the C drive. But the ...
1
vote
1answer
507 views
Wix: How to use FileInUse dialog
The installation should require closing all browsers: iexplore.exe, chrome.exe and firefox.exe, but should prompt the user to do so. I'm unable to get the FileInUse dialog to come up. Here are the ...
1
vote
0answers
356 views
Visual Studio Setup Project: Install Service Executable Marked as Hidden, System
I'm using a Visual Studio 2010 'Setup Project' to install my C# Windows Service application.
I want to mark the installed service executable as hidden and system in the file properties, like so:
...
0
votes
1answer
112 views
write permissions to local file with msi installer
I have a problem with my app when installing it with msi installer.
The app uses local sql compact DB . If the user logs in as admin every thing works fine , but if the user logs in not as admin , ...
0
votes
1answer
69 views
Visual Studio Installer order of component uninstallation
Our project has a windows service and UI components. On un-installation the Windows installer tries to kill the processes automatically. I would like installer to kill the UI first and service later ...
1
vote
1answer
613 views
c# how to avoid installing with administrative rights
I have a windows app developed in VS2010 and a setup project within the solution. I was using the registry for storing certain application settings (legacy functionality) but I removed that now and ...
0
votes
0answers
144 views
Setup.exe download twice the msi file
I have a strange issue with my setup.exe project file , when I run the setup.exe file , it check for prerequisites of the app , download and install them , it also download the msi file to install the ...
0
votes
1answer
289 views
How to create a shortcut that points to default.aspx page from MSI Factory
I am using MSIFactory first time to create installer for my web application, I am stuck at following point:
How to create a shortcut that points to default.aspx page of website installed.
I have ...
0
votes
1answer
242 views
For a Bootstrapper, the FileCheck element isn't finding the file on 64 bit OS in System32
Hi I am attempting to create a new boostrapper from my WiX generated MSI. I have done one and it worked but now I need to do another where I check the file version on the file.
According to MSDN I ...
1
vote
2answers
5k views
How to delete application file from AppData\Roaming folder
I am using windows installer to create setup project.
How I can remove/delete application files from AppData\Roaming folder when application uninstalled.
I tried added a special folder and set ...
3
votes
1answer
299 views
Is there a way to install msm directly without creating another setup?
I would like to know if there is a way to install msm directly without creating another setup project?
1
vote
2answers
944 views
MSI package property table entries to enable update releases
I use a program called MSICREATE to generate msi packages for a piece of software. I then use orca to transform the msi package. Things work ok but users must delete the existing product before ...
0
votes
0answers
64 views
Displaying Air Installer output in Windows Installer
I'm using InstallJammer to create an installer file that installs my AIR app and also checks to see if AIR is installed.
For this, I use the AdobeAIRInstaller.exe file. What I want to do is somehow ...
0
votes
1answer
40 views
What is the correct way of customizing an installer
My scenario is as follows:
I have a client-server application. The client is deployed through an MSI package. I would like to customize the MSI to include some details that are specific for the each ...
0
votes
0answers
627 views
MSI: Setup failed due to unexpected cirumstances The error code is 80004005 Installation failed with error code 1603
I am trying to install SCCM client on a machine. I have tried remotely, I have tried manually. I have removed everything (ccm folder, ccmsetup folder) I am not sure what else to do.
I am getting the ...
1
vote
0answers
158 views
How does Microsoft Web Platform Installer work? [closed]
I am curious how does Microsoft Web Platform Installer install software/programs silently?
Is it utilizing some kind of a silent installation mechanism provided by the Microsoft Installers or it is ...

