PDA

View Full Version : Problems with created install(run/delete/overwrite)


ronlivings08
03-09-2007, 03:52 PM
First off, I must say that I am enjoying this product except for one problem I am having.

I created a setup, but when trying to run the setup, I am told its not a valid Win32 app.

So I went back to retry building the install, and overwrite the prvious.SetupdFactory says that the old could not be deleted and it usually happens when the setup is already running.Close and retry.Well Ive closed, restarted my computer, killed the SetupFactory process, played with attributes...everything I could think of, and I still cannot change the old setup in any way.I cannot delete,move, or rename it.Ive even tried several free programs designed to delete stubborn files on reboot.Still nothing.

Can anyone shed some light on how to get rid of this old setup or overwrite it with a new one?

Btw, Im running SF 7.0.5.1 Trail, and Vista Home Premium, with Core 2 Duo processor.

Thanks for any help guys, and awesome product.

Manikandan
04-07-2007, 05:50 AM
I have developed a product using C# .Net. I've successfully built package file using Setup Factory. I have two versions of the same application (V1.1.0 and V1.1.1).

When I unistall the earlier version and install the latest setup, it works fine.


But, when I upgrade the installed version (V1.1.0) by installing V1.1.1, the existing fies are not overwritten.


The application runs with the older version.


How do I upgrade the earlier version by overwriting the files?(without unistalling)