Search found 42 matches

Go to advanced search

by Tvalone
Wed Mar 06, 2019 12:29 am
Forum: Common Problems
Topic: Local application data
Replies: 5
Views: 4467
 
Jump to post

Re: Local application data

Daniel do you have a sample of a custom action copying a file from the programs file folder to the appdata folder?
by Tvalone
Tue Mar 05, 2019 10:36 pm
Forum: Common Problems
Topic: App Data files not installing on new installs
Replies: 2
Views: 2471
 
Jump to post

Re: App Data files not installing on new installs

I should add that if the customer had the app installed before the uninstall does not remove the folder from app data. Thus a reinstall works. However a customer who is a fresh install does not get the new folder in app data.
by Tvalone
Tue Mar 05, 2019 9:04 pm
Forum: Common Problems
Topic: App Data files not installing on new installs
Replies: 2
Views: 2471
 
Jump to post

App Data files not installing on new installs

Using Advanced Installer 14.9. I store two files in Application Data under my apps name. If the user is an admin of his machine it works fine. If the user is not and has an admin install it for him then the folder and files do not show up. When I say install the user starts the install and when prom...
by Tvalone
Fri Jun 08, 2018 7:01 pm
Forum: Common Problems
Topic: Patch Hangs
Replies: 2
Views: 2297
 
Jump to post

Re: Patch Hangs

Additional info found in the windows logs
hang2.JPG
hang2.JPG (60.67 KiB) Viewed 2295 times
by Tvalone
Fri Jun 08, 2018 6:44 pm
Forum: Common Problems
Topic: Patch Hangs
Replies: 2
Views: 2297
 
Jump to post

Patch Hangs

I had succesfully worked thru getting the Update process to work and then I had to change some code in one of my projects. Since it was small and did not change the size of the msi at all, I figured this must be a patch. After downloading and installing the full Windows SDK for Windows 10, I was abl...
by Tvalone
Thu Jun 07, 2018 11:50 pm
Forum: Building Installers
Topic: patch building and msimsp.exe
Replies: 9
Views: 11423
 
Jump to post

Re: patch building and msimsp.exe

I am entering the world of patches now, running into a problem.

Does anyone know where the msimsp.exe exists within the Windows Software Development Kit - Windows 10.0.17134.12

msimsp.JPG
msimsp.JPG (65.91 KiB) Viewed 8432 times
by Tvalone
Thu May 31, 2018 11:26 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Daniel

Mulțumiri!
by Tvalone
Tue May 29, 2018 11:37 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Ok, now I have AI giving me update to date software. ;aiu; [Update] Name = Certimporter ProductVersion = 3.2.0.0 URL = http://dmvstappt01.dmv.ca.gov/Certimporter.exe Size = 8062660 MD5 = 3b941f2fcaa84122f8b41a7b591bb7a7 ServerFileName = Certimporter.exe Flags = NoCache RegistryKey = HKUD\Software\CA...
by Tvalone
Tue May 29, 2018 7:27 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Thanks Daniel, I read thru previous posts about the updater code not working due to a bug in AI 13.1, so I have upgraded to the latest version and the timer works and calls the code. However I still cannot figure out why AI still things there is an update to be installed when the most current versio...
by Tvalone
Thu May 24, 2018 11:29 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

So I coded the silent part of the update. On my test and production systems nothing happens after 10000 (seconds, or whatever it is). I ran debug on the code and I am getting BasePriority = 'process.BasePriority' threw an exception of type 'System.InvalidOperationException' In this code private stat...
by Tvalone
Thu May 24, 2018 7:05 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Ok so here is what I have figured out so far in regards to the update process. Lets assume you have to update some code on your project here are the steps (and correct me if I am wrong) Make code changes in Visual Studio Build AI full project to get new exe with correct size Build AI update project ...
by Tvalone
Wed May 23, 2018 7:12 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

So here is my process. I revise the code to the app, rebuild it using VS 2015. Then I access AI and point file path to the exe in the solution, build it and upload the Updates.txt and the new exec. Where should I be picking up the exe from? I downloaded the file and pointed AI to the exe file and bu...
by Tvalone
Tue May 22, 2018 7:07 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Thanks Daniel,I do have a question though I had to manual change the file size in the Updates.text file as what is sitting on my linux server is different than what was computed by AI. I also had to run the md5sum on the linux server to get the correct hash. How do I get AI to calculate the size and...
by Tvalone
Thu May 17, 2018 11:20 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

Ok so I was doing the md5sum on the byte size shown on a ls -l instead of doing the md5sum on the file itself. That worked. Now I just need to work thru the Windows message saying the Another version of the product .... blah
by Tvalone
Wed May 16, 2018 11:53 pm
Forum: Common Problems
Topic: download update size does not match
Replies: 18
Views: 14017
 
Jump to post

Re: download update size does not match

So the AI update aiu file contains a size of 230912 but sitting on the server the size is actually 6460867. When I code that into the Updates.txt file I get to the Installing Updates and then the wrong md5 error. I took 6460867 and ran it thru an md5 calc and put 44d54cc7a4ffcf2baa5fbff32c3c6d89 int...

Go to advanced search