/build/static/layout/Breadcrumb_cap_w.png

HELP!!! Can't suppress reboot of Silent install of Rumba 7.11SP2

I've been at this for weeks. Sorry this is so long, I don't know where else to go...

We don't have a complete 7.11SP2 MSI. We don't have support with Netmanage either.

The plan is to install via batch file, 7.11msi, install the 7.11SP2.msp file, copy some configuration files and a shortcut onto the desktop.

I created a transform using WISE for installing the Rumba MSI.

In it I have these settings:

REBOOT - ReallySupress
REBOOTPROMPT - R

I've tried installing so many different ways. If I do a /q, the PC automatically reboots. If I do a /qb, I get prompted with the reboot screen.

I've used both of these command lines. The first one automatically reboots. This is taken verbatim from the Rumba install guide. I put the real serial number in, not the "x's".

msiexec /i "RUMBA_English.msi" LICENSEKEY=xxxxx-xxxxxx-xxxxx INSTALLLEVEL=1000 /q

When I try this, I get prompted for the reboot screen. If I select "NO", it installs fine without rebooting.
msiexec /i "RUMBA_English.msi" TRANSFORMS="Rumba_711_SP2.mst" /qb

I've tried /norestart at the end of the commands as well as REBOOT=REALLYSUPPRESS, REBOOTPROMPT=R.

I logged the install and noticed that it was changing the REBOOT property from ReallySuppress to FORCE. How can I change this from happening????

Here's the part of the log where it changes the reboot to force:

