PDA

View Full Version : Core PreRequisites



NewsArchive
04-09-2008, 01:46 AM
Hi Friedrich,

Under Core PreRequisites I added MS Windows Installer 3.1 (also I made sure
it's installed in the Redist-Manager). After the project compiled the
resulting Setup is about 2-3 mb larger.

However, if I run this setup on a PC without MS Installer 3.1 absolutely
nothing happens - means the MSI 3.1 won't be installed.

Help me :-)

Thanks
Hanspeter Stutz
ARCO Software AG

NewsArchive
04-09-2008, 01:47 AM
Hanspeter,

> Under Core PreRequisites I added MS Windows Installer 3.1 (also I made
> sure it's installed in the Redist-Manager). After the project compiled the
> resulting Setup is about 2-3 mb larger.
>
> However, if I run this setup on a PC without MS Installer 3.1 absolutely
> nothing happens - means the MSI 3.1 won't be installed.
>
> Help me :-)

This could be too obvious, but I'll ask. Is it possible that MSI 3.1 is
already installed on this machine ;-)

You can check this with the "Get System Information (Windows Installer
Version)" script function.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.7
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
04-09-2008, 01:47 AM
Hanspeter,

I think it's caused by this if MSI 3.0 is installed.

http://www.lindersoft.com/forums/showthread.php?p=18810#post18810

I was unable to reproduce this because we have already fixed it in the
latest internal build.

Just change the following line:

Line 76: If %MSIVERSION% Version Less Than "3.0" Then

to:

Line 76: If %MSIVERSION% Version Less Than "3.1" Then

in the rt_msi32redist_x86-sbi and you are done.

Does this help?

Friedrich

NewsArchive
04-09-2008, 01:48 AM
Hi Friedrich,

<<This could be too obvious, but I'll ask. Is it possible that MSI 3.1 is
already installed on this machine ;-)>>
Yeehaa, not this time :-)

MSI 3.0 already installed was exactly the problem. Script changed,
recompiled and everything is fine.

Thank you!!!
Hanspeter

NewsArchive
04-09-2008, 01:48 AM
Hi Hanspeter,

> <<This could be too obvious, but I'll ask. Is it possible that MSI 3.1 is
> already installed on this machine ;-)>>
> Yeehaa, not this time :-)

<G>

> MSI 3.0 already installed was exactly the problem. Script changed,
> recompiled and everything is fine.

Thank you for the good news!!

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.7
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner