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

Info 2726.Action not found: InstallWelcome


1 reply to this topic

bernard

bernard
  • Full Members
  • 127 posts

Posted 18 August 2008 - 08:46

Habe IS2008 Prof
Basic MSI Project

Möchte ein Dialog zwischen Diaologs "InstallWelcome" und "SetupType" einfügen.

Habe gemacht:

Mit MS Visual C++ (6.0) Datei "_IsUser.dll" als Ressourcen geöffnet
- Dialog 13030(English(USA)) editiert
- Speichern unter.. JB_IsUser.dll

Is2008 -> in einem Basic MSI Project
- User Interface -> Dialogs -> Import Dialogs from Ressource Dlls... JB_IsUser.dll
- z.B. DialogId_13030 markiert
- Export to Dialog File... z.B. DialogId_13030.isd

In meinem Basic MSI Project.
- User Interface -> Dialogs -> All Dialogs -> Import Dialog... DialogId_13030.isd
- editiert, z.B. DialogId_13030(Dialog): Left=50, Top=50 (waren 0 ?)
- Releases -> Build

Start <mein>.msi
Es läuft ohne Dialogs!
In log-File:
...
Action 09:11:01: InstallWelcome. Dialog created
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI © (5C:68) [09:11:01:484]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: Registry
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: BindImage
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: ProgId
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: PublishComponent
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: SelfReg
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: Extension
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: Font
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: Shortcut
MSI © (5C:68) [09:11:01:484]: Note: 1: 2205 2: 3: Class
MSI © (5C:68) [09:11:01:484]: Note: 1: 2727 2:
Info 2898.For MSSWhiteSerif8 textstyle, the system created a 'Tahoma' font, in 0 character set.
Action 09:11:02: DialogId_13030. Dialog created
Info 2726.Action not found: InstallWelcome.
Action ended 09:11:02: InstallWelcome. Return value 0.
MSI © (5C:30) [09:11:02:703]: Skipping action: SetupResume (condition is false)
MSI © (5C:30) [09:11:02:703]: Skipping action: MaintenanceWelcome (condition is false)
MSI © (5C:30) [09:11:02:703]: Doing action: SetupProgress
Action 09:11:02: SetupProgress.
...

Lösung:
mit orca <mein>.msi geöffnet.
Dialog -> DialogId_13030 -> Attributes=1 (?), geändert auf 3(wie andere Dialogs)!

Start <mein>.msi
Alles OK!

Frage: wo setze ich diese Variable "Attributes" im Dialog-Editor?

Danke in Voraus


bernard

bernard
  • Full Members
  • 127 posts

Posted 18 August 2008 - 10:59

Dazu noch eine Info

Direct Editor -> Control
see my attach (.jpg)

Attached Images

  • DialogId_13030_1.jpg