Search Results

Search found 3 results on 1 pages for 'vadiklk'.

Page 1/1 | 1 

  • Cant install windows 7(boot problem)

    - by Vadiklk
    First of all, I cant boot my windows 7. I get a black screen with a cursor up in the left corner. So, I tried using windows 7 installation which I've put on my flash drive. To boot from the drive, I've changed the boot order to boot from the drive first. It boots but does not find any HDD to install the windows on(which is pretty logic, I dont boot the HDD soon enough for the installer). but if i put the HDD in front of the flash drive in the boot order, it will just try to load windows 7 and i will get the black screen again. I've tried putting the HDD first and clicking f8 a lot. All I've got is an error. Something about some software change. I dunno. Help me please, cant do anything with my laptop till then.

    Read the article

  • Delete specific files after installation using visual studio setup project

    - by Vadiklk
    I have this problem. I want to build an installer for my c# solution, that will be placed in a folder with other installation folders and files that are needed to be copied to the installed folder. So that is easy, I just copy them to the folder I create using the folder structure I want. Now, I want also to install another program and run a .exe file I've created to unzip some files for me. For that I need to copy 2 .exe files and 2 dlls (for the exes) to the folder to which I am installing and create 2 custom actions that will use them. That I've managed to do. After that I want to delete those 4 extra files, as the user does not need them and shouldn't even be aware they are there. How to do so? I couldn't find a way in the built in setup project preferences + I do not know how to make a custom installer class. A bonus question, is how to make the other installer (one of the .exe files is just a plain installer) install quietly to any path? I do not want the user to see an installer pop out of my program installer. Thanks!

    Read the article

  • cant figure out pointer assignment in c

    - by vadiklk
    int add(char *var1, char *var2, char **var3) { int num1, num2, length1 = strlen(var1), length2 = strlen(var2), length = max(length1, length2) + 1; char *result = (char*) calloc(length, sizeof(char)); ... free(*var3); *var3 = result; return 0; } out side of the function i get its still nothing(var3); more detail: int addSubCommand(char **vars, int isAdd) { ... return add(vars[index1], var2, &(vars[index3])); } that's where i call add. the char** vars goes from every function to the other.

    Read the article

1