Search found 7 matches

Go to advanced search

by palelocust
Thu May 06, 2010 3:14 pm
Forum: Common Problems
Topic: Adding UpgradedImages table rows hangs
Replies: 2
Views: 2402
 
Jump to post

Re: Adding UpgradedImages table rows hangs

Looks like it might be an admin issue on Vista? I just tried this on my XP machine (which is 32-bit) and I noticed that it launched a command window when UpgradedImages came up. I didn't see that happen in Vista.

Edit:
Apparently not the issue. I right clicked and chose "Run as Administrator" and ...
by palelocust
Thu May 06, 2010 2:39 pm
Forum: Common Problems
Topic: Adding UpgradedImages table rows hangs
Replies: 2
Views: 2402
 
Jump to post

Adding UpgradedImages table rows hangs

Hello,

I'm trying to create a patch. I started with my own program and tried adding some files and building a patch. It hung on "Adding UpgradedImages table rows." In fact, I left it overnight, only to return this morning in the same spot.

I did some digging and found the story tutorial http://www ...
by palelocust
Fri Dec 12, 2008 10:57 pm
Forum: Common Problems
Topic: A more recent version....
Replies: 3
Views: 3510
 
Jump to post

Re: A more recent version....

Thanks for your help, but the source of my problem was actually the file that was being downloaded from the server was not ever writing over the old one.

On another post I found the updater.exe /m clean
or something along those lines. I now can clean out the download directory after I'm done ...
by palelocust
Fri Dec 12, 2008 9:02 pm
Forum: Common Problems
Topic: A more recent version....
Replies: 3
Views: 3510
 
Jump to post

Re: A more recent version....

The one place I didn't look at was the download directory.

For some reason the file sitting in C:\Documents and Settings\administrator.INSULNET\Application Data\Conductix\QuickQuote\updates\Update was 4.0.184.0

Does this not get overwritten?
by palelocust
Fri Dec 12, 2008 8:50 pm
Forum: Common Problems
Topic: A more recent version....
Replies: 3
Views: 3510
 
Jump to post

A more recent version....

Here's my setup:

C# Application
Built using CruiseControl.Net
The exe's file and assembly version are incremented with each succesful build (Currently 4.0.190.0)
Updater.exe is installed with the application and points to an internal webserver

When a build is kicked off, the exe gets built first ...
by palelocust
Sun Nov 23, 2008 9:55 pm
Forum: Common Problems
Topic: My requirement for Updater
Replies: 4
Views: 3537
 
Jump to post

Re: My requirement for Updater

Here's a C# example:
Process process = Process.Start(_UpdateModulePath, "/checknow");
process.WaitForExit();

Process[] proc2 = Process.GetProcessesByName("updater");
proc2[0].WaitForExit();

where "updater" is the name of your proocess. In my case, I just kept the updater.exe as the default ...
by palelocust
Sun Nov 23, 2008 7:52 pm
Forum: Common Problems
Topic: Automating creation of updates text file.
Replies: 2
Views: 4282
 
Jump to post

Re: Automating creation of updates text file.

I'd like to second this feature request.

For the time being I will be parsing the aip file.

Go to advanced search