Setup And Deploy

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Setup And Deploy

Post by dlangdev »

Just wondering what your thoughts are regarding setup-and-deploy.

I tried mine, did a setup and deploy project on a Visual Studio 2005 XP OS and the results were:

1) The msi package installed and the test game program ran OK on the XP test machine.

2) The msi installed but the test game program did not run on a Vista 64 machine.

What would I need to do to have only one setup/install package for XP/Vista + 32/64 config?

Also, are there any other install packages out there that I could use?
Image
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Did you try to run the game on the other machine without installing?
Maybe this is just a simple problem caused by missing dlls, etc.

I never tried it by myself but the NullSoft installer is said to be good.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

I'm using InnoSetup and it can check for the complete setup and each file to be installed on a specific system !!! ;)

screenshot from InnoTool:
Image
so if you need to install different files for different systems you can manage it this way...

but I'm sure other setup tools can do this, too... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

I made some progress. It turns out the Vista Service Pack for Visual Studio 2005 was needed to target Vista configuration setup.

It now works on both XP and Vista, though I still need to do more testing for non-developer machines. They might need DX9, VC Runtine, Etc that the Setup-And-Deploy should be aware of.

I'll check the packages you posted above. They should provide additional help as well.

I've downloaded both setup progs as well and will check them out later.
Image
Post Reply