Greetings,
Your not capturing the user input on this line:
Code:
inputbox(" Would you like a Desktop icon or a program shortcut?")
changing it to:
Code:
request = inputbox(" Would you like a Desktop icon or a program shortcut?")
and obviously checking the request for yes / no will solve the error.