Setup Decompressor
Posted: Mon Oct 17, 2005 12:21 pm
I am trying to decompress a .msi that was created with the InstallShield that is included in Visual Studio (integrated into the IDE). This is the output from the decompress:
MSI: C:\\Documents and Settings\\Christopher.CORP\\Desktop\\Release\\New Folder\\MomPosDemoSetup.msi
unStream Binary.UpFldrBtn
unStream Binary.VSDNETCFG
unStream Icon._4ae13d6c.exe
unStream Icon._2cd672ae.exe
unStream Binary.MSVBDPCADLL
unStream Binary.NewFldrBtn
unStream Binary.DefBannerBitmap
unStream _B0059041E17F6EF5D6DDF62721B59C22
unCAB: C:\\DOCUME~1\\CHRIST~1.COR\\LOCALS~1\\Temp\\7F7F30CF-D020-4BB5-B960-F41BE62ED71B\\MomPosDemoSetup.msi.tmp\\MomPosDemoSetup.stream.8
reCAB: C:\\DOCUME~1\\CHRIST~1.COR\\LOCALS~1\\Temp\\7F7F30CF-D020-4BB5-B960-F41BE62ED71B\\MomPosDemoSetup.msi.tmp\\MomPosDemoSetup.stream.8
reStream _B0059041E17F6EF5D6DDF62721B59C22
unStream SummaryInformation
However, I don't see any files extracted from the decompress. Am I missing something here? This is a very simple MSI and only includes a few small files.
MSI: C:\\Documents and Settings\\Christopher.CORP\\Desktop\\Release\\New Folder\\MomPosDemoSetup.msi
unStream Binary.UpFldrBtn
unStream Binary.VSDNETCFG
unStream Icon._4ae13d6c.exe
unStream Icon._2cd672ae.exe
unStream Binary.MSVBDPCADLL
unStream Binary.NewFldrBtn
unStream Binary.DefBannerBitmap
unStream _B0059041E17F6EF5D6DDF62721B59C22
unCAB: C:\\DOCUME~1\\CHRIST~1.COR\\LOCALS~1\\Temp\\7F7F30CF-D020-4BB5-B960-F41BE62ED71B\\MomPosDemoSetup.msi.tmp\\MomPosDemoSetup.stream.8
reCAB: C:\\DOCUME~1\\CHRIST~1.COR\\LOCALS~1\\Temp\\7F7F30CF-D020-4BB5-B960-F41BE62ED71B\\MomPosDemoSetup.msi.tmp\\MomPosDemoSetup.stream.8
reStream _B0059041E17F6EF5D6DDF62721B59C22
unStream SummaryInformation
However, I don't see any files extracted from the decompress. Am I missing something here? This is a very simple MSI and only includes a few small files.