cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
newguy
Level 2

Silent uninstaller doesn't generate customized property file

Hi,
I have created a software installer using installAnywhere 2011.
I can use the command " -r output.txt" to create customized propertyfile.
Then use " -i silent -f output.txt" to create silent installation for future installation.

But when i try to use the same command for , no customized file was created and there's no error.

Could someone help me with this? Thanks very much!:)
Labels (1)
0 Kudos
(1) Reply
andrew_yun
Level 3

newguy wrote:
Hi,
I have created a software installer using installAnywhere 2011.
I can use the command " -r output.txt" to create customized propertyfile.
Then use " -i silent -f output.txt" to create silent installation for future installation.

But when i try to use the same command for , no customized file was created and there's no error.

Could someone help me with this? Thanks very much!:)


Does your uninstallation requires any input? If not, it makes sense that it does not generate a response file.

Try your uninstaller with -i silent. That's without response file.
0 Kudos