TheInfamousOne
Posts: 23
Score: 0 Joined: 9/16/2008 Status: offline
|
Just a quick update. I've had no luck with turning on MSI loggin in the GPEDIT.msc. When I run the vendors setup.exe, it apparentaly uses InstallSheild to hook into the MSI. Simply put, no MSI.log file is being created in the C:\Windows\Temp directory even though InstallShield is hooking into a Reader.msi and running an installation. I've tried to run the vendors silent swich which is setup.exe /s /v/qn /f2"c:\temp\Reader.log" When I do this, I get a ResultCode= -3 in the Reader.log I setup, which reads "Required data not found in the Setup.iss file." If found the vendors iss file and ran the command line using these parameters to see if this worked. Setup.exe /s /f1"C:\Reader\Reader.iss" /f2"C:\Reader\Reader6.log" I still get a Result Code of -3. So after donig some research, I've noticed some other threads said there were missing parameters in the iss file, I'm not sure if that's the case here. I've opened up the Reader.iss file and here is what I see but I really don't have a clue what I am looking at or able to tell if something is missing. ["{6BB7118D-3286-46F2-8101-230E0A40464F}"-DlgOrder] Dlg0="{6BB7118D-3286-46F2-8101-230E0A40464F}"-SdWelcomeMaint-0 Count=3 Dlg1="{6BB7118D-3286-46F2-8101-230E0A40464F}"-MessageBox-0 Dlg2="{6BB7118D-3286-46F2-8101-230E0A40464F}"-SdFinish-0 ["{6BB7118D-3286-46F2-8101-230E0A40464F}"-SdWelcomeMaint-0] Result=303 ["{6BB7118D-3286-46F2-8101-230E0A40464F}"-MessageBox-0] Result=6 ["{6BB7118D-3286-46F2-8101-230E0A40464F}"-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 Is there any documentation out there that guides me in what to do in this situation? It seems like I've just about ran every InstallSheild command line switch with no luck. As mentioned earlier, I can run prequisites and run the Reader.msi but the vendor has some additonal things going on in their wrapper. AngelID, I try to use the script you provided, thank you! I've tried to do a setup capture several times, but it deos not seem to capture everything, the appcliation failes when launched.
< Message edited by TheInfamousOne -- 11/24/2009 12:17:49 PM >
|