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

error importing registry

Hello,

My setup prokect (Basic msi) includes import of registry file, which works fine in IS 2010. However in IS 2012 it compains on the "Buttons" part of the file (below). Is there any work around, as it will stop us to move to 2012 (we have a few similar registry file entries). Thank you.

"[HKEY_CURRENT_USER\Software\PE Sciex\Analyst\Analyst\Acquire-Bar11]
"BarID"=dword:0000e8ff
"Docking"=dword:00000001
"MRUDockID"=dword:00000000
"MRUDockLeftPos"=dword:ffffffff
"MRUDockTopPos"=dword:ffffffff
"MRUDockRightPos"=dword:000005fb
"MRUDockBottomPos"=dword:0000001a
"MRUFloatStyle"=dword:00002004
"MRUFloatXPos"=dword:80000000
"MRUFloatYPos"=dword:cdcdcdcd
"Style"=dword:00002fbc
"ExStyle"=dword:0002038c
"PrevFloating"=dword:00000000
"MDIChild"=dword:00000000
"PctWidth"="1000000"
"MRUFloatCX"=dword:00000000
"MRUFloatCY"=dword:00000000
"MRUHorzDockCX"=dword:000005fc
"MRUHorzDockCY"=dword:0000001b
"MRUVertDockCX"=dword:00000000
"MRUVertDockCY"=dword:00000000
"MRUDockingState"=dword:00000000
"DockingStyle"=dword:0000f000
"TypeID"=dword:00003a63
"ClassName"="SECMDIMenuBar"
"WindowName"="Menu bar"
"ResourceID"=dword:00000000
"Title"="Menu bar"
"Buttons"=hex:01,00,00,80,00,02,00,00,80,00,03,00,00,80,00,04,00,00,80,00,05,\
00,00,80,00,06,00,00,80,00,07,00,00,80,00,08,00,00,80,00,09,00,00,80,00,0a,\
00,00,80,00,0b,00,00,80,00,0c,00,00,80,00,0d,00,00,80,00,0e,00,00,80,00,0f,\
00,00,80,00,10,00,00,80,00,11,00,00,80,00,12,00,00,80,00,13,00,00,80,00,14,\
00,00,80,00,15,00,00,80,00,16,00,00,80,00,17,00,00,80,00,18,00,00,80,00,19,\
00,00,80,00,1a,00,00,80,00,1b,00,00,80,00,1c,00,00,80,00,1d,00,00,80,00,1e,\
00,00,80,00,1f,00,00,80,00,20,00,00,80,00,21,00,00,80,00,22,00,00,80,00,23,\
00,00,80,00,24,00,00,80,00,25,00,00,80,00,26,00,00,80,00,27,00,00,80,00,28,\
00,00,80,00,29,00,00,80,00,2a,00,00,80,00,2b,00,00,80,00,2c,00,00,80,00,2d,\
00,00,80,00,2e,00,00,80,00,2f,00,00,80,00,30,00,00,80,00,31,00,00,80,00,32,\
00,00,80,00,33,00,00,80,00,34,00,00,80,00,35,00,00,80,00,36,00,00,80,00,37,\
00,00,80,00,38,00,00,80,00,39,00,00,80,00,3a,00,00,80,00
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Hi, this issue has been reported as IOA-000065386 and we have a pending fix for it. We hope to post a hotfix for it soon. As a workaround if you need this to work today, you can remove the backslashes and combine the lines that they separate (namely make one huge line "Buttons"=hex:01, ...lots of hex here... ,80,00).
0 Kudos