I have been trying to make a variety of unattended install items. I have been using winrar sfx with .inf files because I want to tailor some of the install options. Below is an install for dvd shrink 3.2 all i want to do is install with no desktop or quick launch icons and I want the "dvdshrink" program folder shortcut to be placed in a newly created folder on the start menu called "DVD VIDEO-AUDIO"(I am not yelling that is just how the folder is named, with all caps).
Below is the .inf
[Setup]
Lang=default
Dir=C:\Program Files\DVD Shrink
Group=DVD VIDEO-AUDIO\DVD Shrink
NoIcons=0
Components=
I Then setup winrar SFX and in the comment section i enter this
Setup=dvdshrink32setup.exe /VERYSILENT /LOADINF="dvdshrink32setup.inf"
Silent=1
Overwrite=1
I dont understand I have done this before and I dont know what is wrong this time. I have a bunch of programs with pretty similar options and I cant get them to uninstall. By the way I double checked everything using "Cmenu" This is really driving me crazy.
