Re: Changing properties of files/executables



It's in the resources section of the project. Details depend on which
version of Visual Studio you have and what kind of project it is. For
example, .NET puts those things in the assemblyinfo file.
--
Phil Wilson [MVP Windows Installer]
----
"Omri" <Omri@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E1DC9611-1CE0-4599-86C4-077F4CF9CDC9@xxxxxxxxxxxxxxxx
> The meaning is not during run-time but during compilation/link so that
> when
> delivering an executable/dll it's properties will be set.
>
> "Phil Wilson" wrote:
>
>> Assuming you mean APIs, there are a bunch of them that deal with
>> resources
>> in code files, like FindResource, LoadResource, LockResource,
>> BeginUpdateresource, UpdateResource, EndUpdateResource. These let you
>> open a
>> code file and change values etc.
>> --
>> Phil Wilson [MVP Windows Installer]
>> ----
>> "Omri" <Omri@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:1EA0E984-46C4-4239-BCE1-76A855CBDA45@xxxxxxxxxxxxxxxx
>> > Hi,
>> >
>> > How does one automatically change the properties (file version, title,
>> > company...) of generated files (exe, dll, etc.).
>> >
>> > thnx.
>>
>>
>>


.



Relevant Pages

  • Re: files required in web page folder
    ... All you will need is the ASPX files, any HTML files, XML files or other ... and the DLL. ... The C# code files you can remove. ...
    (microsoft.public.dotnet.languages.csharp)
  • New C# programmer questions
    ... one of them, but that just isn't it, according to Visual Studio 2008. ... So I was hoping somebody could tell me how to kill my ... Console application when the user wants to. ... me how to link code files together so I can have multiple classes ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Create Project from Existing Code doesnt create subfolders
    ... >We have a large project that I want to convert to use Visual Studio ... >instead of makefiles. ... >Existing Code Files" wizard, it dumps all the source files ... It'd be worth submitting a suggestion on it: ...
    (microsoft.public.vc.ide_general)
  • Create Project from Existing Code doesnt create subfolders
    ... We have a large project that I want to convert to use Visual Studio ... instead of makefiles. ... Existing Code Files" wizard, it dumps all the source files ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: Help on porting from vb.net to WinCE 4.2?
    ... You have to obtain a copy of Visual Studio .NET 2003 Professional or above. ... Create a new Smart Device Project and add your code files to it ... see this for sharing code between desktop and device: ...
    (microsoft.public.windowsce.embedded.vb)

Loading