Search found 8 matches

Go to advanced search

by KraigK
Tue Mar 19, 2024 7:49 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Re: Installer not picking up changes in csproj file

More info: I did a very methodical test and this seems to be an issue with AI, or the way I have my setup project configured. Using the test app I sent. Setup as follows: In csproj, set <Version> to 1.0.0 In csproj, set <FileVersion> to 2024.03.01.0000 Setup DefaultBuild to build InstallerTest first...
by KraigK
Tue Mar 19, 2024 5:51 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Re: Installer not picking up changes in csproj file

It only works the first time. Change the <FileVersion> tag, build msi and install. The new number you entered there is not reflected. I discovered this by doing an in-place upgrade. I incremented the <Version> and <FileVersion> tags here and in the aip project. The app does replace the previous vers...
by KraigK
Wed Mar 13, 2024 4:30 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Re: Installer not picking up changes in csproj file

Open the solution I sent, enter something for the <Version> and <FileVersion> tags in .csproj Run the app in debug mode and the version numbers you entered will be in the form's title bar. Now build an installer, install, run - the forms title bar does not reflect csproj Hello Kraig, Apologies, it l...
by KraigK
Mon Mar 11, 2024 5:46 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Re: Installer not picking up changes in csproj file

I did send a test project as zip via email, did you not receive?
by KraigK
Wed Mar 06, 2024 5:00 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Re: Installer not picking up changes in csproj file

Can't send zips and forum wouldn't let me attach. Looks like I should be able to email it, I'm looking into it.
by KraigK
Wed Mar 06, 2024 4:59 pm
Forum: Common Problems
Topic: Installer not picking up changes in csproj file
Replies: 9
Views: 18212
 
Jump to post

Installer not picking up changes in csproj file

In my csproj file, I set the <Version> and <FileVersion> tags and then use this in my app to do a verification that the user is using the correct version of the app. I used to use a VS Setup project but recently switched to AI. When I do a release build, I update those tags and build. When installin...
by KraigK
Mon Jan 29, 2024 5:53 pm
Forum: Common Problems
Topic: Add Project Output does not add files
Replies: 2
Views: 5042
 
Jump to post

Re: Add Project Output does not add files

Ugh, 5 minutes after I posted this I figured it out. I had never built the project, as soon as I did, it was fine.
by KraigK
Mon Jan 29, 2024 4:31 pm
Forum: Common Problems
Topic: Add Project Output does not add files
Replies: 2
Views: 5042
 
Jump to post

Add Project Output does not add files

I'm currently evaluating AI and ran into a problem. When I first tried it out, it seemed to work great. I believe I updated VS2022, minor upgrade e.g. 17.8.3>17.8.5 then things got weird. I was fighting the tool and thought I was doing something wrong. I did a complete reinstall of VS and extensions...

Go to advanced search