Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

compile setup.rul from commandline


1 reply to this topic

fiversen

fiversen
  • Full Members
  • 18 posts

Posted 25 May 2011 - 15:40

Hello,

My Package is a 'Basic MSI-Package',
I have IS 2009.

I want to build my packages from commandline.

So export files,
adapt the files and
import them.

This works well.

But I also adapt the 'Setup.rul' file.

After that - I build the package with
isbuild ...
but the changes are not active.

I think - I have to compile the file.

With the command

> ...\2009\System\compile" /i"d:\Programme\InstallShield\2
009\Script\Isrt\Include" /i"d:\Programme\InstallShield\2009\Script\Iswi\Include" "d:\InstallShield 2009-Projekte\oo2\Sc
ript Files\Setup.rul"

I got a lot of errors:
Setup.obs : Fehler L8411: 'SprintfMsiLog' : Keine Definition f³r Funktion gefunden
Setup.obs : Fehler L8411: 'SprintfMsiLog' : Keine Definition f³r Funktion gefunden
Setup.obs : Fehler L8411: 'SprintfMsiLog' : Keine Definition f³r Funktion gefunden
...

What to do ?
----
Frank Iversen

fiversen

fiversen
  • Full Members
  • 18 posts

Posted 26 May 2011 - 08:10

I found it:

"D:\Programme\InstallShield\2009\System\compile" ISWI.obl isrt.obl Setup.rul
-i"d:\Programme\InstallShield\2009\Script\Isrt\Include"
-i"d:\Programme\InstallShield\2009\Script\Iswi\Include"
-i"d:\Programme\InstallShield\2009\Script\Include"
-libpath"D:\Programme\InstallShield\2009\script\ISWI\lib"
-libpath"D:\Programme\InstallShield\2009\script\isrt\lib"

it runs.