After installing an, its rolling back automatically.
Hi i am new to packaging. please help me doing this. I created a tranform for vendor msi(Adobe photoshop elements 10). I tried installing it. after installing the app its rolling back automatically. I disabled the rollback option but still its not working... what could be the solution.
Please reply me ASAP
:)
Thanks in advance
Please reply me ASAP
:)
Thanks in advance
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
12 years ago
So, following your analysis of the log, you decided that the way to fix the rollback was to disable it? Priceless...
Go back to the log and find the text "Return value 3". Post the dozen or so lines above and below that text. Remember to use the forum's CODE tag when posting log content or indeed text of any great length.
Go back to the log and find the text "Return value 3". Post the dozen or so lines above and below that text. Remember to use the forum's CODE tag when posting log content or indeed text of any great length.
Posted by:
tulip
12 years ago
Posted by:
jmaclaurin
12 years ago
Before you do anything, test your install on another machine. Be sure to reboot and clear out any other installs such as patches. Ideally, for troubleshooting you should be using a clean machine with no other apps installed (just the OS, in a workgroup, unplugged from the network, no antivirus, etc...). Once you are satisfied with the results, then move to your regular build and work from there.
Make sure you have logging set in your command line. You will need to adjust the command line to fit your situation.
Something like this:
msiexec.exe /i "\\server\folder\file.msi" TRANSFORMS="\\server\folder\file.mst" /liwear "c:\folder\filename.LOG"
For verbose logging use this:
msiexec.exe /i "\\server\folder\file.msi" TRANSFORMS="\\server\folder\file.mst" /l*v "c:\folder\filename.LOG"
Don't use the /q switches when testing your installs so that if there is a visible error, you can see it.
Make sure you have logging set in your command line. You will need to adjust the command line to fit your situation.
Something like this:
msiexec.exe /i "\\server\folder\file.msi" TRANSFORMS="\\server\folder\file.mst" /liwear "c:\folder\filename.LOG"
For verbose logging use this:
msiexec.exe /i "\\server\folder\file.msi" TRANSFORMS="\\server\folder\file.mst" /l*v "c:\folder\filename.LOG"
Don't use the /q switches when testing your installs so that if there is a visible error, you can see it.
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.