Search found 58 matches

Go to advanced search

by NigelShaw
Thu Oct 12, 2023 6:02 am
Forum: Building Installers
Topic: Update Silent download NOT install
Replies: 2
Views: 5337
 
Jump to post

Re: Update Silent download NOT install

Hi

i resolved this in code. I was able to download the file only using /silentall -justdownload. This placed in in the version specific folder. I then ran some code to get the sub folder (its the only 1 there), move the downloaded file up a level then delete the folder


Thanks
by NigelShaw
Wed Oct 11, 2023 11:33 pm
Forum: Building Installers
Topic: Update Silent download NOT install
Replies: 2
Views: 5337
 
Jump to post

Update Silent download NOT install

Hi Im downloading an updated version of a file using the updater but the downloaded file isnt an exe, its a dll. I just need the file to download and replace the existing file in the folder but what happens is, it gets placed into a new folder of the new version instead eg. Version 1.2.0 How can i p...
by NigelShaw
Thu Jan 12, 2023 6:41 am
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

Re: A few questions :)

Hey Ive installed the Windows SDK so that issue should resolve. In terms of the issue of Product code, i didnt change that but it appears to have changed on its own. I changed the version code on the main .exe that is being installed (which is my project) but i didnt get the prompt offering to chang...
by NigelShaw
Thu Jan 05, 2023 8:10 am
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

Re: A few questions :)

Hey Im having a small issue creating a patch. Here is what i did- in visual Studio - I increment my project output to compile as V1.0.2 from V1.0.1 In my installer project - i increased the product version from V1.0.1 to V1.0.2 - I kept the product code as the existing code - I built the project - N...
by NigelShaw
Tue Dec 13, 2022 11:33 pm
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

Re: A few questions :)

Hi Back to basics. Been a while since ive been around, some family personal matters overseas. could you please refresh me in a summary? I have changed my installer to an msi 1. i would like to release periodic patches to fix very minor bugs How do i create a patch and can i use the updater to automa...
by NigelShaw
Sun Sep 04, 2022 7:59 am
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

Re: A few questions :)

Hi Thanks for taking to the time to respond, i know ive messaged a lot lately and its really appreciated that you are being patient with me. I do have a couple of final questions / comments that still remain a little unclear exe vs msi Exe works better. The dialog in exe looks as expected vs the sam...
by NigelShaw
Fri Sep 02, 2022 4:59 am
Forum: Building Installers
Topic: Registry - Skip existing Values
Replies: 7
Views: 7436
 
Jump to post

Re: Registry - Skip existing Values

Hi there! Ive tried every possible way i can think of to try and get a registry value not to be overwritten but my efforts are not successful. Even when the reg value is set to Do Not Overwrite & Permanent & Do not register with windows installer, it still overwrites. furthermore, i tried ad...
by NigelShaw
Thu Sep 01, 2022 2:15 pm
Forum: Building Installers
Topic: Update - Best or Typical practice
Replies: 3
Views: 5484
 
Jump to post

Re: Update - Best or Typical practice

Hey

Ok i understand.

Thanks
by NigelShaw
Thu Sep 01, 2022 6:29 am
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

Re: A few questions :)

Hey a bit of info regarding the registry to see if there is a way to do it within Advanced Installer Registry values for users that are existing users on the machine. Per User registry keys are typically edited in HKCU but in order to successfully apply any new registry keys on a new install to all ...
by NigelShaw
Thu Sep 01, 2022 2:31 am
Forum: Building Installers
Topic: A few questions :)
Replies: 11
Views: 17929
 
Jump to post

A few questions :)

Hi there! I dont want to swamp your board with a bunch of threads, i feel that i have done that already... I have some questions that i cannot find an answer for, maybe you can respond in context and keep everything to this single thread? Registry I want to add keys for existing users & future u...
by NigelShaw
Wed Aug 31, 2022 4:10 pm
Forum: Building Installers
Topic: It cant be just me, im not that unlucky
Replies: 5
Views: 6314
 
Jump to post

Re: It cant be just me, im not that unlucky

Hi

start a new installer project
go to themes and select Air Flat and set it as current
go to the Images tab
scroll down to <AI_THEME_VAR>glassbackground.png & <AI_THEME_VAR>min-background.jpg

here you will see the images in question
bg.jpg
bg.jpg (133.35 KiB) Viewed 6291 times
by NigelShaw
Wed Aug 31, 2022 7:57 am
Forum: Building Installers
Topic: It cant be just me, im not that unlucky
Replies: 5
Views: 6314
 
Jump to post

Re: It cant be just me, im not that unlucky

Hi I didnt want that particular dialog, it just kept appearing. I digress, i changed to another theme that was all white (Air Flat). I went through all of the dialogs and they were all white until i tested it. Then it became white, grey and a space like full image that isnt part of any other theme.....
by NigelShaw
Wed Aug 31, 2022 12:39 am
Forum: Building Installers
Topic: It cant be just me, im not that unlucky
Replies: 5
Views: 6314
 
Jump to post

It cant be just me, im not that unlucky

Hey support! I dont want to sound snarky or appear to complain but...... There are a range of problems that im struggling to resolve. Registry, updates and now dialogs... This V2.jpg looks like this when in use V1.jpg I am on my last attempt at creating an installer from start. If i cannot get the r...
by NigelShaw
Tue Aug 30, 2022 10:22 pm
Forum: Building Installers
Topic: Update - Best or Typical practice
Replies: 3
Views: 5484
 
Jump to post

Update - Best or Typical practice

Hey Ive had various threads regarding updates, each one with a specific topical direction. Ive also been through your help files and while i appreciate they are helpful, each help file is specific to its content and i cant really find anything that explains in detail a way to create an initial insta...
by NigelShaw
Mon Aug 29, 2022 5:05 pm
Forum: Building Installers
Topic: Pausing the update then continuing
Replies: 1
Views: 4370
 
Jump to post

Pausing the update then continuing

Hey I have seen a few posts about the need to pause an application while checking for an update then conditionally running the application after. I made a solution that works for me, hopefully it might workout for you too 1. I separated my application into a Launcher & application. The Launcher ...

Go to advanced search