App that Requires 10.5 ISSCRIPT
Hi,
I have an App that requires this version of ISSCRIPT 10.50.0.125
Now I can not find a merge module for this anywhere.
So..
Can I take this dependancy out all together?
or
Can I convert the isscript105.msi to a MSM?
Is there another way to get around this IE:- use 11 MSM instead is it backwards compatable?
Is it safe to GPO isscript105.msi to all puters?
Regards
Dan
PS no pressure or anything but I have to have this done by Friday yeah right!
I have an App that requires this version of ISSCRIPT 10.50.0.125
Now I can not find a merge module for this anywhere.
So..
Can I take this dependancy out all together?
or
Can I convert the isscript105.msi to a MSM?
Is there another way to get around this IE:- use 11 MSM instead is it backwards compatable?
Is it safe to GPO isscript105.msi to all puters?
Regards
Dan
PS no pressure or anything but I have to have this done by Friday yeah right!
0 Comments
[ + ] Show comments
Answers (12)
Please log in to answer
Posted by:
anonymous_9363
16 years ago
ORIGINAL: p4ntb0y
I have an App that requires this version of ISSCRIPT 10.50.0.125
1. Can I take this dependancy out all together?
2. Can I convert the isscript105.msi to a MSM?
3. Is there another way to get around this IE:- use 11 MSM instead is it backwards compatable?
4. Is it safe to GPO isscript105.msi to all puters?
1. It depends on what the vendor is using, function-wise, from the IS DLLs. I have seen MSIs which have no registry or file data and where everything is done via function calls. Check out all the Custom Actions. Most vendors label these with an 'IS' prefix but, as sure as eggs are eggs, YMMV.
2. Yes
3. The MSI may check for a specific version but I don't recall seeing many recently. There may also be differences in parameters passed to the functions called so, in general, if you have to persist with the IS dependency (note spelling! :) ), it's best to keep to the major version. They're quite happy to live side-by-side.
4. Yes.
Lastly, note that some versions of IS are broken in terms of GP deployment because they're COM Identity is set to 'Interactive User' rather than 'Lanching User'. There's a script here on AppDeploy to fix that.
Posted by:
p4ntb0y
16 years ago
Thanks VBScab!
Right to recap...
Q1 I have about 13 entries for ISXXX one being ISSETALLUSERS = SETALLUSERS.DLL
Q2 Is this easy to do? can it be done in Wise (I am also googling and checking wise studio 7)
Q3 Leave this alone.
Q4 If I do not have the knowledge to change Q1 and can not do Q2 in time my best bet is to deploy this by GPO first my only concern is that this will be for the entire fleet and I dont fancy living in a cardboard box if it went wrong :-)
Right to recap...
Q1 I have about 13 entries for ISXXX one being ISSETALLUSERS = SETALLUSERS.DLL
Q2 Is this easy to do? can it be done in Wise (I am also googling and checking wise studio 7)
Q3 Leave this alone.
Q4 If I do not have the knowledge to change Q1 and can not do Q2 in time my best bet is to deploy this by GPO first my only concern is that this will be for the entire fleet and I dont fancy living in a cardboard box if it went wrong :-)
Posted by:
bkelly
16 years ago
You may find this helpful: http://itninja.com/blog/view/appdeploy.com->-training-videos->-dealing-with-installscript-for-administrators
Posted by:
p4ntb0y
16 years ago
@ bkbelly it was informative!
Ok I now know..
I could create a Two msi install isscript105.msi and then my msi.
I could convert the isscript105.msi into a msn and then apply that msm to my MSI via a MST.
I could deploy just the isscript105.msi via gpo (Would this not be a problem in the future when I want to install another app that requires a different version of isscript?)
@ bkbelly I was looking to do step three in your video so I will have a look at that now and look at converting the msi to a msn.
My app was a single exe that I AIP'ed and then this gave me my MSI but it never gave me the isscript.msi is that normal? it must of been in the exe
Reagrds
Dan
Ok I now know..
I could create a Two msi install isscript105.msi and then my msi.
I could convert the isscript105.msi into a msn and then apply that msm to my MSI via a MST.
I could deploy just the isscript105.msi via gpo (Would this not be a problem in the future when I want to install another app that requires a different version of isscript?)
@ bkbelly I was looking to do step three in your video so I will have a look at that now and look at converting the msi to a msn.
My app was a single exe that I AIP'ed and then this gave me my MSI but it never gave me the isscript.msi is that normal? it must of been in the exe
Reagrds
Dan
Posted by:
danr29
16 years ago
Posted by:
bkelly
16 years ago
Yes Dan, ISscript is typically included in the setup.exe (which is the main reason the MSI insists that it is used-- to ensure it can install ISscript if necessary). Also, using a merge module is a safe way to go. I typically just deploy the versions of ISscript as part of my baseline image so I can safely remove any dependency checks without encountering problems.
Posted by:
p4ntb0y
16 years ago
Posted by:
p4ntb0y
16 years ago
Ok I have been reading around that they all have the same guid so doing a gpo for 10.5 is not a good idea for the future.
I having problems creating a MSM from a MSI i have got as far as pulling up the gui merge module template.
How come A people use this pile of c**p! and B why the heck it ain't backwards compatiable I do not know. It's nearly enougth to make me melt my head as I am just learning but theres so mucccchhhh!
I having problems creating a MSM from a MSI i have got as far as pulling up the gui merge module template.
How come A people use this pile of c**p! and B why the heck it ain't backwards compatiable I do not know. It's nearly enougth to make me melt my head as I am just learning but theres so mucccchhhh!
Posted by:
p4ntb0y
16 years ago
Yes!!!!!!!!!!
After much reading and learning that there is more than one way to skin a cat..
I mannaged to find a MSM 10.x @ 2,512KB.
this one worked for me!!
I opened my MSI in ORCA made a new MST and then imported the merge module and then saved the MST and can now deploy!
Guys thanks!
I would stil like to know how to turn a MSI into a MSN.
Regards
Dan
After much reading and learning that there is more than one way to skin a cat..
I mannaged to find a MSM 10.x @ 2,512KB.
this one worked for me!!
I opened my MSI in ORCA made a new MST and then imported the merge module and then saved the MST and can now deploy!
Guys thanks!
I would stil like to know how to turn a MSI into a MSN.
Regards
Dan
Posted by:
anonymous_9363
16 years ago
Posted by:
p4ntb0y
16 years ago
Posted by:
anonymous_9363
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.