MSI (s) (30:F0) [19:26:27:777]: Skipping action: ForceReboot (condition is false)
MSI (s) (30:F0) [19:26:27:777]: Doing action: AllocateRegistrySpace
Action ended 19:26:27: InstallInitialize. Return value 1.
Action start 19:26:27: AllocateRegistrySpace.
MSI (s) (30:F0) [19:26:27:793]: Doing action: ProcessComponents
Action ended 19:26:27: AllocateRegistrySpace. Return value 1.
MSI (s) (30:F0) [19:26:27:793]: Note: 1: 2205 2: 3: MsiPatchCertificate
MSI (s) (30:F0) [19:26:27:793]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (30:F0) [19:26:27:793]: Resolving source.
MSI (s) (30:F0) [19:26:27:793]: Resolving source to launched-from source.
MSI (s) (30:F0) [19:26:27:793]: Setting launched-from source as last-used.
MSI (s) (30:F0) [19:26:27:793]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'x:\'.
MSI (s) (30:F0) [19:26:27:793]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'x:\'.
MSI (s) (30:F0) [19:26:27:793]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{81682875-B956-44F5-8C7F-7A19EA810B22}'.
MSI (s) (30:F0) [19:26:27:793]: SOURCEDIR ==> x:\
MSI (s) (30:F0) [19:26:27:793]: SOURCEDIR product ==> {81682875-B956-44F5-8C7F-7A19EA810B22}
MSI (s) (30:F0) [19:26:27:793]: Determining source type
MSI (s) (30:F0) [19:26:27:840]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (30:F0) [19:26:27:871]: Source type from package 'RUMBA_English.msi': 0
MSI (s) (30:F0) [19:26:27:871]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
Action start 19:26:27: ProcessComponents.
MSI (s) (30:F0) [19:26:27:871]: Source path resolution complete. Dumping Directory table...
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: TARGETDIR , Object: x:\ , LongSubPath: , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: MyPicturesFolder , Object: x:\My Pictures\ , LongSubPath: My Pictures\ , ShortSubPath: MYPICT~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SHORTINSTALLDIR , Object: x:\Program Files\ , LongSubPath: Program Files\ , ShortSubPath: ProgramF\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: LocalAppDataFolder , Object: x:\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: GAC , Object: x:\Global Assembly Cache\ , LongSubPath: Global Assembly Cache\ , ShortSubPath: GLOBAL~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: WWWROOT , Object: x:\wwwroot\ , LongSubPath: wwwroot\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: WindowsFolder , Object: x:\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: WindowsFolder.9BA21302_5C78_11D5_B1B3_0060B085648D , Object: x:\Windows\ , LongSubPath: Windows\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: WinSxS , Object: x:\Windows\WinSxS\ , LongSubPath: Windows\WinSxS\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Application_Compatibility_Scripts , Object: x:\Windows\Application Compatibility Scripts\ , LongSubPath: Windows\Application Compatibility Scripts\ , ShortSubPath: Windows\APPLIC~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Install , Object: x:\Windows\Application Compatibility Scripts\Install\ , LongSubPath: Windows\Application Compatibility Scripts\Install\ , ShortSubPath: Windows\APPLIC~1\Install\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Uninstall , Object: x:\Windows\Application Compatibility Scripts\Uninstall\ , LongSubPath: Windows\Application Compatibility Scripts\Uninstall\ , ShortSubPath: Windows\APPLIC~1\UNINST~2\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: System16Folder , Object: x:\Windows\System\ , LongSubPath: Windows\System\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: TempFolder , Object: x:\Windows\Temp\ , LongSubPath: Windows\Temp\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: TemplateFolder , Object: x:\Windows\ShellNew\ , LongSubPath: Windows\ShellNew\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: System32Folder , Object: x:\Windows\System32\ , LongSubPath: Windows\System32\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Drivers2 , Object: x:\Windows\System32\Drivers\ , LongSubPath: Windows\System32\Drivers\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: FontsFolder , Object: x:\Windows\Fonts\ , LongSubPath: Windows\Fonts\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: AdminToolsFolder , Object: x:\Windows\Admin Tools\ , LongSubPath: Windows\Admin Tools\ , ShortSubPath: Windows\ADMINT~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: ProfilesFolder , Object: x:\Windows\Profiles\ , LongSubPath: Windows\Profiles\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SendToFolder , Object: x:\Windows\Profiles\SendTo\ , LongSubPath: Windows\Profiles\SendTo\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: PersonalFolder , Object: x:\Windows\Profiles\Personal\ , LongSubPath: Windows\Profiles\Personal\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: DesktopFolder , Object: x:\Windows\Profiles\Desktop\ , LongSubPath: Windows\Profiles\Desktop\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: NetHoodFolder , Object: x:\Windows\Profiles\NetHood\ , LongSubPath: Windows\Profiles\NetHood\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: FavoritesFolder , Object: x:\Windows\Profiles\Favorites\ , LongSubPath: Windows\Profiles\Favorites\ , ShortSubPath: Windows\Profiles\Favorite\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: StartMenuFolder , Object: x:\Windows\Profiles\Start Menu\ , LongSubPath: Windows\Profiles\Start Menu\ , ShortSubPath: Windows\Profiles\StartMen\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: ProgramMenuFolder , Object: x:\Windows\Profiles\Start Menu\Programs\ , LongSubPath: Windows\Profiles\Start Menu\Programs\ , ShortSubPath: Windows\Profiles\StartMen\Programs\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: ROOTFOLDER , Object: x:\Windows\Profiles\Start Menu\Programs\RUMBA\ , LongSubPath: Windows\Profiles\Start Menu\Programs\RUMBA\ , ShortSubPath: Windows\Profiles\StartMen\Programs\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: UTILITYFOLDER , Object: x:\Windows\Profiles\Start Menu\Programs\RUMBA\RUMBA Administrative Tools\ , LongSubPath: Windows\Profiles\Start Menu\Programs\RUMBA\RUMBA Administrative Tools\ , ShortSubPath: Windows\Profiles\StartMen\Programs\RUMBA\RUMBAA~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: StartupFolder , Object: x:\Windows\Profiles\Start Menu\Programs\Startup\ , LongSubPath: Windows\Profiles\Start Menu\Programs\Startup\ , ShortSubPath: Windows\Profiles\StartMen\Programs\Startup\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: AppDataFolder , Object: x:\Windows\Profiles\Application Data\ , LongSubPath: Windows\Profiles\Application Data\ , ShortSubPath: Windows\Profiles\Applicat\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: RecentFolder , Object: x:\Windows\Profiles\Recent\ , LongSubPath: Windows\Profiles\Recent\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: My_Documents , Object: x:\Windows\Profiles\My Documents\ , LongSubPath: Windows\Profiles\My Documents\ , ShortSubPath: Windows\Profiles\MYDOCU~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: NetManage1 , Object: x:\Windows\Profiles\My Documents\NetManage\ , LongSubPath: Windows\Profiles\My Documents\NetManage\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: RUMBA1 , Object: x:\Windows\Profiles\My Documents\NetManage\RUMBA\ , LongSubPath: Windows\Profiles\My Documents\NetManage\RUMBA\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: As4001 , Object: x:\Windows\Profiles\My Documents\NetManage\RUMBA\As400\ , LongSubPath: Windows\Profiles\My Documents\NetManage\RUMBA\As400\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\RUMBA\As400\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Vt1 , Object: x:\Windows\Profiles\My Documents\NetManage\RUMBA\Vt\ , LongSubPath: Windows\Profiles\My Documents\NetManage\RUMBA\Vt\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\RUMBA\Vt\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Hp1 , Object: x:\Windows\Profiles\My Documents\NetManage\RUMBA\Hp\ , LongSubPath: Windows\Profiles\My Documents\NetManage\RUMBA\Hp\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\RUMBA\Hp\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Mframe1 , Object: x:\Windows\Profiles\My Documents\NetManage\RUMBA\Mframe\ , LongSubPath: Windows\Profiles\My Documents\NetManage\RUMBA\Mframe\ , ShortSubPath: Windows\Profiles\MYDOCU~1\NETMAN~1\RUMBA\Mframe\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: PrintHoodFolder , Object: x:\Windows\Profiles\PrintHood\ , LongSubPath: Windows\Profiles\PrintHood\ , ShortSubPath: Windows\Profiles\PrintHoo\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder , Object: x:\Windows\System32\ , LongSubPath: Windows\System32\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder.9BA21302_5C78_11D5_B1B3_0060B085648D , Object: x:\Windows\System32\ , LongSubPath: Windows\System32\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder29 , Object: x:\Windows\System32\SystemFolder29\ , LongSubPath: Windows\System32\SystemFolder29\ , ShortSubPath: Windows\System32\System~2\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder98 , Object: x:\Windows\System32\Sys98\ , LongSubPath: Windows\System32\Sys98\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder2K , Object: x:\Windows\System32\Sys2K\ , LongSubPath: Windows\System32\Sys2K\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolder28 , Object: x:\Windows\System32\SystemFolder28\ , LongSubPath: Windows\System32\SystemFolder28\ , ShortSubPath: Windows\System32\System~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: SystemFolderNT , Object: x:\Windows\System32\SysNT\ , LongSubPath: Windows\System32\SysNT\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Inf1 , Object: x:\Windows\System32\Inf\ , LongSubPath: Windows\System32\Inf\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Drivers , Object: x:\Windows\System32\Drivers\ , LongSubPath: Windows\System32\Drivers\ , ShortSubPath:
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: CommonAppDataFolder , Object: x:\Application Data\ , LongSubPath: Application Data\ , ShortSubPath: APPLIC~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: CommonNetManageDataFolder , Object: x:\Application Data\NetManage\ , LongSubPath: Application Data\NetManage\ , ShortSubPath: APPLIC~1\NETMAN~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: CmmnNMRumbaDataFolder , Object: x:\Application Data\NetManage\RUMBA\ , LongSubPath: Application Data\NetManage\RUMBA\ , ShortSubPath: APPLIC~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: INSTALLDIR1 , Object: x:\Application Data\NetManage\RUMBA\ , LongSubPath: Application Data\NetManage\RUMBA\ , ShortSubPath: APPLIC~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: INTERFACEPRIVATEDIR , Object: x:\Application Data\NetManage\RUMBA\ , LongSubPath: Application Data\NetManage\RUMBA\ , ShortSubPath: APPLIC~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: PRIVATEDIR , Object: x:\Application Data\NetManage\RUMBA\ , LongSubPath: Application Data\NetManage\RUMBA\ , ShortSubPath: APPLIC~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: NetManage2 , Object: x:\Application Data\NetManage\ , LongSubPath: Application Data\NetManage\ , ShortSubPath: APPLIC~1\NETMAN~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: RUMBA , Object: x:\Application Data\NetManage\RUMBA\ , LongSubPath: Application Data\NetManage\RUMBA\ , ShortSubPath: APPLIC~1\NETMAN~1\RUMBA\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: ProgramFilesFolder , Object: x:\Program Files\ , LongSubPath: Program Files\ , ShortSubPath: ProgramF\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: INSTALLDIR , Object: x:\Program Files\NetManage\ , LongSubPath: Program Files\NetManage\ , ShortSubPath: ProgramF\NETMAN~1\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: R4Inet , Object: x:\Program Files\NetManage\R4Inet\ , LongSubPath: Program Files\NetManage\R4Inet\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Mri292811 , Object: x:\Program Files\NetManage\R4Inet\Mri2928\ , LongSubPath: Program Files\NetManage\R4Inet\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Mri2928\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Mri292911 , Object: x:\Program Files\NetManage\R4Inet\Mri2929\ , LongSubPath: Program Files\NetManage\R4Inet\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Mri2929\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Mri292411 , Object: x:\Program Files\NetManage\R4Inet\Mri2924\ , LongSubPath: Program Files\NetManage\R4Inet\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Mri2924\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Telnet , Object: x:\Program Files\NetManage\R4Inet\Telnet\ , LongSubPath: Program Files\NetManage\R4Inet\Telnet\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Telnet\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Telnet29 , Object: x:\Program Files\NetManage\R4Inet\Telnet\mri2929\ , LongSubPath: Program Files\NetManage\R4Inet\Telnet\mri2929\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Telnet\mri2929\
MSI (s) (30:F0) [19:26:27:871]: Dir (source): Key: Telnet28 , Object: x:\Program Files\NetManage\R4Inet\Telnet\mri2928\ , LongSubPath: Program Files\NetManage\R4Inet\Telnet\mri2928\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Telnet\mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Telnet24 , Object: x:\Program Files\NetManage\R4Inet\Telnet\ , LongSubPath: Program Files\NetManage\R4Inet\Telnet\ , ShortSubPath: ProgramF\NETMAN~1\R4Inet\Telnet\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: WINDOWS , Object: x:\Program Files\NetManage\Windows\ , LongSubPath: Program Files\NetManage\Windows\ , ShortSubPath: ProgramF\NETMAN~1\Windows\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Inf , Object: x:\Program Files\NetManage\Windows\Inf\ , LongSubPath: Program Files\NetManage\Windows\Inf\ , ShortSubPath: ProgramF\NETMAN~1\Windows\Inf\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Help1 , Object: x:\Program Files\NetManage\Help\ , LongSubPath: Program Files\NetManage\Help\ , ShortSubPath: ProgramF\NETMAN~1\Help\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29283 , Object: x:\Program Files\NetManage\Help\Mri2928\ , LongSubPath: Program Files\NetManage\Help\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\Help\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29293 , Object: x:\Program Files\NetManage\Help\Mri2929\ , LongSubPath: Program Files\NetManage\Help\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\Help\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29243 , Object: x:\Program Files\NetManage\Help\Mri2924\ , LongSubPath: Program Files\NetManage\Help\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\Help\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Tools , Object: x:\Program Files\NetManage\Tools\ , LongSubPath: Program Files\NetManage\Tools\ , ShortSubPath: ProgramF\NETMAN~1\Tools\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Include , Object: x:\Program Files\NetManage\Tools\Include\ , LongSubPath: Program Files\NetManage\Tools\Include\ , ShortSubPath: ProgramF\NETMAN~1\Tools\Include\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mframe , Object: x:\Program Files\NetManage\Mframe\ , LongSubPath: Program Files\NetManage\Mframe\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: xfrtable , Object: x:\Program Files\NetManage\Mframe\xfrtable\ , LongSubPath: Program Files\NetManage\Mframe\xfrtable\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\xfrtable\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292810 , Object: x:\Program Files\NetManage\Mframe\Mri2928\ , LongSubPath: Program Files\NetManage\Mframe\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292910 , Object: x:\Program Files\NetManage\Mframe\Mri2929\ , LongSubPath: Program Files\NetManage\Mframe\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292410 , Object: x:\Program Files\NetManage\Mframe\Mri2924\ , LongSubPath: Program Files\NetManage\Mframe\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: KbdInfo8 , Object: x:\Program Files\NetManage\Mframe\KbdInfo\ , LongSubPath: Program Files\NetManage\Mframe\KbdInfo\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\KbdInfo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Charsets7 , Object: x:\Program Files\NetManage\Mframe\Charsets\ , LongSubPath: Program Files\NetManage\Mframe\Charsets\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\Charsets\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Macro6 , Object: x:\Program Files\NetManage\Mframe\Macro\ , LongSubPath: Program Files\NetManage\Mframe\Macro\ , ShortSubPath: ProgramF\NETMAN~1\Mframe\Macro\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Vt , Object: x:\Program Files\NetManage\Vt\ , LongSubPath: Program Files\NetManage\Vt\ , ShortSubPath: ProgramF\NETMAN~1\Vt\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Charsets14 , Object: x:\Program Files\NetManage\Vt\Charsets\ , LongSubPath: Program Files\NetManage\Vt\Charsets\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Charsets\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928 , Object: x:\Program Files\NetManage\Vt\Mri2928\ , LongSubPath: Program Files\NetManage\Vt\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Fonts23 , Object: x:\Program Files\NetManage\Vt\Fonts\ , LongSubPath: Program Files\NetManage\Vt\Fonts\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Fonts\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929 , Object: x:\Program Files\NetManage\Vt\Mri2929\ , LongSubPath: Program Files\NetManage\Vt\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924 , Object: x:\Program Files\NetManage\Vt\Mri2924\ , LongSubPath: Program Files\NetManage\Vt\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Macro22 , Object: x:\Program Files\NetManage\Vt\Macro\ , LongSubPath: Program Files\NetManage\Vt\Macro\ , ShortSubPath: ProgramF\NETMAN~1\Vt\Macro\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: KbdInfo25 , Object: x:\Program Files\NetManage\Vt\KbdInfo\ , LongSubPath: Program Files\NetManage\Vt\KbdInfo\ , ShortSubPath: ProgramF\NETMAN~1\Vt\KbdInfo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: As400 , Object: x:\Program Files\NetManage\AS400\ , LongSubPath: Program Files\NetManage\AS400\ , ShortSubPath: ProgramF\NETMAN~1\AS400\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29282 , Object: x:\Program Files\NetManage\AS400\Mri2928\ , LongSubPath: Program Files\NetManage\AS400\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\AS400\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29292 , Object: x:\Program Files\NetManage\AS400\Mri2929\ , LongSubPath: Program Files\NetManage\AS400\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\AS400\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri29242 , Object: x:\Program Files\NetManage\AS400\Mri2924\ , LongSubPath: Program Files\NetManage\AS400\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\AS400\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Charsets , Object: x:\Program Files\NetManage\AS400\Charsets\ , LongSubPath: Program Files\NetManage\AS400\Charsets\ , ShortSubPath: ProgramF\NETMAN~1\AS400\Charsets\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Macro , Object: x:\Program Files\NetManage\AS400\Macro\ , LongSubPath: Program Files\NetManage\AS400\Macro\ , ShortSubPath: ProgramF\NETMAN~1\AS400\Macro\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: KbdInfo , Object: x:\Program Files\NetManage\AS400\KbdInfo\ , LongSubPath: Program Files\NetManage\AS400\KbdInfo\ , ShortSubPath: ProgramF\NETMAN~1\AS400\KbdInfo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: System , Object: x:\Program Files\NetManage\System\ , LongSubPath: Program Files\NetManage\System\ , ShortSubPath: ProgramF\NETMAN~1\System\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292817 , Object: x:\Program Files\NetManage\System\Mri2928\ , LongSubPath: Program Files\NetManage\System\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928UX , Object: x:\Program Files\NetManage\System\Mri2928\R71UX28\ , LongSubPath: Program Files\NetManage\System\Mri2928\R71UX28\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\R71UX28\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928TN , Object: x:\Program Files\NetManage\System\Mri2928\R71TN28\ , LongSubPath: Program Files\NetManage\System\Mri2928\R71TN28\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\R71TN28\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928OF , Object: x:\Program Files\NetManage\System\Mri2928\ , LongSubPath: Program Files\NetManage\System\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928MF , Object: x:\Program Files\NetManage\System\Mri2928\R71MF28\ , LongSubPath: Program Files\NetManage\System\Mri2928\R71MF28\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\R71MF28\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2928AS , Object: x:\Program Files\NetManage\System\Mri2928\R71AS28\ , LongSubPath: Program Files\NetManage\System\Mri2928\R71AS28\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2928\R71AS28\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: System28 , Object: x:\Program Files\NetManage\System\MRI2928\ , LongSubPath: Program Files\NetManage\System\MRI2928\ , ShortSubPath: ProgramF\NETMAN~1\System\MRI2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: NetScapeInstallDir , Object: x:\Program Files\NetManage\System\Demo\ , LongSubPath: Program Files\NetManage\System\Demo\ , ShortSubPath: ProgramF\NETMAN~1\System\Demo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: System29 , Object: x:\Program Files\NetManage\System\MRI2929\ , LongSubPath: Program Files\NetManage\System\MRI2929\ , ShortSubPath: ProgramF\NETMAN~1\System\MRI2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292917 , Object: x:\Program Files\NetManage\System\Mri2929\ , LongSubPath: Program Files\NetManage\System\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929TN , Object: x:\Program Files\NetManage\System\Mri2929\R71TN29\ , LongSubPath: Program Files\NetManage\System\Mri2929\R71TN29\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\R71TN29\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929AS , Object: x:\Program Files\NetManage\System\Mri2929\R71AS29\ , LongSubPath: Program Files\NetManage\System\Mri2929\R71AS29\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\R71AS29\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929OF , Object: x:\Program Files\NetManage\System\Mri2929\ , LongSubPath: Program Files\NetManage\System\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929UX , Object: x:\Program Files\NetManage\System\Mri2929\R71UX29\ , LongSubPath: Program Files\NetManage\System\Mri2929\R71UX29\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\R71UX29\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2929MF , Object: x:\Program Files\NetManage\System\Mri2929\R71MF29\ , LongSubPath: Program Files\NetManage\System\Mri2929\R71MF29\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2929\R71MF29\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: System24 , Object: x:\Program Files\NetManage\System\ , LongSubPath: Program Files\NetManage\System\ , ShortSubPath: ProgramF\NETMAN~1\System\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292417 , Object: x:\Program Files\NetManage\System\Mri2924\ , LongSubPath: Program Files\NetManage\System\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924TN , Object: x:\Program Files\NetManage\System\Mri2924\R71TN24\ , LongSubPath: Program Files\NetManage\System\Mri2924\R71TN24\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\R71TN24\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924AS , Object: x:\Program Files\NetManage\System\Mri2924\R71AS24\ , LongSubPath: Program Files\NetManage\System\Mri2924\R71AS24\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\R71AS24\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924OF , Object: x:\Program Files\NetManage\System\Mri2924\ , LongSubPath: Program Files\NetManage\System\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924UX , Object: x:\Program Files\NetManage\System\Mri2924\R71UX24\ , LongSubPath: Program Files\NetManage\System\Mri2924\R71UX24\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\R71UX24\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2924MF , Object: x:\Program Files\NetManage\System\Mri2924\R71MF24\ , LongSubPath: Program Files\NetManage\System\Mri2924\R71MF24\ , ShortSubPath: ProgramF\NETMAN~1\System\Mri2924\R71MF24\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Charsets13 , Object: x:\Program Files\NetManage\System\Charsets\ , LongSubPath: Program Files\NetManage\System\Charsets\ , ShortSubPath: ProgramF\NETMAN~1\System\Charsets\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: profedit , Object: x:\Program Files\NetManage\System\profedit\ , LongSubPath: Program Files\NetManage\System\profedit\ , ShortSubPath: ProgramF\NETMAN~1\System\profedit\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Demo , Object: x:\Program Files\NetManage\System\Demo\ , LongSubPath: Program Files\NetManage\System\Demo\ , ShortSubPath: ProgramF\NETMAN~1\System\Demo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Html , Object: x:\Program Files\NetManage\System\Demo\Html\ , LongSubPath: Program Files\NetManage\System\Demo\Html\ , ShortSubPath: ProgramF\NETMAN~1\System\Demo\Html\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: ScriptEngine , Object: x:\Program Files\NetManage\System\ScriptEngine\ , LongSubPath: Program Files\NetManage\System\ScriptEngine\ , ShortSubPath: ProgramF\NETMAN~1\System\SCRIPT~1\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: ScriptEngine28 , Object: x:\Program Files\NetManage\System\ScriptEngine\MRI2928\ , LongSubPath: Program Files\NetManage\System\ScriptEngine\MRI2928\ , ShortSubPath: ProgramF\NETMAN~1\System\SCRIPT~1\MRI2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: ScriptEngine29 , Object: x:\Program Files\NetManage\System\ScriptEngine\MRI2929\ , LongSubPath: Program Files\NetManage\System\ScriptEngine\MRI2929\ , ShortSubPath: ProgramF\NETMAN~1\System\SCRIPT~1\MRI2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Scripts , Object: x:\Program Files\NetManage\System\ScriptEngine\Scripts\ , LongSubPath: Program Files\NetManage\System\ScriptEngine\Scripts\ , ShortSubPath: ProgramF\NETMAN~1\System\SCRIPT~1\Scripts\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: ScriptEngine24 , Object: x:\Program Files\NetManage\System\ScriptEngine\ , LongSubPath: Program Files\NetManage\System\ScriptEngine\ , ShortSubPath: ProgramF\NETMAN~1\System\SCRIPT~1\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: DemoHost , Object: x:\Program Files\NetManage\System\DemoHost\ , LongSubPath: Program Files\NetManage\System\DemoHost\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: MFrame , Object: x:\Program Files\NetManage\System\DemoHost\MFrame\ , LongSubPath: Program Files\NetManage\System\DemoHost\MFrame\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\MFrame\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: AS400 , Object: x:\Program Files\NetManage\System\DemoHost\AS400\ , LongSubPath: Program Files\NetManage\System\DemoHost\AS400\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\AS400\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Vt16 , Object: x:\Program Files\NetManage\System\DemoHost\Vt\ , LongSubPath: Program Files\NetManage\System\DemoHost\Vt\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Vt\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Vms , Object: x:\Program Files\NetManage\System\DemoHost\Vt\Vms\ , LongSubPath: Program Files\NetManage\System\DemoHost\Vt\Vms\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Vt\Vms\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Ultrix , Object: x:\Program Files\NetManage\System\DemoHost\Vt\Ultrix\ , LongSubPath: Program Files\NetManage\System\DemoHost\Vt\Ultrix\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Vt\Ultrix\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Shared , Object: x:\Program Files\NetManage\System\DemoHost\Vt\Shared\ , LongSubPath: Program Files\NetManage\System\DemoHost\Vt\Shared\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Vt\Shared\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Hp15 , Object: x:\Program Files\NetManage\System\DemoHost\Hp\ , LongSubPath: Program Files\NetManage\System\DemoHost\Hp\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Hp\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _3000 , Object: x:\Program Files\NetManage\System\DemoHost\Hp\3000\ , LongSubPath: Program Files\NetManage\System\DemoHost\Hp\3000\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Hp\3000\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _9000 , Object: x:\Program Files\NetManage\System\DemoHost\Hp\9000\ , LongSubPath: Program Files\NetManage\System\DemoHost\Hp\9000\ , ShortSubPath: ProgramF\NETMAN~1\System\DemoHost\Hp\9000\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: DBA , Object: x:\Program Files\NetManage\DBA\ , LongSubPath: Program Files\NetManage\DBA\ , ShortSubPath: ProgramF\NETMAN~1\DBA\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292819 , Object: x:\Program Files\NetManage\DBA\Mri2928\ , LongSubPath: Program Files\NetManage\DBA\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Samples , Object: x:\Program Files\NetManage\DBA\Samples\ , LongSubPath: Program Files\NetManage\DBA\Samples\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Samples\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292419 , Object: x:\Program Files\NetManage\DBA\Mri2924\ , LongSubPath: Program Files\NetManage\DBA\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Html1 , Object: x:\Program Files\NetManage\DBA\Html\ , LongSubPath: Program Files\NetManage\DBA\Html\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Images , Object: x:\Program Files\NetManage\DBA\Html\Images\ , LongSubPath: Program Files\NetManage\DBA\Html\Images\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\Images\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _00000407 , Object: x:\Program Files\NetManage\DBA\Html\00000407\ , LongSubPath: Program Files\NetManage\DBA\Html\00000407\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\00000407\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _00000409 , Object: x:\Program Files\NetManage\DBA\Html\00000409\ , LongSubPath: Program Files\NetManage\DBA\Html\00000409\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\00000409\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _0000040a , Object: x:\Program Files\NetManage\DBA\Html\0000040a\ , LongSubPath: Program Files\NetManage\DBA\Html\0000040a\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\0000040a\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _0000040c , Object: x:\Program Files\NetManage\DBA\Html\0000040c\ , LongSubPath: Program Files\NetManage\DBA\Html\0000040c\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\0000040c\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _00000410 , Object: x:\Program Files\NetManage\DBA\Html\00000410\ , LongSubPath: Program Files\NetManage\DBA\Html\00000410\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\00000410\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: _00000816 , Object: x:\Program Files\NetManage\DBA\Html\00000816\ , LongSubPath: Program Files\NetManage\DBA\Html\00000816\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Html\00000816\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292919 , Object: x:\Program Files\NetManage\DBA\Mri2929\ , LongSubPath: Program Files\NetManage\DBA\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\DBA\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Hp , Object: x:\Program Files\NetManage\Hp\ , LongSubPath: Program Files\NetManage\Hp\ , ShortSubPath: ProgramF\NETMAN~1\Hp\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292818 , Object: x:\Program Files\NetManage\Hp\Mri2928\ , LongSubPath: Program Files\NetManage\Hp\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292918 , Object: x:\Program Files\NetManage\Hp\Mri2929\ , LongSubPath: Program Files\NetManage\Hp\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292418 , Object: x:\Program Files\NetManage\Hp\Mri2924\ , LongSubPath: Program Files\NetManage\Hp\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Fonts , Object: x:\Program Files\NetManage\Hp\Fonts\ , LongSubPath: Program Files\NetManage\Hp\Fonts\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Fonts\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Macro23 , Object: x:\Program Files\NetManage\Hp\Macro\ , LongSubPath: Program Files\NetManage\Hp\Macro\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Macro\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: KbdInfo20 , Object: x:\Program Files\NetManage\Hp\KbdInfo\ , LongSubPath: Program Files\NetManage\Hp\KbdInfo\ , ShortSubPath: ProgramF\NETMAN~1\Hp\KbdInfo\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Help , Object: x:\Program Files\NetManage\Hp\Help\ , LongSubPath: Program Files\NetManage\Hp\Help\ , ShortSubPath: ProgramF\NETMAN~1\Hp\Help\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Setup , Object: x:\Program Files\NetManage\Setup\ , LongSubPath: Program Files\NetManage\Setup\ , ShortSubPath: ProgramF\NETMAN~1\Setup\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: RGF , Object: x:\Program Files\NetManage\Setup\Rgf\ , LongSubPath: Program Files\NetManage\Setup\Rgf\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292812 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2928\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2928\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2928\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292912 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2929\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2929\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2929\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2932 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2932\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2932\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2932\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2980 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2980\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2980\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2980\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri2931 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2931\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2931\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2931\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: Mri292412 , Object: x:\Program Files\NetManage\Setup\Rgf\Mri2924\ , LongSubPath: Program Files\NetManage\Setup\Rgf\Mri2924\ , ShortSubPath: ProgramF\NETMAN~1\Setup\Rgf\Mri2924\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: CommonFilesFolder , Object: x:\Program Files\Common Files\ , LongSubPath: Program Files\Common Files\ , ShortSubPath: ProgramF\CommonFi\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: CommonFilesFolder.9BA21302_5C78_11D5_B1B3_0060B085648D , Object: x:\Program Files\Common Files\ , LongSubPath: Program Files\Common Files\ , ShortSubPath: ProgramF\CommonFi\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: NetManage.9BA21302_5C78_11D5_B1B3_0060B085648D , Object: x:\Program Files\Common Files\NetManage\ , LongSubPath: Program Files\Common Files\NetManage\ , ShortSubPath: ProgramF\CommonFi\NETMAN~1\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: NetManage , Object: x:\Program Files\Common Files\NetManage\ , LongSubPath: Program Files\Common Files\NetManage\ , ShortSubPath: ProgramF\CommonFi\NETMAN~1\
MSI (s) (30:F0) [19:26:27:887]: Dir (source): Key: System17 , Object: x:\Program Files\Common Files\NetManage\System\ , LongSubPath: Program Files\Common Files\NetManage\System\ , ShortSubPath: ProgramF\CommonFi\NETMAN~1\System\
MSI (s) (30:F0) [19:26:27:887]: Note: 1: 2706 2: SourceDir
MSI (s) (30:F0) [19:26:28:451]: Doing action: UnpublishComponents
Action ended 19:26:28: ProcessComponents. Return value 1.
MSI (s) (30:F0) [19:26:28:451]: Note: 1: 2262 2: PublishComponent 3: -2147287038
Action start 19:26:28: UnpublishComponents.
MSI (s) (30:F0) [19:26:28:451]: Doing action: UnpublishFeatures
Action ended 19:26:28: UnpublishComponents. Return value 1.
Action start 19:26:28: UnpublishFeatures.
MSI (s) (30:F0) [19:26:28:451]: Doing action: StopServices
Action ended 19:26:28: UnpublishFeatures. Return value 1.
Action start 19:26:28: StopServices.
MSI (s) (30:F0) [19:26:28:467]: Doing action: DeleteServices
Action ended 19:26:28: StopServices. Return value 1.
Action start 19:26:28: DeleteServices.
MSI (s) (30:F0) [19:26:28:482]: Doing action: UnregisterComPlus
Action ended 19:26:28: DeleteServices. Return value 1.
MSI (s) (30:F0) [19:26:28:482]: Note: 1: 2262 2: Complus 3: -2147287038
Action start 19:26:28: UnregisterComPlus.
MSI (s) (30:F0) [19:26:28:482]: Doing action: SetREBOOT
Action ended 19:26:28: UnregisterComPlus. Return value 1.
MSI (s) (30:F0) [19:26:28:482]: PROPERTY CHANGE: Modifying REBOOT property. Its current value is 'ReallySuppress'. Its new value: 'Force'.
Action start 19:26:28: SetREBOOT.

Help....

0 Comments   [ + ] Show comments

Answers (2)

Posted by: MTannert 16 years ago
Senior Yellow Belt
0
This is actually pretty easy to fix.

In the Wise For Windows Installer (viewing the transform) select the MSI Script tab at the bottom. Go to the "Execute Immediate" tab for the right hand window. Look towards the end of the installation sequence for the action "SetREBOOT". Comment it out (Select it and choose the "/*" button from the toolbar up top).

That should do the trick.
Posted by: nheim 16 years ago
10th Degree Black Belt
0
Hi bdogg,
the reboot question was already answered by Mark.
your plan isn't exactly the most economical way of doing this.
A better way would be an admin install. Select a network share ,when you are prompted for the install dir.
msiexec /a "RUMBA_English.msi"
msiexec /a "RUMBA_English.msi" /p 7.11SP2.msp

And please edit your and delete most of the log lines which are not necessary. This would make the thread a lot more readable.

Regards, Nick
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