(AdminStudio 5.5)
I have the following problem. It could be a bug.
When i snap multi string registry entries, the repackager will create a nir file that looks pretty ok:
_________________________________________________
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\ibndm01a\DsSpooler]
"description"="PCL-5E Fax Printer"
"driverName"="HP LaserJet 4"
"location"="PCL-5E Fax Printer"
"portName"=multi_sz( s, )
"%_HPFAX%".
"printStartTime"=dword:00000000
"printEndTime"=dword:00000000
"printerName"="ibndm01a"
"printKeepPrintedJobs"=hex:00
"printSeparatorFile"=""
"printShareName"=""
"printSpooling"="PrintAfterSpooled"
"priority"=dword:00000001
"uNCName"="%_IBNDM01A%"
"versionNumber"=dword:00000004
_________________________________________________
After creating a ism project of this snap, the value of portname (which is a multi string... but you saw that already 🙂 ), will contain its value + the following entries. So it will look something like this:
value of PortName
___________________________________________________
%_HPFAX_2%
"printStartTime"=dword:00000000
"printEndTime"=dword:00000000
printerName"="ibndm00a
"printKeepPrintedJobs"=hex:00
etc________________________________________________
This looks like a conversion bug, but maybe i've got some settings wrong.
I hope this can be solved... since i've got huge amounts of apps to repackage.. :rolleyes: