setup-project

c# Setup Project Localization

喜夏-厌秋 提交于 2021-01-27 17:57:24
问题 I have a desktop windows forms application written in c#, which has a setup up project. The setup project creates the setup in English. I want to make this setup wizard to be multilingual. I want my setup to ask the user which language to choose and it will continue in the language that the user chooses. I couldn't find a way to do in in visual studio 2008. What is the best way to achieve this. Thanks. 回答1: Take a look at Infralutions Globalizer.NET product. It allows you to localize the

Setup project for a windows service and the event log

旧时模样 提交于 2021-01-27 04:35:52
问题 I got a setup project that installs a windows service. We are registering a event log source in a custom log which should be used by the winservice project (how and why is not important). My problem is that the setup project tries to create an event log source per default. By doing so it get's an error message ( "Error 1001" source XXX already exists on local computer ) and rolls back. I have looked everywhere and I cannot find where the registration is done or how I can turn it off. How can

Updating GAC dlls

删除回忆录丶 提交于 2021-01-27 04:07:17
问题 I got a DLL registered in the GAC which has a bug in it (v4.2.0). I've therefore fixed that bug, updated the file version only (v4.2.1) (keeping the assembly version, v4.2.0) and built a new MSI package. The problem is that the DLL is not installed in the GAC. I verified this by right-clicking on the DLL in C:\Windows\Microsoft.NET\assembly\GAC_MSIL\MyDLL\v4.0_4.2.0.0__2269313d92725976 and checked the file version, which is still v4.2.0 There are also no other folders created under C:\Windows

Updating GAC dlls

梦想的初衷 提交于 2021-01-27 04:07:07
问题 I got a DLL registered in the GAC which has a bug in it (v4.2.0). I've therefore fixed that bug, updated the file version only (v4.2.1) (keeping the assembly version, v4.2.0) and built a new MSI package. The problem is that the DLL is not installed in the GAC. I verified this by right-clicking on the DLL in C:\Windows\Microsoft.NET\assembly\GAC_MSIL\MyDLL\v4.0_4.2.0.0__2269313d92725976 and checked the file version, which is still v4.2.0 There are also no other folders created under C:\Windows

Visual Studio Setup Project doesn't upgrade to new program

你。 提交于 2020-08-22 11:43:23
问题 Ok, here are the steps I've taken... Create and customize Setup project Set Setup project Version=1.0.0 Build Setup project Install version 1.0.0 Run program, which displays "v1.0.0" in the Window's Title bar Change code in program to display "v1.0.1" in the Window's Title bar Set Setup project RemovePreviousVersions=True Set Setup project Version=1.0.1 Change ProductCode (as prompted) Build Setup project Install version 1.0.1 Run program, which displays "v1.0.0" in the Window's Title bar The

Visual Studio Setup Project doesn't upgrade to new program

梦想与她 提交于 2020-08-22 11:42:17
问题 Ok, here are the steps I've taken... Create and customize Setup project Set Setup project Version=1.0.0 Build Setup project Install version 1.0.0 Run program, which displays "v1.0.0" in the Window's Title bar Change code in program to display "v1.0.1" in the Window's Title bar Set Setup project RemovePreviousVersions=True Set Setup project Version=1.0.1 Change ProductCode (as prompted) Build Setup project Install version 1.0.1 Run program, which displays "v1.0.0" in the Window's Title bar The

Visual Studio Setup Project doesn't upgrade to new program

不羁岁月 提交于 2020-08-22 11:41:21
问题 Ok, here are the steps I've taken... Create and customize Setup project Set Setup project Version=1.0.0 Build Setup project Install version 1.0.0 Run program, which displays "v1.0.0" in the Window's Title bar Change code in program to display "v1.0.1" in the Window's Title bar Set Setup project RemovePreviousVersions=True Set Setup project Version=1.0.1 Change ProductCode (as prompted) Build Setup project Install version 1.0.1 Run program, which displays "v1.0.0" in the Window's Title bar The

Grails 2.4.0 legacy app throwing java.lang.reflect.InvocationTargetException

懵懂的女人 提交于 2020-06-29 05:12:50
问题 Since I have Java 1.8 in my local setup and need 1.7 for Grails, I installed jEnv. When I run grails command via jenv on my Grails project directory, I get this error - sandeepan.nath$ jenv exec grails objc[31865]: Class JavaLaunchHelper is implemented in both /Users/sandeepan.nath/.jenv/versions/1.7.0.80/bin/java (0x1003b74c0) and /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1004724e0). One of the two will be used. Which one is undefined. |

How to “enable 'Download prerequisites from the same location as my application'”

走远了吗. 提交于 2020-06-24 11:28:44
问题 tl;dr Visual Studio 2013 Creating a plain installer, project template: Other Project Types > Visual Studio Installer > Setup Project There's gotta be something simple I'm missing. I've got the installers (i.e NDP451-KB2858728-x86-x64-AllOS-ENU.exe) for my prerequisites downloaded, how hard can it be to tell Visual Studio where to find them (or to put them where it naturally will look)? ================================================= Got everything working, except for incorporating