How i can create a transform when vendor msi is given?
thanks for replying to me.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
jagadeish
12 years ago
You can create TRANSFORMS using Orca...
Right Click on your "Copy of your .msi"
Edit with Orca
Goto Transform menu
Click New Transform
Make Changes in the table (Change some property value)
Generate Transform..
Save it..
Now you can open this Tranforms along with vendor msi on your pacakging tools like Wise Pacakge Studio etc..
Comments:
-
hi thanks for replying...can i use tuner from admin studio because in my industry we are using admin studio. if yes how i can use it? after creating will it give some ice errors and how i can fix if i am getting? first time creating transform..tyhanks - shilesh1982 12 years ago
-
Yes.. as piyushnasa mentioned..
Don't worry about ICE errors that are already there in vendor MSI..
Make sure you have not created any extra ICE error in your transform..
Validate vendor msi -> Store the result in MSI.txt file
Validate the created mst -> Store the result in MSI.txt file
Compare both MSI.txt and MST.txt files. and make sure that there is no extra ICE errors in MST.txt file.. If you found any extra ICE errors in MST.txt file then you need to fix them in your MST.. - jagadeish 12 years ago
Posted by:
piyushnasa
12 years ago
Posted by:
henrik80
12 years ago
Posted by:
shilesh1982
12 years ago
Hi I have created mst can anyone please tell me what i can do next? what changes i have to made in it? thanks
Comments:
-
Ask yourself. We usually create transforms when we know there are some changes to be made to vendor msi. Once transform is created use TRANSFORMS parameter with Msiexec to apply it during install.
http://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx - SnowLyric 12 years ago