PDA

View Full Version : Installing MSI ?



NewsArchive
02-16-2010, 02:27 AM
Is there anything special about installing MSI?

Toward the end of my install, I have something like this:

If Feature selected Then
Run Windows Installer %TMPDIR%\some.msi
END

But it never starts. The file is copied earlier in the temp directory.
What am I missing?

Thanks,
Bernard

NewsArchive
02-16-2010, 02:27 AM
Bernard,

> Is there anything special about installing MSI?
>
> Toward the end of my install, I have something like this:
>
> If Feature selected Then
> Run Windows Installer %TMPDIR%\some.msi
> END
>
> But it never starts. The file is copied earlier in the temp directory.
> What am I missing?

Put double-quotes ("") around the MSI file specification and you should be
done.

Does this help?

Friedrich

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

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
02-16-2010, 03:26 AM
>Put double-quotes ("") around the MSI file specification and you should be
>done.
>
>Does this help?

Yes it does ! Working now, thanks.

Bernard

NewsArchive
02-17-2010, 01:39 AM
Bernard,

>
> Yes it does ! Working now, thanks.
>

The next SB71 maintenance release should handle the double-quotes
automatically.

Friedrich

NewsArchive
02-17-2010, 01:39 AM
>Bernard,
>
>>
>> Yes it does ! Working now, thanks.
>>
>
>The next SB71 maintenance release should handle the double-quotes
>automatically.

Very cool, thanks !

Bernard