Page 1 of 1

SQL CE 4 Support

Posted: Tue Feb 08, 2011 2:34 pm
by shanep
Hi there,
With SQL CE 4 been released last month does the current version of installaware support it? I am looking packaging an application that requires this and want to be sure installaware can add it before shelling out on a purchase that doesnt do what I need.

Thanks

Re: SQL CE 4 Support

Posted: Wed Feb 09, 2011 6:04 am
by royisher
Hi,

We currently do not support SQL CE 4. However, this can be easily support by editing one of our scripts. I will ask support to follow you up on this.

Thank you.

Re: SQL CE 4 Support

Posted: Thu Feb 10, 2011 2:56 pm
by shanep
Thanks Royisher I look forward to receiving further information.

Re: SQL CE 4 Support

Posted: Thu Feb 17, 2011 2:46 am
by giaviv
Dear shanep,

Here are the SQL 4 CE runtimes:
http://www.installaware.com/forum/viewt ... 348#p23852

Re: SQL CE 4 Support

Posted: Thu Feb 17, 2011 9:20 pm
by shanep
Thank you that works nicely. However it has led me to my next problem.
Inside Application Runtimes I have selected both x64 & x86 versions of the SQLCE4, I don't know what version of the os the user is using so I need this to install whatever version of the os the person is using.

How do I modify the script to only require installing the relevant version of sql ce4?

Thanks
SHane

Re: SQL CE 4 Support

Posted: Fri Feb 18, 2011 5:19 am
by bokkie
In the MSIcode there is a Get System Settings statement. That might be of use as you can get system settings returned to a variable and you could place the include script statements the runtime selections produce for you inside "if" statements.

Get System Settings has a capability listed in the pulldown called "Windows in 64 bit mode".

Is that what you want to do?