Our Win32 applications need to write in their installation directory. So under Windows 7 and Server 2008, this requires administrator rights.
I have a smart client app (WinForms/WPF) currently deployed using ClickOnce. A particular client has expressed the 开发者_如何学Godesire to silently deploy the app to it\'s intranet network users as
In my installer (created using WiX)开发者_如何学JAVA I forcefully re install everything using msiexec REINSTALL=ALL REINSTALLMODE=vamus /qr /i setup.msi command. This was working fine but after adding
I have an addin for outlook which is installer per user.The installer copies the dlls and user specific registry entries.I using VS2008 vdproj for generating msi installer.
I am using InstallShield 2008 premium edition. I created one basicMSI project only to target x64 platforms. I changed summary property to \"x64\".
Is it possible开发者_JS百科 to have a conditional installation configuration, slaved wth the Visual Studio configuration environment?
We have an installer for application that is compiled using WiX and each version is updated using a new setup package. The installer creates advertised shortcut in Start menu and users often copy this
How to find version of an a开发者_JAVA技巧pplication installed, using c#. Is there a way to know component id of application?
How to set custom property in a msi file on the fly? I 开发者_如何学Pythondo not want to pass the custom property using msiexec. I want to save the value of the property in the msi file itself based o
I would like to install a .NET 4.0 application on the user\'s machine that does not meet certain prerequisites.