Is there any way to write an installer that will ignore every command line argument passed to it?
I've tried multiple methods, but haven't found a solution. I've got an updater program installed on hundreds of client pcs that is unfortunately running my setup program (created in Setup Factory) with an invalid command line. My only solution so far is to see if there is a way to ignore anything passed to it so I don't get the error "invalid start mode: archive filename". I don't have an easy way to fix my updater program for a while, so it's going to be throwing this invalid command line for the foreseeable future.
I've tried multiple methods, but haven't found a solution. I've got an updater program installed on hundreds of client pcs that is unfortunately running my setup program (created in Setup Factory) with an invalid command line. My only solution so far is to see if there is a way to ignore anything passed to it so I don't get the error "invalid start mode: archive filename". I don't have an easy way to fix my updater program for a while, so it's going to be throwing this invalid command line for the foreseeable future.