Setup.iss Trouble (Doesn't install silently)
Hi,
I am trying to install PGP 8.1. I have a InstallShield based Setup.exe, form which i have made a setup.iss by using the command:
setup.exe -r -f1"C:\setup.iss"
however, when i am trying to install the package using those customizations, i am being popped up with two windows:
1. License Agreement screen
2. Read me screen
If i click yes to both, the entire installation completes silently. However, even if the user has to press YES twice, it totally kills the idea of making the application install silently.
Suggest me something please. Its becoming a critical situation.
thanks,
Tushar
I am trying to install PGP 8.1. I have a InstallShield based Setup.exe, form which i have made a setup.iss by using the command:
setup.exe -r -f1"C:\setup.iss"
however, when i am trying to install the package using those customizations, i am being popped up with two windows:
1. License Agreement screen
2. Read me screen
If i click yes to both, the entire installation completes silently. However, even if the user has to press YES twice, it totally kills the idea of making the application install silently.
Suggest me something please. Its becoming a critical situation.
thanks,
Tushar
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
AB
17 years ago
Does it ask for the same user intervention (dialogue windows) when you are recording your response file?
Start to record your response file - get to the dialogue window that users are being asked to interact with during your silent install - open setup.iss in Notepad and check the text recorded to date - go back to your dialogue window and select your option - go back to the setup.iss file - has it changed?
Start to record your response file - get to the dialogue window that users are being asked to interact with during your silent install - open setup.iss in Notepad and check the text recorded to date - go back to your dialogue window and select your option - go back to the setup.iss file - has it changed?
Posted by:
dunnpy
17 years ago
matrixtushar,
Have you seen the post on this link?
http://itninja.com/question/pgp-8.0.3-doesn't-think-it-has-admin-rights&mpage=1&key=pgpҌ
It appears that others have had similar issues and a custom installer made with the PGP Admin tool doesn't allow a setup.iss file to be utilised.
See how you get on with AB's suggestions first... he knows what he's talking about!
Thanks,
Dunnpy
Have you seen the post on this link?
http://itninja.com/question/pgp-8.0.3-doesn't-think-it-has-admin-rights&mpage=1&key=pgpҌ
It appears that others have had similar issues and a custom installer made with the PGP Admin tool doesn't allow a setup.iss file to be utilised.
See how you get on with AB's suggestions first... he knows what he's talking about!
Thanks,
Dunnpy
Posted by:
dunnpy
17 years ago
Matrixushar,
Run setup.exe -r and follow the installation prompts to completion.
Once finished have a look in the windir(windows\winnt) for the setup.iss answer file.
Copy this somewhere safe.
You should then be able to run
setup.exe -s -f1"<path to file>\setup.iss"
If you are still having problems make sure that there isn't a setup.iss file in the windir before you start the record phase.
Hope this helps,
Dunnpy
Run setup.exe -r and follow the installation prompts to completion.
Once finished have a look in the windir(windows\winnt) for the setup.iss answer file.
Copy this somewhere safe.
You should then be able to run
setup.exe -s -f1"<path to file>\setup.iss"
If you are still having problems make sure that there isn't a setup.iss file in the windir before you start the record phase.
Hope this helps,
Dunnpy
Posted by:
matrixtushar
17 years ago
Posted by:
matrixtushar
17 years ago
hi,
what if i create a manual ISS file? i know that it is missing on the License agreement and the read me screens and is not recording the responses to those screens.
What i am thinking of doing now is to create a manual ISS response and mention the two screens' response (result =1) as well.
Lets see what happens.
Regards,
Tushar Singh
what if i create a manual ISS file? i know that it is missing on the License agreement and the read me screens and is not recording the responses to those screens.
What i am thinking of doing now is to create a manual ISS response and mention the two screens' response (result =1) as well.
Lets see what happens.
Regards,
Tushar Singh
Posted by:
matrixtushar
17 years ago
hi,
Manual authoring doesn't work, but i found a very raw, but nice workaround to it. I am going to send keys to the application when it pops up. through vbscript, i am checking when the application activates its window console for the user input. Just then, i am going to fire a sendkey operation, which performs pressing the next button.
Other than this, there is no solution feasible to install PGP 8.1 silently. This was the best possible workaround that i could device.
Thanks for all of your co-operation,
Wish Best Regards,
Tushar Singh
Manual authoring doesn't work, but i found a very raw, but nice workaround to it. I am going to send keys to the application when it pops up. through vbscript, i am checking when the application activates its window console for the user input. Just then, i am going to fire a sendkey operation, which performs pressing the next button.
Other than this, there is no solution feasible to install PGP 8.1 silently. This was the best possible workaround that i could device.
Thanks for all of your co-operation,
Wish Best Regards,
Tushar Singh
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.