setup-project

How to use this library in Android?

那年仲夏 提交于 2019-12-12 09:22:44
问题 I want to make some ActionBar for my application using this library: https://github.com/johannilsson/android-actionbar but I don't know how to import it in my android project. There is no jar file. How can I do? Flo 回答1: First, make sure you're using the latest version of the Android SDK, things have improved dramatically within the last few months. Install the android-actionbar source code, either downloading it and unpacking it, or (preferably) using git to clone the repository on your

SQL Server 2017 Express missing from visual studio setup wizard prerequisites

你说的曾经没有我的故事 提交于 2019-12-12 09:19:49
问题 I have installed Microsoft Visual Studio 2017 Installer Projects, but SQL Server 2017 express is missing from prerequisite How to add SQL Server 2017 Express? (I'm using WPF project with .NET Framework 4.6.1). I tried SQL Server 2012 Express and got the following error: WARNING: Item 'SQL Server 2012 Express' could not find any of dependent items '.NETFramework,Version=v4.5, .NETFramework,Version=v4.0'. ERROR: To enable 'Download prerequisites from the same location as my application' in the

How to make a System.Configuration.Install.Installer to get a variable from the Setup project?

百般思念 提交于 2019-12-12 07:18:18
问题 I have 2 projects in my solution A Windows service Its Setup project I need that my ProjectInstaller : System.Configuration.Install.Installer 's method called OnAfterInstall to get the ProductName from the Setup Project. How do I do that? 回答1: Within your setup project right click project and select View > Custom Actions. Add a custom action. Now select Add Output, select your web service project, and click OK. Now select your custom action and set the CustomActionData property to contain

How to install flash player from adobe site while installing my C# application?

那年仲夏 提交于 2019-12-12 05:38:30
问题 I have created a setup project for my C# application. I want to install flash player before my C# application installs. The flash player installation should happen from the online location http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe How to prompt the client for installing flash player from the above location, before installing my C# application. I thought of adding a project to my solution, which will install the flash player from the

Visual Studio Setup Project failing to add keys to registry

烂漫一生 提交于 2019-12-12 05:38:11
问题 I'm creating a setup pacakage in Visual Studio 2008 to register a COM component and one of the actions is to add a few keys to the registry. The odd thing about it is when I run the installer it creates the key hierarchy correctly but the last key in the hierarchy it creates has the wrong GUID... whereas its right in the installer... has anyone run into this or have any suggestions on what is going wrong? Thanks 回答1: I had the same (or a similar?) problem, my solution is here: How to register

How can I undo Permanent flag in Visual Studio Setup Project

▼魔方 西西 提交于 2019-12-12 04:34:51
问题 I created a setup project using Visual Studio 2010. I accidentally checked the "Permanent" property on one of my dlls, not realizing what I was doing. From here, I've learned once you turn that setting on, turning it off will not fix the problem. The file I originally marked Permanent will never be removed on an uninstall even though I've changed the Permanent property back to false. But, there's gotta be a way, right? There has to be something in the registry but I'm not finding anything.

Setup Project: user enters a value then store it in a text file or database

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 03:53:07
问题 As the title said, how can i do that? I've search some tuts on google, but only for creating simple setup projects.sample When the user enters 'something', that value will be stored in a textfile or database after installation and is located in the application location (ProgramFiles). thank you ^_^ 回答1: That dialog looks like a TextBoxes dialog, and that dialog has uppercase property names for the content. If it's TextBoxes(A) the property name is probably EDITA1 so you use it in the format

How to lower the requirements for a WPF app Visual Studio Installer?

邮差的信 提交于 2019-12-12 03:45:22
问题 I created a WPF app I changed its framework to 3.5 Client Profile I created a Visual Studio Setup project I added the WPF app output to the Setup project I even changed the Setup project prerequisites to require only the 3.5 version When I try to use the Setup on a fresh Windows 7 machine it tells me: This setup requires the .NET Framework version 4.0 How to make it run without installing the 4.0? 回答1: I found the solution at http://rakesh-moss2007.blogspot.com/ In the setup project, double

C# Setup Project Custom Action to save the installation directory to custom setting file

柔情痞子 提交于 2019-12-12 03:23:53
问题 I am trying to make an application using windows installer as it's install method. When the installation succeeds I want to get the path where the primary output is located that I configured in the installer. In my case the primary output is in the folder [ApplicationData(Installroot)]\Bin\ . I also have a custom settings file called App.Settings in 1 my Class Library which controls several settings like file locations who are relative to the install location. So the idea is that when the

creating setup c#

只谈情不闲聊 提交于 2019-12-11 18:27:08
问题 I want to make setup in such a way there are two radio button in my setup that will ask full installation or custom install. IN full intallation this include all folders but in customs installlation 1 or 2folder not installed in Computer.....I have made setup of Full Installation but iam not able to make custom installation. so please help me to make setup which ask custom or full installation. for example Ms office ask full or custom installation if we tick custom then we are to install