A new Flexera Community experience is coming on November 25th, click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error 1606 installing MSI, AXT File Conversion

:confused: Hello All,

I have captured an install for Progress 9.1D drivers using zenworks snapshot v 6.5. I have then used Admin Studio 6 Pro utilising the repackager wizard to convert the .axt file into an .MSI package. the package converts but I have a number of warnings in the conversion that concern me.

I have a number of ICE33 warnings refering.........
"Undefined CLSID '{78561609-AF48-11D4-81C4-00C04F6B9770}': no component exists for file '%WindowsVolume%\PROGRA~1\COMMON~1\PROGRE~1\prox.dll'. COM registry entries for CLSID '{78561609-AF48-11D4-81C4-00C04F6B9770}' will remain in the Registry table because file '%WindowsVolume%\PROGRA~1\COMMON~1\PROGRE~1\prox.dll' was not listed in the .inc file list. This may result in ICE33 warnings."

This prox.dll file is resident in the project and if I load the AXT file in Zenworks it also appears.

there are a number of of these warnings are these common and should i be overly concerned about them ?

More concering though is when I try and run the .MSI I receive the following error.
"error 1606.could not access network location %*userprofile%\local settings\application data\help."

I have tried this a number of times.

Each install being on a clean system.

This is the first time i have tried to convert an .AXT file.

Thanks, Gareth Humberstone. Desktop Analyst
(2) Replies
I think I have sorted the "1606" error. I opened the MSI in direct edit mode. under the property manager section I found an entry for "%*userprofile%\local settings\application data\help". This value was linked to "DIRPROPERTY1". I removed this and the MSI installs and removes ok.

One question resolved! 🙂
Hi
When u convert an axt file u have probably used enviroment variables for Zen-works they need to be changed to fex %*Programfiles% becomes [installdir] insted.
So look for novells system variables in your msi file and change them and im shore it would work.

/Kallebaah